[CLOSED] Grouped Headers Column

  1. #1

    [CLOSED] Grouped Headers Column

    http://www.sencha.com/blog/2009/06/1...0-m3-released/

    This is possible with cool?
    Can I set colspan?
    Last edited by Daniil; Sep 23, 2010 at 2:32 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Please follow the link
    https://examples1.ext.net/#/GridPane...mnHeaderGroup/

    Also it's possible to set group headers in a markup.

    Example
    <ext:GridPanel ID="GridPanel1" runat="server">
        ...
        <View>
            <ext:GridView runat="server">
                <HeaderGroupRows>
                    <ext:HeaderGroupRow>
                        <Columns>
                            <ext:HeaderGroupColumn Header="Header" ColSpan="3"/>
                        </Columns>
                    </ext:HeaderGroupRow>
                </HeaderGroupRows>
            </ext:GridView>
        </View>
    </ext:GridPanel>
    Last edited by Daniil; Sep 23, 2010 at 9:47 AM.
  3. #3
    perfect, thank you

Similar Threads

  1. Replies: 2
    Last Post: Jul 06, 2011, 10:51 PM
  2. [CLOSED] Column Headers
    By garrisrd in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Aug 18, 2010, 7:32 PM
  3. Replies: 0
    Last Post: May 28, 2009, 5:23 AM
  4. [CLOSED] Can I completely hide the column headers on a GridPanel?
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 13, 2009, 9:07 AM
  5. Possible to Merge Column Headers?
    By mathec in forum 1.x Help
    Replies: 6
    Last Post: Jan 26, 2009, 1:58 PM

Posting Permissions