[CLOSED] Hide / Show columns in Grid - Razor

  1. #1

    [CLOSED] Hide / Show columns in Grid - Razor

    hi,

    https://examples2.ext.net/#/GridPane...Configuration/

    Based on this example I am trying to show or hide column based on button click. I want to achieve this through JavaScript instead of using server side events. Please help me to achieve this.

    Thanks in advance.
    Last edited by Daniil; Sep 03, 2012 at 5:16 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please just set up an ID for the Column that you need to toggle and call:
    App.Column1.hide();
    To show please use the show method.

Similar Threads

  1. hide columns Grid Ext 2.0
    By sysmo in forum 2.x Help
    Replies: 3
    Last Post: Jun 15, 2012, 7:07 PM
  2. Replies: 1
    Last Post: Dec 28, 2011, 6:36 PM
  3. GridPanel Hide/Show Columns
    By vs.mukesh in forum 1.x Help
    Replies: 1
    Last Post: Oct 30, 2010, 4:29 PM
  4. [CLOSED] Show/hide GridPanel columns during DirectEvent
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 20, 2010, 8:51 PM
  5. [CLOSED] Show/Hide grid columns
    By GmServizi in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Mar 28, 2010, 6:39 AM

Posting Permissions