[CLOSED] [1.0] ext:CommandColumn locking issue

  1. #1

    [CLOSED] [1.0] ext:CommandColumn locking issue



    When using ext:LockingGridView and setting the first column in one of my GridPanel?s to Locked="true" (which is a ext:CommandColumn), all of the icons in the column disappear.

    Is there any additional properties I have to set to get the icons to show properly?

    Here is a small example:

    <ext:CommandColumn ColumnID="Details" DataIndex="Details" Header="Functions" Width="100" Align="Left" Fixed="true" MenuDisabled="true" Resizable="false" Locked="true">
        <Commands>
            <ext:GridCommand Icon="Magnifier" CommandName="View">
                <ToolTip Text="View" />
            </ext:GridCommand>
            <ext:CommandSeparator />
            <ext:GridCommand Icon="NoteEdit" CommandName="Edit">
                <ToolTip Text="Edit" />
            </ext:GridCommand>
            <ext:CommandSeparator />
            <ext:GridCommand Icon="Delete" CommandName="Delete">
                <ToolTip Text="Delete" />
            </ext:GridCommand>
        </Commands>
    </ext:CommandColumn>
    Let me know if you require a more complete example.

    Thanks.
  2. #2

    RE: [CLOSED] [1.0] ext:CommandColumn locking issue

    Hi,

    Fixed. Please update from SVN
    Also set SyncHeights="true" for the LockingGridView
  3. #3

    RE: [CLOSED] [1.0] ext:CommandColumn locking issue

    Appears to be working great now. Thanks!

Similar Threads

  1. [CLOSED] GridView - Locking and Multi Header
    By Technetium in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Aug 08, 2012, 9:46 AM
  2. Locking treegrid column
    By Mr.Techno in forum 1.x Help
    Replies: 14
    Last Post: Nov 25, 2011, 10:24 AM
  3. Prblem with Locking column
    By oseqat in forum 1.x Help
    Replies: 2
    Last Post: Jul 05, 2011, 9:05 AM
  4. Grouping and locking in a GridPanel
    By sonnh11 in forum 1.x Help
    Replies: 2
    Last Post: Jun 01, 2011, 7:21 AM
  5. [CLOSED] Locking Grid and AddColumn
    By paulc in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 23, 2011, 11:05 AM

Posting Permissions