This is a migrated thread and some comments may be shown as answers.

[Solved] populate edit datas and display it back

2 Answers 77 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Saran kumar
Top achievements
Rank 1
Saran kumar asked on 21 Dec 2009, 07:23 AM
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?

<

 

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>

 



2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 21 Dec 2009, 09:57 AM
Hello Saran,

Check out the following demo which demonstrates on a scenario that you require. This should surely guide you further.
Editing with external form

Thanks
Princy.
0
Pavlina
Telerik team
answered on 21 Dec 2009, 10:15 AM
Hello Saran,

Also you could review the following code library, which demonstrates a similar functionality:
Update RadGrid with outside editForm

Regards,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Saran kumar
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Pavlina
Telerik team
Share this question
or