Hi Mohan,
Thanks for using Syncfusion products.
We have analyzed your query and we have achieved your requirement thorough dataSource property of the Grid.
Refer the below code snippet
|
var gridObj = $("#Grid").data("ejGrid");
gridObj.model.dataSource; |
Refer the below screenshot for the output
Note: This method will work only for the local data.
Regards,
Vignesh Natarajan