Hi!
It seems there’s an error loading the state on grid’s ready property if you change the inital rows per page. I don’t know if there is any other way, but i’d like to load the state of the grid when the grid loads.
I have this :
ready: function()
{
if (loadedState == false) {
loadedState = true;
loadState();
}
},
Here is an example on how to reproduce the error
1) Go to link
2) Go to page 3
3) Press save state button once
3) Change URL (www.google.com)
4) Press back on your browser
State is loaded. Everything is fine.
Close browser
1) Open browswer and go to link
2) Change Show rows to 20 rows per page
3) Go to page 3
4) Press save state button once
5) Change URL (www.google.com)
6) Press back on your browser
Javascript error (…”Wait until bindind complete”…)
Using version 3.0.2
Thanks !