[CLOSED] how to set multi-line in ext:Column?

  1. #1

    [CLOSED] how to set multi-line in ext:Column?

    <ext:Column  runat="server" DataIndex="info" Text="info" Flex="1" AutoScroll="true"  >
                            <Editor>
                                <ext:TextArea ID="ta_info" runat="server" AutoScroll="true" AutoShow="true" Height="100">
                                       
                                </ext:TextArea>
                            </Editor>
    </ext:Column>
    1,the column "info" is multiline, but now it is only one line, how to set it ? maybe set propery Multiline-"true"?
    2,when I click the column, the column's height = 100 , I want to set height auto according the column's text.
    thanks.
    Last edited by Daniil; May 07, 2013 at 3:55 AM. Reason: [CLOSED]
  2. #2
    Hi @hdsoso,

    Quote Originally Posted by hdsoso View Post
    1,the column "info" is multiline, but now it is only one line, how to set it ? maybe set propery Multiline-"true"?
    Please try to set up Wrap="true" for the Column.

    Quote Originally Posted by hdsoso View Post
    2,when I click the column, the column's height = 100 , I want to set height auto according the column's text.
    thanks.
    Please set up:
    <ext:TextArea runat="server" Grow="true" />
    Last edited by Daniil; May 03, 2013 at 3:17 PM.

Similar Threads

  1. Multi Line Chart Functionality
    By rdustin in forum 2.x Help
    Replies: 0
    Last Post: Nov 28, 2012, 6:11 PM
  2. [CLOSED] Validation in Multi-line Prompt
    By CarWise in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Oct 02, 2012, 11:00 AM
  3. [CLOSED] column chart label line wrapping
    By CarpFisher in forum 2.x Legacy Premium Help
    Replies: 9
    Last Post: Jul 05, 2012, 12:12 PM
  4. Multi Column Dropdown
    By Hari in forum 1.x Help
    Replies: 3
    Last Post: Feb 03, 2010, 2:19 PM
  5. Replies: 1
    Last Post: Apr 22, 2009, 7:03 AM

Posting Permissions