Unplanned
Last Updated: 30 Mar 2016 13:20 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 31 Mar 2015 10:29
Category: Editors
Type: Bug Report
2
FIX. RadTextBoxControl - when you select the whole text not all words are selected
To reproduce:
this.radTextBoxControl1.Text = "dog and blue glue";
this.radTextBoxControl1.Size = new Size(50, 65);
this.radTextBoxControl1.Multiline = true;

Workaround:
use RadTextBox.
Attached Files:
0 comments