How to populate Kendo grid with an angular $http GET call

后端 未结 2 1232
-上瘾入骨i
-上瘾入骨i 2021-02-03 15:10

I\'m having trouble binding a Kendo grid to an angular service call. I have an angular $http service that has a getData() method which looks like this:

2条回答
  •  萌比男神i
    2021-02-03 15:49

    I think you should try refreshing your grid once you populate new data:

    your_grid.refresh();
    

提交回复
热议问题