I've pasted 26k of data into the textbox and things go really bad. The max characters for this say it should handle 2,147,483,647, but there is no way I've experienced anything remotely close to that.
The problems:
Scrolling is choppy and slow
I can CTRL-A to highlight everything (which is fairly fast), then I right and get the context menu, but I can't ever select Copy.
Any more data than the above 26k, the control is pretty much just locked up.
To Reproduce:
In order to make sure it wasn't my app causing the issue, I created a new app, dropped a radTextBoxControl onto it. Resized it to 1218, 828 (randomly chosen), then ran the app.
I pasted the same 26k of data (XML content, but it doesn't seem to matter what it is), and the same issues I first described above happened.