Threaded View
-
15 Jul 2010 4:15 PM #1
[FIXED-186] Not Including CheckboxSelectionModel In Column Model
[FIXED-186] Not Including CheckboxSelectionModel In Column Model
When adding a CheckboxSelectionModel to a grid it looks fine in the designer, but when the exported project is run in the browser the checkbox column is missing because it's not being included in the column model.
I appreciate that this can't be done using entirely declarative syntax as you need two references (selModel and a column) to the same selection model, so the exported .ui.js code would need to declare the column model before the main object and then reference it in the declaration.
Currently I'm having to add the code below to the corresponding .js file after initialization, which is hardly a major pain, more a minor irritation.
Code:this.MyGrid.colModel.config.unshift(this.MyGrid.selModel);
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-186] Documentation events for Ext.util.TapRepeater
By deister in forum Sencha Touch 1.x: BugsReplies: 1Last Post: 30 Jul 2010, 9:21 AM -
Ampersand in column model doesnt show in column header menulist?
By aolee in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 19 Apr 2010, 2:31 AM -
[FIXED][3.0.0] column model defaultSortable changed (no longer writable)
By mjlecomte in forum Ext 3.x: BugsReplies: 4Last Post: 21 Jul 2009, 8:39 AM -
Adding mouseover event to column in column model
By shameed in forum Ext 2.x: Help & DiscussionReplies: 4Last Post: 28 Jun 2009, 4:46 PM -
Wrong height in Column Panel including a TabPanel
By Dr.BuP in forum Ext 2.x: Help & DiscussionReplies: 0Last Post: 17 Jan 2008, 9:15 AM


Reply With Quote