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
20
not found check box on server side ig:WebDataGrid foreach loop
posted

foreach (GridRecord row in listWebGrid.Rows)

{

string itm = row.Items[0].text;

}

<ig:TemplateDataField Key="chk" Width="40px" >
<ItemTemplate >
<asp:CheckBox ID="chk1" runat="server"  />
</ItemTemplate>
</ig:TemplateDataField>


i have not found check box on server side 

please help.


thnaks


Parents
No Data
Reply Children
No Data