[CLOSED] Template master details

  1. #1

    [CLOSED] Template master details

    Hi

    Is it possible to use template for displaying Mater/Details data?

    Basically I have a query that displays people, I would like to show details just bellow the {FULLNAME}.

    I would like to use templates to design a better user friendly interface.


    <ItemTpl runat="server">
        <Html>
            <tpl for=".">
                <div class="list-item" id="{ID}">                                                                                                                    
                    <h3>{FULLNAME}</h3>
                    Details-- comes here                                                
                </div>
            </tpl>                                            
        </Html>
    </ItemTpl>
    I hope it's clear enough.

    Thank you
    Last edited by Daniil; Jan 31, 2013 at 3:43 AM. Reason: [CLOSED]
  2. #2
    Please provide more details, how bound data looks like? What exactly do you need to show?
    Please see the following sample (for example, how Children is displayed inside Parent)
    https://examples2.ext.net/#/Miscella...late/Overview/

Similar Threads

  1. EntityDataSource and many to many lookup table
    By Silver Paladin in forum 1.x Help
    Replies: 0
    Last Post: Feb 22, 2012, 3:37 AM
  2. CommandColumn renderer
    By Mr Frogg in forum 1.x Help
    Replies: 5
    Last Post: Jan 26, 2010, 5:38 AM
  3. [0.8.1] Renderer bug
    By SouthDeveloper in forum 1.x Help
    Replies: 6
    Last Post: Jan 25, 2010, 12:28 PM
  4. [CLOSED] Combobox behavior on lookup
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 30, 2009, 2:39 PM
  5. GridPanel Renderer
    By JonG in forum 1.x Help
    Replies: 0
    Last Post: Jul 10, 2009, 5:28 AM

Tags for this Thread

Posting Permissions