Completed
Last Updated: 17 Feb 2015 06:39 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 15 Dec 2014 11:37
Category:
Type: Bug Report
0
FIX. RadDropDownList - calling the Focus method when DropDownStyle = DropDown does not select the entire text in the inner text box
To reproduce: on a RadButton.Click event, call the RadDropDownList.Focus method. You will notice that the cursor is positioned in the inner text box but its text is not selected.

Workaround: use the DropDownListElement.TextBox.TextBoxItem.HostedControl.Focus method.
0 comments