CB
Clay Burch
Syncfusion Team
May 8, 2002 06:18 AM UTC
You can still use a custom column style to handle the current cell not being active, but you cannot select/unselect the rows down in the override as with the single-select solution. Instead, subclass your datagrid, override OnMouseDown and change all cell clicks into row header clicks. Also override OnCurrentCellChanged and call the OnMouseDown from your override to simulate a click in the next currentcell to handle moving the currentcell with the keyboard. The above FAQ now has samples that implements a multi-select browser grid using these ideas.
http://www.syncfusion.com/faq/winforms/search/856.asp