Is anyone else having an issue with sorting a GridPanel after sorting 10-15 sorts?
I have an EditorGridPanel using a JsonStore configured to do a remoteSort. All works as expected after 10-15 sorts by clicking on the various columns in the grid ... BUT at some point requests to the server are just not sent. Instead, things churn away in the browser until finally I see a "401 Aborted" message in the console.
Can I actually be making too many requests ... or too quickly? I don't get it.
Thanks -wg
*** UPDATE ***
The problem seems to be related more to how long the grid was first rendered. After about 30 seconds none of the requests as a result of sorting (or filtering for that matter) go to the server.