hi please refere the attached.
i have edit and delete image in the grid, if i delete the record should delete. if i click edit the contents should populated in the above three fields and there i can edit. after i click update the contents should go back to the grid.
any idea on how to do this?
i have edit and delete image in the grid, if i delete the record should delete. if i click edit the contents should populated in the above three fields and there i can edit. after i click update the contents should go back to the grid.
any idea on how to do this?
<
telerik:GridTemplateColumn HeaderStyle-VerticalAlign="Middle" UniqueName="TypeOfLead"
HeaderText="Action" ItemStyle-HorizontalAlign="Center" HeaderStyle-Width="40">
<ItemTemplate>
<asp:Image runat="server" ID="imgManualType" ImageUrl="../Images/icons/icon_edit.gif"
Visible="true" />
<asp:Image runat="server" ID="Image1" ImageUrl="../Images/icons/icon_delete.gif"
Visible="true" />
</ItemTemplate>
</telerik:GridTemplateColumn>