[CLOSED] How to wrapping grid command column?

  1. #1

    [CLOSED] How to wrapping grid command column?

    Hello, I have a gridcommandcolumn like this:
    <ext:CommandColumn Width="250" Header="test1" ColumnID="test"  ButtonAlign="Left">
                                <Commands>
                                    <ext:GridCommand CommandName="CPCost" Text="test11" />
                                    <ext:CommandSpacer />
                                    <ext:GridCommand CommandName="VOCost" Text="test2" />
                                    <ext:CommandSpacer />
                                    <ext:GridCommand CommandName="CPJD" Text="test3" />
                                    <ext:CommandSpacer />
                                    <ext:GridCommand CommandName="VOJD" Text="test4" />
                                 </Commands>
    </ext:CommandColumn>
    And I want to auto wrapping it, how can I do? Thanks!
    Last edited by Daniil; Aug 05, 2014 at 12:55 PM. Reason: Please use [CODE] tags, [CLOSED]
  2. #2
    Hi @macroe,

    Do you mean the commands go to the second row if a user shrinks the CommandColumn and there is no room anymore for all the commands?

    I am afraid there is no such the functionality.

    By the way, it looks you use Ext.NET v1, don't you?

Similar Threads

  1. [CLOSED] Grid Column Command...need Grid parameter!
    By rthiney in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 18, 2013, 9:11 PM
  2. [1.0] Image Command + Text Wrapping
    By mj.daly in forum 1.x Help
    Replies: 0
    Last Post: Apr 20, 2011, 9:21 AM
  3. command column messing up grid column
    By wp_joju in forum 1.x Help
    Replies: 2
    Last Post: Dec 08, 2010, 6:40 AM
  4. [CLOSED] [1.0] Command Column in Grid causes jscript error
    By chrisbranson in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jun 28, 2010, 4:04 PM
  5. grid column text wrapping
    By [WP]joju in forum 1.x Help
    Replies: 0
    Last Post: Nov 18, 2009, 3:32 AM

Posting Permissions