AD
Administrator
Syncfusion Team
August 22, 2003 09:15 AM UTC
You can do this handling a couple of events, CurrentCellChanged and CurrentCellShowingDropDown.
The idea is that in CurrentCellShowingDropDown, you create a DataView filtered according to your needs, and set this DataView to be the datasource for the dropdown. Attached is a little sample. The one crucial point is that the datasource for the 'slave combo' should be the complete table that is being used to create the DataView in CurrentCellShowingDropDown.