Completed
Last Updated: 05 Jun 2014 07:08 by Jesse Dyck
ADMIN
Nikolay
Created on: 29 Aug 2012 02:33
Category: Editors
Type: Bug Report
4
FIX. TabStop should work at design-time
The TabStop property set via the property builder of VS should be able to set the determine the tabbing behavior of RadTextBox and more specifically, the behavior of its inner TextBoxItem. Right now, the developer has to use a line of code to determine this behavior:
this.radTextBox1.TextBoxElement.TextBoxItem.TabStop = false;
while the TabStop of RadTextBox is always false, so that the focused can be always transferred to the inner TextBoxItem.
1 comment
Jesse Dyck
Posted on: 29 Aug 2012 06:12
By the way, if you could make the Tabstop of the RadDropDownList visible in the designer. It will be great and it shouldn't take a lot of time.