Completed
Last Updated: 04 Jul 2014 08:42 by ADMIN
ADMIN
Dimitar
Created on: 04 Mar 2014 11:13
Category: Editors
Type: Bug Report
0
FIX. RadTextBoxControl - NullReferenceException when the control is double clicked with the right mouse button.
To reproduce:
- Add two RadTextBoxControls to a blank form.
- Double click the one that does not contain the focus with the right mouse button.

Workaround:

radTextBoxControl1.CaretIndex = 0;
0 comments