Login Register

server-side

Updating the grid when the server-side data changes.

Hi there,

I'm using a grid that sources it's data from the server side using the custom model defined in the talk section of the docs for "Sorting and Other Dojo.Data Considerations" (see the declaration for "xyz.data.ServerGridData").

It works very nicely except when the data on the server side changes - e.g. when I use the grid to display results of a search. Something like:

dojo.xhrPost({
url: '/doquery',

Syndicate content