-
21 Mar 2011 5:11 AM #1
[PENDING] Grid with CheckBoxSelectionModel and missing CheckBoxColumn in 1.1.1
[PENDING] Grid with CheckBoxSelectionModel and missing CheckBoxColumn in 1.1.1
Hi Jarred,
using a CheckBoxSelectionModel inside Grid automatically adds needed column config as first column, that includes this.selModel (CheckBox column).
After promoting a column too a class and using it as a link, the checkbox column is lost (will not be generated as first column). The funny thing is, that this bug only occurs if promoted class is the first column.
In this case i created a mimetype column that should be used on different grids.
As a workaround, you can use
this.colModel.config.unshift(this.selModel);
right after calling superclass.
Greets Holger
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
Ext.grid.CheckboxColumn Plugin
By mfoley in forum Ext 2.x: User Extensions and PluginsReplies: 13Last Post: 16 Dec 2011, 1:16 AM -
Help about checkboxcolumn in Grid
By emiuanh in forum Ext 2.x: Help & DiscussionReplies: 6Last Post: 2 Aug 2010, 6:54 PM -
Ext.ux.grid.CheckboxColumn
By tcl_java in forum Ext 3.x: User Extensions and PluginsReplies: 7Last Post: 16 May 2010, 12:54 PM -
[DUPE]clearSelections() missing behavior for grid's CheckboxSelectionModel
By leandrorc in forum Ext 3.x: BugsReplies: 3Last Post: 28 Mar 2010, 1:57 AM -
grid checkboxColumn
By yanqing.zhou in forum Ext 3.x: Help & DiscussionReplies: 0Last Post: 14 May 2009, 10:07 PM


Reply With Quote