AD
Administrator
Syncfusion Team
January 24, 2005 07:18 AM UTC
You can handle the CurrentCellMoving event in the Category grid.
There, check catGrid.CurrentCell.MoveFromRowIndex and catGrid.CurrentCell.MoveToRowIndex. If they are not equal, then do what ever work you need to do to save the information in the subcategory for the MoveFromRowIndex subcategory grid.