This example demonstrates how to implement cascading combo boxes in the Grid View control's filter row.
In the example, the filter row displays cascading combo boxes in Country and City columns. The Country combo box is bound to a constant list of countries, while the City combo box gets its data from a dynamically generated list of cities based on the selected country.
- Default.aspx (VB: Default.aspx)
- Default.aspx.cs (VB: Default.aspx.vb)
(you will be redirected to DevExpress.com to submit your response)