After loading a JSON (using loadonce: true
) I get a paged grid.
Now, on gridComplete
callback I'd like to jump to page that contains a row (specified by ID).
I'm frustrated that there is no solution as far. I've triead a setSelection
method, but it selects the row only if it's on current page.