AD
Administrator
Syncfusion Team
November 5, 2004 04:38 PM UTC
By selecting do you mean dragging the mouse and selecting ranges of cells (as opposed to clicking a single cell to make it the current cell). You can turn off the Cells an dCOlumns flags in the grid.AllowSelections property. This should prevent you from selecting cells and columns. If you do not want a click on the cell to make it the current cell, then you can handle the CurrentCellActivating event and set e.COlinDex = 0.