wilfogn
11 Apr 2016, 11:20 AM
First an explanation of why I am doing attempting to do this. I am storing grid states remotely and loading them via state.manager.httpProvider. After a state read I
grid.initState();
grid.getView().refresh();
to apply my state to the grid. This method is causing the artifacts as described below.
When manually setting columns to hidden(as a initState does) and refreshing the grid a variety of artifacts are caused and hidden columns are partly shown as demonstrated in this fiddle.
https://fiddle.sencha.com/#fiddle/163n
Can someone help with a solution? Thank you
grid.initState();
grid.getView().refresh();
to apply my state to the grid. This method is causing the artifacts as described below.
When manually setting columns to hidden(as a initState does) and refreshing the grid a variety of artifacts are caused and hidden columns are partly shown as demonstrated in this fiddle.
https://fiddle.sencha.com/#fiddle/163n
Can someone help with a solution? Thank you