problem with fixing command column

  1. #1

    problem with fixing command column

    hi,
    I just want to know if it is possible to fixed command column, i defined my grid and all my columns in code behind, and to fix the command column i have used
    cmdCol.Fixed = true; cmdCol.Locked = true;
    and this don't work
    need help please, thanks
  2. #2
    Hi,

    What are you expecting from .Fixed and .Locked?

    They work as expected.

    Fixed="true" means that column's width cannot be changed.
    http://dev.sencha.com/deploy/ext-3.4...n&member=fixed

    .Locked makes sense in a GridPanel is configured with LockingGridView:
    https://examples1.ext.net/#/GridPane...ckingGridView/

    I guess you need this:
    http://forums.ext.net/showthread.php?13960
  3. #3
    i want to fix position of column (disable users to change position of command column"drag and drop")
  4. #4
    It means I understood correctly. So, please investigate the example I referred.
  5. #5
    so, i just to add the script i my aspx page and it will be run ? or i have to bring some modifications
  6. #6
    You should replace "2" with a respective column's index (zero-based).
  7. #7
    thanks a lot for support,
    have a nice night ;)

Similar Threads

  1. [CLOSED] Command Column
    By RCM in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 16, 2012, 4:43 AM
  2. [CLOSED] Disable command column
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Dec 07, 2011, 3:33 PM
  3. Add command column in gridpanel
    By tmducit in forum 1.x Help
    Replies: 1
    Last Post: May 27, 2011, 11:27 AM
  4. GridPanel Column Command?
    By peter.campbell in forum 1.x Help
    Replies: 1
    Last Post: Apr 08, 2011, 9:13 AM
  5. command column messing up grid column
    By wp_joju in forum 1.x Help
    Replies: 2
    Last Post: Dec 08, 2010, 6:40 AM

Tags for this Thread

Posting Permissions