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, sorry if this question has been asked before. is it possible to intercept on click action of the top checkbox in the checkbox-column? or see picture below. i am aware of the checkboxchange event (https://ej2.syncfusion.com/documentation/api/grid/#checkboxchange) but it doesn't seem to be realy helpful since it triggers on all checkboxes in checkbox column. thanks in advance viktor
MSManivel Sellamuthu Syncfusion Team August 28, 2019 07:19 AM UTC
Hi Viktor,
Thanks for contacting us.
Yes. You can distinguish the header and row checkboxes based on the checkBoxChange event target. Please find the below code example and sample for more information.