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 ?
Hello quantom,
You can refer to the following threads which show implementation of this functionality:
http://forums.infragistics.com/forums/p/60657/307979.aspx#307979
http://community.infragistics.com/forums/p/42988/240304.aspx#240304
Documentation and live samples:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.1/CLR4.0/html/WebDropDown_Cascading_WebDropDown_Controls.html
http://samples.infragistics.com/aspnet/Samples/WebDropDown/EditingAndSelection/Cascade/Default.aspx?cn=drop-down&sid=aeab177c-4515-422b-92d6-869f858c4500
If you have additional questions let me know.