This question is locked. New answers and comments are not allowed.
I am currently server binding my grid. Does anyone know how can I use ajax calls when paging or sorting?
What I am trying to do is make ajax calls to the server to update the grid's div in with the new response results from the server. I would like to prevent the entire page from refreshing when the user is interacting with the grid.
I don't want to use Ajax binding because I need to uses complex templates for my columns, so what I am doing doesn't work in ClientTemplates.
What I am trying to do is make ajax calls to the server to update the grid's div in with the new response results from the server. I would like to prevent the entire page from refreshing when the user is interacting with the grid.
I don't want to use Ajax binding because I need to uses complex templates for my columns, so what I am doing doesn't work in ClientTemplates.