We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

ComboBox in DataGrid

Is this the preferred way of displaying two comboboxes in a GridDataBoundGrid where one combobox filters the other combobox? http://www.syncfusion.com/Support/article.aspx?id=567 If I''m using a typed dataset for my GridDataBoundGrid and define the relationship within the dataset definition, is there any functionality that will filter the comboxbox for me? Just curious, thanks. Todd

1 Reply

AD Administrator Syncfusion Team August 18, 2004 09:37 PM UTC

There is no built-in mechanism for making sure the parent table position is mapped to the proper value when you click on the child combobox. (It does not necessarily have to be on the parent position corresponding to the value of the child combo.). For this reason, I think you will have to do something in CurrentCellShowingDropDown to get the proper list to display. The KB shows one way to do this.

Loader.
Live Chat Icon For mobile
Up arrow icon