Reputation: 1700
Throughout my ASP.net application I employee the 'cascading combo boxes' technique as depicted below.
For anyone not familiar with the term, cascading combo boxes is a technique where the datasource of one combo box is bound to the datasource of another. For example in the image above, the 'Sport' combobox choices changes based on the input of the 'Sport Category' combo box likewise, the Keyword combobox choices change based on what the user selects in the 'Sport combo box'.
What I want to know is if there is any way to acomplish this same technique in the filter rows of the DevExpress suite's AspxGridview contorl and if so can anyone show or point me to some examples of how to acomplish this.
Upvotes: 0
Views: 4805
Reputation: 7600
Below links show the same:
E112- Change the filter combobox list values based on the value another filter combobox
ASPxGridView cascading ComboBox in the Filter Row
Upvotes: 3