Reputation: 9441
I have trouble firing up the Syncfusion Grid with angular binding.
What have I done:
Using http://csg.syncfusion.com/combine, created a JS file with only selected widgets:
Included in my angular project the resulting JS and CSS files
Went to angular grid demo in Syncfusion and took the following instruction to my page:
< div ej-grid e-datasource="data" e-selectedRowIndex="selectedRow" e-allowgrouping="true" e-pagesettings-pageSize="4" e-pagesettings-currentpage="page" e-allowsorting="true" e-allowpaging="true">
and initialized respective $scope variables in my controller.
The grid won't show up. As Syncfusion company did not bothered to write a quick start document on what files are necessary, I appreciate some help in understanding how to fire them up (with angular support).
Upvotes: 0
Views: 867