Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
I am having issue getting my data from an AngularJS Grid.
<kendo-grid id="grid" options="mainGridOptions"></kendo-grid>
var gridModel = $("#grid").data("kendoGrid").dataSource.data();
this does not pull the data.
How do i get the data from the grid?
Thanks