Header Clicked or not

Hi, In the DataBoundGrid click event, when I click on any column''s header, the databoundgrid.CurrentCell.RowIndex is always 2, with the filterbar. How do I know if the header was clicked ? Thanks again, Jose Melo

1 Reply

AD Administrator Syncfusion Team March 23, 2004 05:46 PM UTC

You can catch the grid''s CellClick event and test e.RowIndex. This catches clicks into the cell. If you want to catch clicking the button itself, you will have to catch CellButtonClick.

Loader.
Up arrow icon