Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Why character miss?
posted

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");
        }

  • 469350
    Offline posted

    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.