Completed
Last Updated: 16 Aug 2023 10:51 by ADMIN
Release R3 2023 (LIB 2023.2.816)
Ketan
Created on: 29 Jun 2023 19:26
Category: Editors
Type: Bug Report
1
RadTextBoxControl: Caret is not moved with arrow keys when text with 50K characters are set

Sample code to reproduce the case: 

            if (int.TryParse(txtCount.Text, out int count))
            {
                string textToSet=new string('A', count)+"END";
                txtSample.Text = textToSet;

                this.radTextBox1.MaxLength = textToSet.Length;
               
                this.Text = txtSample.Text.Length.ToString();
               
            }
1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 29 Jun 2023 19:35

Hi, Ketan,

Thank you for reporting this undesired behavior. We will have a look at the issue and try to provide a suitable fix accordingly.

Currently, the possible solution that I can suggest is to limit the set text to less than 44K characters. Make sure that you cast your vote for the item in order to increase its priority. Click the Follow button to get notified once any status changes occur.

Please excuse us for the inconvenience caused.

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.