Do you know if it's possible to make some items of a dropdown list ( foreign key column) disabled and the rest enabled - based on a datasource property ?
1 Answer, 1 is accepted
0
Petur Subev
Telerik team
answered on 06 Jun 2013, 07:04 AM
Hello Vlad,
I am afraid it is not possible to achieve such exact behavior.
You to bind to the select event of the ForeignKey dropdownlist and prevent the selection if the select item does not meet some requirement.