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

Help needed in Add/Edit

1 Answer 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ajith Nair
Top achievements
Rank 1
Ajith Nair asked on 05 Jun 2010, 05:20 AM
I have a radgrid in my application which is populated using the web method. Now I have to implement the Add/Edit /Delete options. I need the form template edit form to add/Edit. My question is 'Is it possible to perform add/edit in form template edit form using pagemethods ? '. I tried a lot but couldn't find any solution. In the client side edit (http://demos.telerik.com/aspnet-ajax/grid/examples/client/insertupdatedelete/defaultcs.aspx) the add/edit is in a separate form  Please help.

Thanks in advance.
Ajith.

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 10 Jun 2010, 07:43 AM
Hello Ajith,

Basically, a grid bound using client side data-binding improves the performance of RadGrid. However, there are certain limitations, due to this client side mode. This includes data editing and grid editors. Since the control is bound on the client, and no subsequent trips are made to the server, the default editors cannot be rendered, and shown, which is the standard behavior, when the grid is bound on the server. The most straightforward option to work-around this is to use an external edit form, which is demonstrated in the following example.
I hope this information helps.

Best wishes,

Yavor
the Telerik team

 


Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Ajith Nair
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or