AD
Administrator
Syncfusion Team
May 23, 2004 07:56 AM UTC
Take a look at this KB. I think it will get you through 1 & 3.
http://www.syncfusion.com/Support/article.aspx?id=567
For 2, try handling Model.QueryCellInfo. If e.RowIndex > 0 and e.ColIndex points to your second combobox column, then test the value of grid[e.RowIndex, firstComboBoxColumn].Text, and if it is empty, set e.Style.Enabled = false.