Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
Hi there, <
telerik:GridTemplateColumn UniqueName="Ceretificate" AllowFiltering="False" HeaderText="Ceretificate Type" >
<
ItemStyle Width="30%"></ItemStyle>
ItemTemplate>
<asp:Label runat="server" ID="lblCertificate" Text='<%# Eval("CERTIFICATE") %>' ></asp:Label>
</ItemTemplate>
EditItemTemplate>
<asp:CheckBoxList ID="cblCertificate" runat="server" CssClass="checkbox" RepeatDirection="Horizontal" RepeatLayout="Flow" >
<asp:ListItem Value="0" Text="Certificate of Employment" ></asp:ListItem>
<asp:ListItem Value="1" Text="Original/copy of my Passport" ></asp:ListItem>
<asp:ListItem Value="2" Text="Travel Permit" ></asp:ListItem>
<asp:ListItem Value="3" Text="Letter To Trafic Police" ></asp:ListItem>
<asp:ListItem Value="4" Text="Depdent Visa Application"></asp:ListItem>
<asp:ListItem Value="5" Text="Other" ></asp:ListItem>
</asp:CheckBoxList>
</EditItemTemplate>
<HeaderStyle Width="30%" />
</
telerik:GridTemplateColumn> this my aspx , Plz if you could help me , because when I click update ,CERTIFICATE feild become empty regards ghadeer