Dear Team,
Request you to let me know how we can handle onchange event of checkbox type column in Grid of Syncfusion ASP.NET Web Forms.
Below is the sample code, Let me know the event which should be called when the checkbox is checked or unchecked.
<ej:Grid ID="GridMatterDisplay" runat='server' AllowSorting="true" AllowMultiSorting="true" AllowPaging="false" AllowFiltering="true" AllowTextWrap="true" AllowResizing="true" AllowResizeToFit="true" AllowScrolling="true" GridLines="Horizontal" EnableAltRow="false" IsResponsive="true">
<TextWrapSettings WrapMode="Both" />
<FilterSettings FilterType="Menu" FilterBarMode="Immediate"></FilterSettings>
<ScrollSettings Width="1200" />
<SelectionSettings SelectionMode="Cell" />
<Columns>
<ej:Column Type="checkbox" HeaderText="" Width="3%" AllowSorting="false" TextAlign="Left" AllowFiltering="false"></ej:Column>
Thanks & Regards,
Venkatesh Yellaboyina