Replies: 1 comment
-
Well, grid will try to reload data if it is rendered and if there is a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
need some help, can't understand what is wrong.
Did page, very similar as in "Demos" -> Sidebar & grid ( https://w2ui.com/web/demos/#/combo/1 )
All is working, nice view.
The difference is that mine grids data are from remote datasource (mySql), with urls and etc.
In sample if I click in grid1 3-rd record and then go to grid2, after returning to grid1 I will find the same selected record. And that is what I want.
With mine grids with remote data, after returning to grid1
case 'grid1': layout.html('main', grid1) break
data is reloading and I loose selected record. The same and with grid2 too ... :(
How to let for grids do not reload data after rendering to layout panel ?
Thanks in advance for any help ... :)
Beta Was this translation helpful? Give feedback.
All reactions