Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
505
Capture checkbox checkedchange event from webdatagrid template coloumn
posted

Hi Experts,


I have a Check Box in the last column of as shown below


<ig:WebDataGrid ID="wdgWOTaxPolicySettings" runat="server"

AutoGenerateColumns="False" CellSpacing="1" EnableDataViewState="True"

Height="100%" Width="100%" >



<Columns>

<ig:TemplateDataField Key="Total">

<ItemTemplate>

<asp:CheckBox ID="chkIsTotal" runat="server" AutoPostBack="True"

CausesValidation="True" />

</ItemTemplate>

<Header TemplateId="Total" Text="Total" />

</ig:TemplateDataField>

..................

I need to capture the Checked event of the CheckBox in Page



Plz Help me

Its Urgent for me                   

Parents Reply Children