You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 - I'm creating the grid without defining the columns
2 - As soon as the data arrive from the server the columns are defined, according to the received data
The second step triggers one more server-request, which I would like to avoid.
I'm building a file-system grid, where folder contents are displayed using a OnDemandGrid.
each folder may have an own folder-layout.
On dbl-click I
-) set the desired column-layout
-) set the query
this triggers two server-requests, because the grid gets refreshed in _setColumns() and in _setQuery()
how can I prevent this?
The text was updated successfully, but these errors were encountered: