Is there a way to prevent the detail template from automatically opening on load?
I am referring to your Grid / Detail template example http://demos.kendoui.com/web/grid/detailtemplate.html
I want the user to have to select a record to open the detail grid.
ANSWER:
Sorry I didn't notice this was being called:
this.expandRow(this.tbody.find("tr.k-master-row").first());
Regards,
Mark.
I am referring to your Grid / Detail template example http://demos.kendoui.com/web/grid/detailtemplate.html
I want the user to have to select a record to open the detail grid.
ANSWER:
Sorry I didn't notice this was being called:
this.expandRow(this.tbody.find("tr.k-master-row").first());
Regards,
Mark.