I am using code as follows
I have seven grids that load in hidden divs. I don't want them to fetch data until the my show grid button is clicked.
Kendo().Grid
...
.DataSource(datasource => datasource
.Ajax()
.Model(m => m.Id(p=> p.Id))
.Read(read => read.Action("ClassificationTypesGridData", "Admin"))