The cascading dropdown control works great except that I am unable to figure out a way to reset the dropdown client-side (in Javascript)
My set up is something like this
DD1 DD2 DD3 DD4
each DD is dependent on the previous DD and uses webservice to load them.
On change of DD3 I need to reset DD4 but the previous selection stays.
Can this be done? I tried clearing the value in the supporting hidden input control (cddTest_ClientState) in vain
TIA