-
3 Oct 2010 12:03 PM #1
[OPEN-1306] groupingstore, hide/show column => columnsize not correct
[OPEN-1306] groupingstore, hide/show column => columnsize not correct
Don't know if it is already asked/reported (couldn't find a solution):
When you hide/show a column in a groupingstore.grid that column is getting smaller and smaller in size the more you click hide/show that column. It only happens in a grid with a groupingstore.
Just try and see (original example)
http://dev.sencha.com/deploy/dev/exa.../grouping.html
-
9 Oct 2010 1:48 AM #2
Happens also when the grid is loaded in a tab (groupingStore or not)
-
9 Oct 2010 1:56 AM #3Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 40
This has been reported before.
Cause:
Showing a column will call updateColumnHidden() -> layout() -> fitColumns() without passing the current column as the third argument.
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[OPEN-1306] GroupingStore in a stateful GridPanel issue (store autoLoad not working)
By gregd72002 in forum Ext 3.x: BugsReplies: 1Last Post: 9 Nov 2011, 8:44 AM -
[3.0rc2] Grid Column don't show correct width in firefox
By atian25 in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 17 Sep 2009, 8:05 PM -
Grid + GroupingStore, how to hide grouping column ?
By kevin8622 in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 17 Aug 2008, 5:10 AM -
Shrinking of column on repeated hide/show of column
By snehaltikekar in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 18 Jul 2008, 3:28 AM -
[OPEN][1.0 beta3] Table: fill on app start, header sort column, show/hide column bugs
By dav in forum Ext GWT: Bugs (1.x)Replies: 4Last Post: 27 May 2008, 9:10 PM


Reply With Quote