AD
Administrator
Syncfusion Team
July 21, 2004 11:01 AM UTC
You can handle the DrawCurrentCellBorder event and set e.Cancel = true for any cell you do not want to see a currentcell border.
SelectionsChanging does not involve the currentcell. Instead, it relates to the ranges that are being selected as you drag in the grid. CurrentCellMoving is the event that involves changing the location of the currentcell.