Hi,
I want to implement Cascading dropdown in UltraWebGrid. Please let me know how can I implement the same. Below is the example, in single row:
Ist Column - Country
IInd Column - State
IIIrd Column - City
Now I want when User chose Country only then State should get populated similarly when user select State only then City should get populated.
Please let me know how can I implement the same. Please share the code. Thanks
Hi gurungus,
Please feel free to contact me if you need further assistance.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
Thank you for posting in the community.
I am attaching a sample which demonstrates an UltraWebGrid with 2 WebCombos as editors in columns in a Cascading configuration. The sample uses the employee table from the Northwind database. Every time the grid's second column is entering edit mode, an AJAX callback is made to populate the combo (given that the first column has some value to use as a select parameter).
Please note that the UltraWebGrid control is now outdated and as of .NetAdvantage 2011 Volume 2 is no longer included in our product package. I would suggest that you consider switching to the WebDataGrid/WebHieararchicalDataGrid. More information regarding these controls is available at:
http://help.infragistics.com/NetAdvantage/ASPNET/2011.2/CLR4.0/?page=Web_WebDataGrid_WebDataGrid.html
Additional samples demonstrating the features of these grids can be found at:http://samples.infragistics.com/aspnet/
If you have any questions, please do not hesitate to contact me.