multifield in gridpanel column possible?

  1. #1

    multifield in gridpanel column possible?

    Hi,

    Is it possible to have multifield in gridpanel column? My below code does not seems to work.

    for example :




    <ext:Column DataIndex="START_DATE" Header="Start Date" Width="300px" Align="Center" >
    <Editor>
    <ext:MultiField ID="MultiField1" runat="server" FieldLabel="Mix">
    <Fields>



    <ext:DateField ID="sDate" runat="server" Width="150px" />
    <ext:TextField ID="sTime" runat="server" Width="150px" />

    </Fields>
    </ext:MultiField>
    </Editor>
    </ext:Column>


    Thanks
    Lisa
  2. #2

    RE: multifield in gridpanel column possible?


    Hi,

    I am also having the same problem. Please help..

Similar Threads

  1. Replies: 3
    Last Post: Nov 10, 2011, 3:10 PM
  2. [CLOSED] [1.0] - GridPanel Column unable to Hide column
    By drkoh in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 01, 2010, 5:37 PM
  3. [CLOSED] Icon column in GridPanel based on column from store
    By jmcantrell in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: May 12, 2010, 5:46 PM
  4. Replies: 3
    Last Post: Apr 08, 2010, 7:16 AM
  5. [CLOSED] GridPanel column header and column chooser different value
    By acrossdev in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jul 07, 2009, 6:01 AM

Posting Permissions