[CLOSED] Remove choose columns from the grid

  1. #1

    [CLOSED] Remove choose columns from the grid

    How to remove the option at the column title of the grid for the user to select columns please?

    Click image for larger version. 

Name:	Capture.PNG 
Views:	17 
Size:	9.7 KB 
ID:	13811
  2. #2
    Hi @registrator,

    Please set EnableColumnHide="false" for a GridPanel.
    http://docs.sencha.com/extjs/4.2.1/#...ableColumnHide

    Or Hideable="false" for specific Columns.
    http://docs.sencha.com/extjs/4.2.1/#...n-cfg-hideable
  3. #3
    X.GridPanel().EnableColumnHide(false)
    For the MVC view.

    Thank you.

Similar Threads

  1. Replies: 3
    Last Post: Feb 27, 2013, 5:14 PM
  2. [CLOSED] GridPanel remove/clear columns
    By romeu in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 06, 2012, 3:57 AM
  3. Replies: 0
    Last Post: Aug 23, 2012, 11:55 PM
  4. [CLOSED] Add/remove columns to <ext:ColumnLayout in DirectEvent
    By Jurke in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Sep 05, 2011, 11:45 AM
  5. [CLOSED] Link in Grid defined by 2 Grid Columns
    By macap in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 23, 2009, 7:47 AM

Posting Permissions