ultraTextEditor1 Binds a DataTable, I want to insert one character in ultraTextEditor1, Why my first character is missing and cursor move the first position when I click the text in ultraTextEditor1 ?
code of Bind DataTable is,
private void Form1_Load(object sender, EventArgs e) { this.ultraTextEditor1.DataBindings.Add("Value", dtList, "LIST_G_NO"); }
Hi,
I'm am having a hard time understanding what you are describing, but it sounds like your UltraTextEditor is scrolling to keep the caret in view and it's too small for all of the text to fit.