I am trying to implement virtual scrolling in a jqxGrid using angularJs.
Inside the rendergridrows function, I am making a call to angularjs $http.get which returns promise and it is async. but when function gets called it finishes and it immediately returns. At this point I have nothing to return in rendergridrows. Later, when the promise is resolved, I have the data that the gird requested, but rendergridrows has already finished.
As jqwidgets supports angularjs, can you please guide me on how can i work with promises in the grid redergridrow funtion.
We are planning for Enterprise product and want to Use jqwidgets through-out our product but sorry to say this sounds like a blocker for us.
Thank you.
Gaurav Joshi