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

Master(Grid) Detail(Form) with CRUD operations

1 Answer 296 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mario
Top achievements
Rank 1
Mario asked on 20 Aug 2013, 08:21 PM
Hello,
I would like to know if there are some examples on how to create a Master Detail Page with Kendo UI. This is what I would like to have:

1) A Grid acting as the master, displaying master rows with buttons for adding, updating and deleting records.

2) Under the Grid I would like to have a PartialView? showing a form details where the user can view the detail data of the selected grid row
, enter data for a new entry, update the details of the selected grid row.

Best Regards

1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 22 Aug 2013, 04:11 PM
Hello Mario,

There is a code library which demonstrated CRUD operations over the so called hierarchy of Grids. You can find the demo here:

http://www.kendoui.com/code-library/mvc/grid/grid-ajax-hierarchy-editing.aspx

However editing the record inside of the detail template is not supported.

Kind Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Mario
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or