[CLOSED] How to hide option Lock/Unlock in Menu Column of GridPanel

  1. #1

    [CLOSED] How to hide option Lock/Unlock in Menu Column of GridPanel

    Hi,

    I need to hide only 2 options in Menu Column of GridPanel from code behind.

    Here's screen which will tell all is needed to understand :)
    Click image for larger version. 

Name:	capture.png 
Views:	184 
Size:	9.7 KB 
ID:	5282

    Thanks,
    ViDom
    Last edited by Daniil; Dec 18, 2012 at 2:09 PM. Reason: [CLOSED]
  2. #2
    Hi @ViDom,

    Please set up this thing for the GridPanel.
    <CustomConfig>
        <ext:ConfigItem Name="EnableColLock" Value="false" Mode="Raw" />
    </CustomConfig>
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @ViDom,

    Please set up this thing for the GridPanel.
    <CustomConfig>
        <ext:ConfigItem Name="EnableColLock" Value="false" Mode="Raw" />
    </CustomConfig>
    Ok it's work Thanks:)

    Where I can find some list of configuration is there anything like this?
  4. #4
    The best resource is ExtJS 3.4 docs.
    http://docs.sencha.com/ext-js/3-4/#!...-triggerAction

    But there is no doc for LockingGridView, because it is a plugin, not a part of ExtJS.

    I found this option in the JavaScript sources of the LockingGridView plugin.
  5. #5
    Quote Originally Posted by Daniil View Post
    The best resource is ExtJS 3.4 docs.
    http://docs.sencha.com/ext-js/3-4/#!...-triggerAction

    But there is no doc for LockingGridView, because it is a plugin, not a part of ExtJS.

    I found this option in the JavaScript sources of the LockingGridView plugin.
    sources are available for users as well it could be really helpfull?
    If yes could you please share some link to this sources?;>
  6. #6
    It is available in the full Ext.NET sources.
    <Ext.Net v1 sources root>\Build\Ext.Net\ux\extensions\lockinggrid\LockingGridView.js
  7. #7
    Quote Originally Posted by Daniil View Post
    It is available in the full Ext.NET sources.
    <Ext.Net v1 sources root>\Build\Ext.Net\ux\extensions\lockinggrid\LockingGridView.js
    oh ok:) good to know :)

    Thanks again for help @Daniil:)

Similar Threads

  1. Replies: 2
    Last Post: Sep 27, 2012, 1:25 PM
  2. [CLOSED] disable lock button on menu items columns of gridPanel
    By tactime10 in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 24, 2012, 3:45 PM
  3. [CLOSED] Hide the column option(on click of column header) for treegrid
    By AnulekhaK in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 01, 2012, 11:16 AM
  4. GridPanel lock Column and Header [0.8.2]
    By Born2Code in forum 1.x Help
    Replies: 0
    Last Post: May 19, 2010, 4:49 AM
  5. [CLOSED] [1.0] Gridpanel excel like column lock scroll
    By ashton.lamont in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 04, 2010, 5:23 PM

Tags for this Thread

Posting Permissions