Hi All,
Just wondering if this came up already.
I have a master grid with a detail panel. So whenever i click a row on the grid, more details regarding the data of the selected row will show up in the details panel.
When using the autosavestate and autoloadstate of jqgrid i noticed that the selected row is also saved, so whenever i return to that grid all the settings like filtering, sorting, column width is kept and also the selected row.
Now my problem is the autoloadstate does not trigger an on row select event when selecting the saved row, so my details panel is not automatically populated with the details of the selected grid row.
Is there any event fired after the autoloadstate that i can use to get the selected row and populate the details after the state has been restored?
Any suggestions?
Thanks in advance for your comments and keep up the excellent work.
Rg,
Carlos castro