This question is locked. New answers and comments are not allowed.
I'm using the method here to create cascading dropdowns with ComboBoxes:
http://www.telerik.com/community/forums/aspnet-mvc/combobox/load-on-demand-combobox-items.aspx
I have four ComboBoxes in the cascade and would like to clear the third and forth ComboBox if the user changes the selection in the first ComboBox (otherwise the user is presented with incorrect selectable values until the user makes selections in the second and third ComboBoxes to requery the data). I've tried using the reload() method, but a get the following error:
"Microsoft JScript runtime error: Object doesn't support this property or method"
I can clear the available items in the dropdowns by rebinding the data with null values, but cannot seem to clear the previously selected value from the textbox of the ComboBox. Is there a way to do this? (ie. the dropdown has no items to select but it still shows the old selected value in the textbox part of the ComboBox)
Thanks for any help.
http://www.telerik.com/community/forums/aspnet-mvc/combobox/load-on-demand-combobox-items.aspx
I have four ComboBoxes in the cascade and would like to clear the third and forth ComboBox if the user changes the selection in the first ComboBox (otherwise the user is presented with incorrect selectable values until the user makes selections in the second and third ComboBoxes to requery the data). I've tried using the reload() method, but a get the following error:
"Microsoft JScript runtime error: Object doesn't support this property or method"
I can clear the available items in the dropdowns by rebinding the data with null values, but cannot seem to clear the previously selected value from the textbox of the ComboBox. Is there a way to do this? (ie. the dropdown has no items to select but it still shows the old selected value in the textbox part of the ComboBox)
Thanks for any help.