or
<telerik:GridTemplateColumn HeaderText="InvoiceDate"> <ItemTemplate> <%#Eval("InvoiceDate")%> </ItemTemplate> <InsertItemTemplate> <asp:TextBox ID="txtInvoiceDate" runat="Server"></asp:TextBox> </InsertItemTemplate> </telerik:GridTemplateColumn>Lines 1 and 2: the lines must be there as blank lines
Line3: date with format dd.mm.yyyy in first cell (Column A)
Line 4 and 5: the lines must be there as blank lines
Line 6: i have display the Data of Rad grid.
Can you please help me out .
Thanks And Regards,
Guru Kiran.P