[CLOSED] Is there any multi-level group in grid panel?

  1. #1

    [CLOSED] Is there any multi-level group in grid panel?

    I am wondering if there is any multi-level grouping in grid panel. The only grouping I see is only single grouping among all the examples. Do you have any more examples that show multi-level grouping?

    Thanks a lot.
    Last edited by Daniil; Mar 12, 2013 at 5:42 AM. Reason: [CLOSED]
  2. #2
    Hi @gets_gui,

    Unfortunately, there is no a built-in option.

    Here is an extension.
    http://www.sencha.com/forum/showthread.php?226739
  3. #3

    Seshu Kumar

    Hi Daniil,
    How can I use the mentioned extension in the Ext.Net. Could you please provide me a solution for the same.

    Thanks & Regards,
    Seshu Kumar.
  4. #4
    The easiest way to try would be attaching required JavaScript and CSS files to the page and refer a feature to a GridPanel in this way.
    <ext:GridPanel ...>
        <Features>
            <ext:GenericFeature 
                runat="server" 
                InstanceName="Ext.grid.feature.MultiGrouping" />
        </Features>
    </ext:GridPanel>
    Please note that the latest Ext.NET uses ExtJS 4.2.1.

    I see that MultiGrouping is originally implemented for ExtJS 4.1, but I saw somebody update it to ExtJS 4.2.
    https://www.sencha.com/forum/showthr...l=1#post973787

    It is just for you information. If the underlying ExtJS version doesn't match the version that the feature has been implemented for, then there is a very minor change it will work.

Similar Threads

  1. [CLOSED] create Multi level checkbox dynamically
    By majestic in forum 2.x Legacy Premium Help
    Replies: 6
    Last Post: Oct 15, 2012, 3:36 PM
  2. Grid with Multi Level Row Expander
    By remeez.persent in forum 2.x Help
    Replies: 0
    Last Post: Jul 27, 2012, 12:47 PM
  3. Multi level gridpanel help?
    By Tookey21 in forum 1.x Help
    Replies: 3
    Last Post: Apr 30, 2012, 10:08 AM
  4. [CLOSED] Multi Level Grid -> Column Headers css style and alignment
    By bsnezw in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Jun 16, 2011, 3:22 PM
  5. [CLOSED] How to accomplish multi-level editing?
    By capecod in forum 1.x Legacy Premium Help
    Replies: 11
    Last Post: Jan 27, 2011, 7:26 AM

Tags for this Thread

Posting Permissions