Completed
Last Updated: 27 Nov 2014 14:22 by ADMIN
ADMIN
Stefan
Created on: 21 Apr 2014 09:38
Category:
Type: Bug Report
1
IMPROVE. RadDropDownList - calling the Focus method when DropDownStyle = DropDown does not focus the inner text box
Also, calling focus of Control will not focus the text box: ((Control)ddl).Focus()


Workaround: focus the inner text box 

radDropDownList1.DropDownListElement.TextBox.Focus();
0 comments