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

EditForm Best Approach

1 Answer 29 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Roger Barnes
Top achievements
Rank 1
Roger Barnes asked on 27 Jul 2010, 07:56 PM

What method of Editing do others consider to be the best approach.

Best approach being, ease of development and speed.

FormTemplate
UserControl
Seperate Page opened via RadWinow

I'm just curious what the general consenses is for editing records using the RadGrid. 

1 Answer, 1 is accepted

Sort by
0
Tsvetoslav
Telerik team
answered on 30 Jul 2010, 02:46 PM
Hi Roger,

The fastest approach is to use neither of those but the built-in edit forms of RadGrid. However, the approaches you have mentioned give you much greater flexibility. Of those three, the first two require approximately the same development time as they both entail the population of the template/user control with edit-form controls and the setting of the binding expressions. Using RadWindow as an edit dialogue will take up a few extra implementation steps since you need to pass the data back to the calling window where the grid is located. More information you can find at the following online examples and the related help topics:
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/templateformupdate/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/usercontroleditform/defaultcs.aspx
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=grid

Greetings,
Tsvetoslav
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
Roger Barnes
Top achievements
Rank 1
Answers by
Tsvetoslav
Telerik team
Share this question
or