PDA

View Full Version : [2.2] Ext.grid.GroupingView fired unnecessary 'hiddenchange' event



nassaja-rus
13 Aug 2008, 11:42 AM
Grid.Panel fire 'hiddenchange' event on grid initialization when I set "hideGroupedColumn" in Ext.grid.GroupingView. I think, that this bad behaviour.

I have collided with it when did custom StateProvider. Such behaviour causes undesirable premature state save of a grid.

When I set hiden:true in ColumnModel - all works well.