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();
}
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.