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:
$http
getData()
I think you should try refreshing your grid once you populate new data:
your_grid.refresh();