Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
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