Completed
Last Updated: 15 Sep 2014 12:31 by ADMIN
ADMIN
Dimitar
Created on: 21 Mar 2014 07:50
Category:
Type: Bug Report
1
FIX. RadDropDownList - when the ReadOnly property is set to true the selected value cannot be changed programmatically.
To reproduce:
- Add a drop down list to a form and bind it to a list of custom objects.
- Set its ReadOnly property to false.
- Try to change the selected value in code.

To workaround this you can just set ReadOnly to false change the value and set the ReadOnly to true again.
0 comments