Hybrid View
-
4 Mar 2012 8:46 AM #1
Ext.tree.Panel bug on column definition with 'hideable: false'
Ext.tree.Panel bug on column definition with 'hideable: false'
When setting a column to 'hideable: false' with Ext.tree.Panel, the column don´t show on the column list (expected, works like Ext.grid.Panel till here) and the next one is disabled (greyed out - I think this is the old behaviour on 3.x if I recall it right), rendering 2 columns 'unhideable'.
I´m using ext-4.0.7-gpl, and this bug don´t seems related to browsers.
-
5 Mar 2012 8:11 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,582
- Vote Rating
- 433
In Ext JS 3.4.0 if you set hideable to false on a column that column won't be shown in the menu. The behavior in Ext JS 4 matches this behavior so the menu item should not show.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
Looks like we can't reproduce the issue or there's a problem in the test case provided.


Reply With Quote