Hello,
I'm using RadControls for ASPNET AJAX Q1 2008. The RadComboBox has an inconsistent behavior when server-side disabling the selected item, rendering the page to the client and doing a postback. I have done the following:
Server side:
- populate combo
- select an item
- disable some items (the selected item included)
Send page to client
- client's selected value is the disabled item
- do a postback
- server's selected value for the combo is the first element in the list.
The inconsistency is that the client's view of the selected item is different from the server's value of the selected item when that item is selected and disabled from server side and the client does not change this value.
Is this intentional or is there a hotfix for this inconsistency?
Thanks,
Adi Muresan
misoft systems
I'm using RadControls for ASPNET AJAX Q1 2008. The RadComboBox has an inconsistent behavior when server-side disabling the selected item, rendering the page to the client and doing a postback. I have done the following:
Server side:
- populate combo
- select an item
- disable some items (the selected item included)
Send page to client
- client's selected value is the disabled item
- do a postback
- server's selected value for the combo is the first element in the list.
The inconsistency is that the client's view of the selected item is different from the server's value of the selected item when that item is selected and disabled from server side and the client does not change this value.
Is this intentional or is there a hotfix for this inconsistency?
Thanks,
Adi Muresan
misoft systems