GridPanel - RowExpander - Possible to Use Editor in Template?

  1. #1

    GridPanel - RowExpander - Possible to Use Editor in Template?

    I have a gridpanel with a rowexpander - is it possible to place an editor in there

    <ext:RowExpander ID="rowExpander" runat="server" Collapsed="true">
    <Template ID="Template1" runat="server">
        <div style="padding-left:28px;padding-top:5px;padding-bottom:5px; background-color:White;border-top:solid 1px #cccccc;" field="txt">Comments/Notes:&amp;nbsp;{Comments}
    
        <ext:Editor ID="TextLineEditor" runat="server" AutoSize="Fit" />
        <ext:Editor ID="TextBlockEditor" runat="server" AutoSize="Fit">
            <Field>
                <ext:TextArea runat="server" />
            </Field>
        </ext:Editor>
    </Template>
        <Listeners>
            <Activate Handler="#{TextLineEditor}.retarget(${[@field=txt].editable});;" Single="true" />
        </Listeners>
    </ext:RowExpander>
  2. #2

    RE: GridPanel - RowExpander - Possible to Use Editor in Template?

    Hi,

    It is not possible at this moment. In 1.0 version will be possible to use control inside RowExpander, like

    <ext:RowExpander ID="RowExpander" runat="server">
           <Component>
                  <ext:FormPanel 
                         ....
  3. #3

    RE: GridPanel - RowExpander - Possible to Use Editor in Template?

    Thanks for the quick response - wont waste any time on it but will be waiting for next version

Similar Threads

  1. content inside rowexpander template won't update
    By [WP]joju in forum 1.x Help
    Replies: 12
    Last Post: Mar 03, 2010, 10:34 AM
  2. [CLOSED] [1.0] GridPanel RowExpander Template
    By state in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 13, 2010, 8:36 AM
  3. Replies: 1
    Last Post: Oct 06, 2009, 10:58 AM
  4. [CLOSED] grid rowexpander template
    By idrissb in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 10, 2009, 2:01 AM
  5. Replies: 5
    Last Post: Apr 28, 2009, 8:43 PM

Posting Permissions