Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
updating dropdown editors using ajax
posted

I have a scenario where 3 columns in my webdatagrid have dropdownprovider as editorcontrol, the thing is that when I change the choice of the first dropdown I want to rebind the values of the 2 other dropdowns accordingly.

The problem is that because it is an ajax request (selectedvaluechanged) it seems that only an update of the requesting object is updated back to the client, while any change of any other controls inside the grid, will not reflect to the client.

So how can I achieve what I need ?