Hi,
I use asp.net mvc helper to define combo boxes. I have 3 of them and the are all cascading. What I need is a way to disable them after their datasources are loaded (this is some edit functionality).
I try to use databound event handler but enable is not working, even more, it seems that control is automatically enabled after databound event is fired.
Can you please suggest some workaround?
Regards,
Vladica
I use asp.net mvc helper to define combo boxes. I have 3 of them and the are all cascading. What I need is a way to disable them after their datasources are loaded (this is some edit functionality).
I try to use databound event handler but enable is not working, even more, it seems that control is automatically enabled after databound event is fired.
Can you please suggest some workaround?
Regards,
Vladica