-
3 Sep 2010 6:16 AM #1
[CLOSED] CheckboxSelectionModel does not appear in Preview
[CLOSED] CheckboxSelectionModel does not appear in Preview
Hi,
When a grid has a CheckboxSelectionModel configured; the checkbox does not appear in the Preview popup.
There is a checkbox on the UI view though.
Attached is an example.
-
3 Sep 2010 6:31 AM #2Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Hi Plasma,
This is not a bug. You must assign a ref to the GridPanel via the "autoRef" config option, so that the selection model can be properly added to the column model config.
Thanks,
Jarred
-
3 Sep 2010 7:01 AM #3
Thanks, that's done it.
I set 'autoRef' to 'myGrid' in the above example when clicking on 'My Grid' in the Components list and its worked as expected.
-
3 Sep 2010 7:18 AM #4Sencha - Desktop Packager Dev Team
- Join Date
- Mar 2007
- Location
- Baltimore, MD.
- Posts
- 1,745
- Vote Rating
- 5
Awesome. This was a recent fix, to generate the proper code. When the GridPanel is a child of another component, the GridPanel is configured as a pure JSON object. This previously made the CheckboxSelectionModel hard to dynamically add to the Grid's column model. In a near future release we will be generating an autoRef for the grid automatically if it doesn't have one explicitly set. As well as the ability to re-order the CheckboxSelectionModel amongst the rest of the columns. At this point, I think most people would choose to have it in the first column position anyways :-)
-
29 Oct 2010 3:14 AM #5
Hi Jarred. I've also seen this issue, even with an autoRef. I goes away as soon as you do something to update the grid though. (Ie: I added a button to a toolbar attached to the grid).
-
4 Dec 2011 12:17 PM #6
CheckboxSelectionModel
CheckboxSelectionModel
I don't understand how to display CheckboxSelectionModel, you can show me?

Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[2.1][CLOSED] GridPanel: CheckboxSelectionModel and GridDragZone conflict
By erki in forum Ext 2.x: BugsReplies: 5Last Post: 26 Oct 2010, 7:36 PM -
[CLOSED] Empty Grid Panel - Error exporting proyect, Preview Screen
By ufologo22 in forum Ext Designer: BugsReplies: 3Last Post: 8 Apr 2010, 9:48 AM -
[CLOSED][3.1.1] CheckboxSelectionModel loses its listeners
By erki in forum Ext 3.x: BugsReplies: 1Last Post: 15 Feb 2010, 8:55 AM -
[2.??][CLOSED] Bug in checkBoxSelectionModel..
By rakesh in forum Ext 2.x: BugsReplies: 13Last Post: 21 Feb 2009, 6:21 AM -
[CLOSED] CheckBoxSelectionModel deselects
By gslender in forum Ext GWT: Bugs (1.x)Replies: 0Last Post: 10 Sep 2008, 4:21 AM


Reply With Quote