I am using a radcombobox, where I set it as disabled using javascript functions such as radcombobox1.disable()
or
radcombobox1.set_enabled(false)
But the combobox gets enabled once the page gets refreshed.
How can the viewstate of the combobox be maintained?
This is an expected behavior since the changes made on the client side will be lost on a postback or Page refresh. One another suggestion will be to store the state of the combobox in a cookie on the client side. Then in the client Load event of the Radcombobox access the value from the cookie and disable the Combobox accordingly.
but the values which i set in the client side for telerik textbox/radcombobox is retained even after postback. how this scenario is working?
0
Genady Sergeev
Telerik team
answered on 31 Aug 2009, 10:46 AM
Hi PRIYA,
Actually this happened to be a bug in the RadComboBox. The good news are that we have successfully fixed it. You use the fixed version of RadCombo forth from the tomorrow's internal build. I have also updated your Telerik points for pointing the issue to us.