Selecting the RowHeader in a GDBG

How can I tell when the user has clicked on the row header? CurrentCell.ColIndex is 1 for the row header and the first column. Ken

1 Reply

AD Administrator Syncfusion Team September 21, 2004 07:52 PM UTC

You can try handling the grid.CellClick event and test whether e.ColIndex = 0 or not.

Loader.
Up arrow icon