Hello Team,
I have a grid with name like RoleDetailsGrid_#=NumberedId# .Now using jquery I want to read the data data of this grid.
I am doing like this.
var inum;
inum=0;
var gridname = "RoleDetailsGrid_" + inum.toString();
$(gridname).data('kendoGrid').dataSource.read();
But it is not working.Cab you please look into this issue and let me know the best possible solution.
Urgently required.
Thanks in Advance.
Preeti Singh
I have a grid with name like RoleDetailsGrid_#=NumberedId# .Now using jquery I want to read the data data of this grid.
I am doing like this.
var inum;
inum=0;
var gridname = "RoleDetailsGrid_" + inum.toString();
$(gridname).data('kendoGrid').dataSource.read();
But it is not working.Cab you please look into this issue and let me know the best possible solution.
Urgently required.
Thanks in Advance.
Preeti Singh