AD
Administrator
Syncfusion Team
May 17, 2004 11:07 AM UTC
Try using CurrentCellMoving or CurrentCellMoved. In your handler, you can use grid.CurrentCell.MoveFromRowIndex and grid.CurrentCell.MoveToRowIndex to decide whether you are changing rows, and what the rows are.
PN
Patrick Noble
May 17, 2004 11:35 AM UTC
Clay
Thanks yet again for lightning fast response!
Pat
>Try using CurrentCellMoving or CurrentCellMoved. In your handler, you can use grid.CurrentCell.MoveFromRowIndex and grid.CurrentCell.MoveToRowIndex to decide whether you are changing rows, and what the rows are.