Filter cells with combo type in GDBG

Hi, I have a GDBG with 2 combos. Each combo contains a lookup table, and I wish to filter one combo according to the selection made in the second combo. How can I do this? If i''m using a data view and just change the filter appon one combo change, the data view changes the lookup filter for all rows and not only for the selected row. Should I create a seperate data source for each cell? Thanks, Gil Kalo

1 Reply

AD Administrator Syncfusion Team April 12, 2005 07:20 PM UTC

You can use CurrentCellShowingDropDown to filter the list used in the second combobox based on the value from the first combobox. The dopped list could vary from row to row in this case. Here is a KB link with some sample code. http://www.syncfusion.com/Support/article.aspx?id=567

Loader.
Up arrow icon