Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
495
Grid not updating after ajax call? (KO integration)
posted

Hello,

I'm a bit new to KO, so I apologize. I have practically copied the example used here: http://ko.infragistics.com/products/jquery/sample/grid/grid-knockoutjs-integration

If I load up the object (referred to by db in the sample code) then the grid will initialize with all of the data properly.

If I put the ajax call in a function and bind it to a button, I can't get the data in the grid to load/refresh after the call. I've made sure that the ajax call is being made and the JSON is coming back. Is there another API I need to hook into the grid to refresh the data?

Thanks