The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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.