-
George
18
posts
Member since:
Feb 2012
Posted 30 Apr 2012
Link to this post
In every Grid master row, I have 2 tabstrips populated when detailInit event happens.
If I click on the next master row, the tabstrip in that row detail doesn't seems to be updated with the new JSON datasource using AJAX.
How do I do that without using the Grid Refresh?
$("XXX").data("kendoGrid").dataSource.read();
Is there a detailRefresh or detailReload event for Kendo Grid?
I have written 2 methods to collapse the previous master row details when the next master row is clicked.
-