Hi,
I came across an issue while exporting detail data to excel. The detail grid data starting from the 2nd page is not getting exported.
I made the following changes to the example provided in http://docs.telerik.com/kendo-ui/web/grid/how-to/Excel/detail-grid-export
a. To expand all master rows when the grid is loaded, i removed the "first" option in the databound function as follows :-
this.expandRow(this.tbody.find("tr.k-master-row"));
b. To export data in all pages, add the "allPages" property to the master grid:-
excel: { allPages: true }
After making these changes, the master and detail data in the first page gets exported fine; but starting from the second page only the master data is getting exported. Please let me know how I can get to export the detail grid data in all pages.
Thanks,
Rajish Sajayan