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,
I have a databoundgrid which has a column with bit datatype (true/false). it is shown as a checkbox. I would like to catch the event when the user check/uncheck it so I can trigger other tasks as database update, etc.
What would be the best way to do it in databoundgrid?
Thanks a lot
Chris
ADAdministrator Syncfusion Team March 7, 2005 02:57 PM UTC
Try the gridDataBoundGrid1.CheckBoxClicked event.
ADAdministrator Syncfusion Team March 8, 2005 03:07 PM UTC
Thanks. It works. Another question, how can I catch the keypress event in some cells. I used keypress event but I cannot find colIndex from the argument.
>Try the gridDataBoundGrid1.CheckBoxClicked event.
ADAdministrator Syncfusion Team March 8, 2005 05:13 PM UTC
You can get the row and col from grid.CurrentCell.RowIndex/ColIndex.