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

[Solved] Master-Detail Editing example/help

1 Answer 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
David
Top achievements
Rank 1
David asked on 20 Oct 2011, 12:50 AM
Have a master-detail grid working for display and editing of the Master records (via Popup). I need to add editing of the Detail records, in-line, but cannot figure out how to configure the detail grid in the master's detailView to do the right thing with DataBinding. I'm using Server databinding, but could also use Ajax- no joy with either and all the master-detail example are devoid of editing! (BIG oversight)

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 20 Oct 2011, 07:20 AM
Hi David,

What have you tried so far? What specific problems have you hit with the detail grid data binding configuration?

Our server hierarchy example shows how to successfully configure the binding of the detail grid - it is bound to a collection property of the parent grid's model. You need to specify the action methods for Update, Delete and Insert of the detail grid. Those methods should  return the data for the master grid as well if you need to use server binding. For ajax binding things should be easier as both the master and detail grids 

If you need further assistance let us know whether you need server or ajax binding for your grids.

Regards,
Atanas Korchev
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now
Tags
Grid
Asked by
David
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or