Completed
Last Updated: 18 Mar 2014 07:23 by ADMIN
ADMIN
Stefan
Created on: 14 Mar 2014 14:35
Category:
Type: Bug Report
0
FIX. RadDropDownList - the readonly functionality is not working when using double click to change the selection of when the first letter of an item is typed
To reproduce the case with the double click:

AddDropDownList();
radDropDownList1.SelectNextOnDoubleClick = true; 
radDropDownList1.ReadOnly = true;

Start the app and double click the test area

To reproduce the case with the first letter: 

AddDropDownList();
radDropDownList1.ReadOnly = true;
radDropDownList1.DropDownStyle = RadDropDownStyle.DropDownList;

Start the app and press the first letter of some of the items in the control

Workaround: http://www.telerik.com/community/forums/raddropdownlist-readonly-not-working-with-selectnextondoubleclick
0 comments