[CLOSED] [1.0] check box selection model check column appears in header menu

  1. #1

    [CLOSED] [1.0] check box selection model check column appears in header menu

    I have just updated from SVN to revision 2581 and now the checkbox selection model checkbox column appears in the column header menu, previously it didn't, is there a way to prevent it from appearing in the menu?

    Thanks.

  2. #2

    RE: [CLOSED] [1.0] check box selection model check column appears in header menu

    I've added the following override to fix the problem:

    Ext.override(Ext.grid.CheckboxSelectionModel, {
      hideable: false
    });

  3. #3

    RE: [CLOSED] [1.0] check box selection model check column appears in header menu

    Hi,

    Thanks. We added the fix

Similar Threads

  1. Replies: 11
    Last Post: Mar 14, 2012, 10:12 AM
  2. Replies: 1
    Last Post: Feb 03, 2011, 2:49 PM
  3. [CLOSED] Multiselect - How to check selection in javascript
    By Shanti in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 03, 2009, 5:48 AM
  4. How to set single check box selection
    By Dinesh.T in forum 1.x Help
    Replies: 1
    Last Post: Jun 25, 2009, 1:33 PM
  5. Check box selection in Gridpanel using version 0.8
    By speedstepmem3 in forum 1.x Help
    Replies: 0
    Last Post: Jun 04, 2009, 1:02 AM

Posting Permissions