0

How can I achieve this scenario using kendo-ui: I have a grid that has the names of students and a child-grid with all the scores in each class. My data source is hierarchical and comes from a RavenDB database [Id, name, [scores]]. How can I add a new score through a button in the same row of the student name?

4

1 回答 1

0

you need toolbar: ["create"] in your detail grid

See Kendo UI grid Edition demo here

于 2013-05-16T14:47:34.130 回答