Nested TableLayout

  1. #1

    Nested TableLayout

    can table layout be nested inside a TabPanel Tab? I mean, puntting a TabLayout in a Cell of another TableLayout which is in the ContentControls of a Tab beloging to a TabPanel

    I tried it but I get javascript errors (it says it cannot found some dome elements)

    thx
  2. #2

    RE: Nested TableLayout



    Yes, although you would first need to add a new Panel (or anything inherited from PanelBase) into the cell, then drop the TableLayout into the new Panel.

    The pattern is always... Panel --> Layout --> Panel --> Layout --> Panel, etc...

    You can make a "hidden" Panel by setting the .Header and .Border properties to "false".

    Example

    <ext:Panel ID="Panel1" runat="server" Header="false" Border="false" />
    Hope this helps.
    Geoffrey McGill
    Founder
  3. #3

    RE: Nested TableLayout



    I'm just checking in to see if you successfully got TableLayout/Panel nesting to work?
    Geoffrey McGill
    Founder
  4. #4

    RE: Nested TableLayout

    nope, at first try I still get javascript errors; maybe it relays on the fact it's all dinamically built. Anyway I'll check further later to see if I mistaken something.

    thx

Similar Threads

  1. [CLOSED] Nested data in nested grids
    By FAS in forum 1.x Legacy Premium Help
    Replies: 16
    Last Post: Apr 19, 2012, 7:51 PM
  2. IE7 TableLayout BUG
    By qch2006qch in forum 1.x Help
    Replies: 2
    Last Post: Feb 14, 2012, 3:27 AM
  3. AutoWidth in TableLayout
    By lagrange in forum 1.x Help
    Replies: 0
    Last Post: Sep 27, 2011, 2:47 AM
  4. TableLayout
    By bilgecoolite in forum 1.x Help
    Replies: 4
    Last Post: Mar 19, 2010, 3:32 PM
  5. TableLayout questions
    By haltenberg in forum 1.x Help
    Replies: 2
    Last Post: Nov 04, 2008, 5:32 PM

Posting Permissions