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

how could i get the data of masterRow

1 Answer 160 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chris
Top achievements
Rank 1
Chris asked on 05 Apr 2012, 04:27 AM
proGrid.data("kendoGrid").bind("detailExpand", function(e) {
//how could i get the masterRow's data here?
});

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 06 Apr 2012, 10:01 AM
Hello Chris,

The arguments of the event provides you the information in question:
http://www.kendoui.com/documentation/ui-widgets/grid/events.aspx#detailExpand

All the best,
Nikolay Rusev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Chris
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or