[CLOSED] Grouped Columns in Grid

  1. #1

    [CLOSED] Grouped Columns in Grid

    What we need are subrows in the Grid.
    Click image for larger version. 

Name:	Unbenannt.PNG 
Views:	73 
Size:	6.3 KB 
ID:	24349
    So Delivery should be a Grid-Row having the subrows: "Type A", "Type B" and the "+" for adding a new subrow.
    And "Type A" should have subrows again.

    I had a look at the documentation, but it looks like the grid only supports grouping by one field.

    Is it possible to create a Grid like this with ExtNet? Maybe using custom template columns!?
    Last edited by Daniil; Dec 15, 2015 at 2:31 PM. Reason: [CLOSED]
  2. #2
    Hi @anwichmann,

    Unfortunately, there is no functionality built-in. I am afraid, that is too challenging task to help you with. I mean I don't think it is possible to implement this functionality in the context of GridPanel and it is going to require implementing a new component.

    There is a PivotGrid in ExtJS 6 that seems similar to what you need, but I still don't see it supports adding new rows in the way that you need.
    https://examples.sencha.com/extjs/6....k/#pivot-grids

    Anyways, Ext.NET v3 doesn't support it. Maybe, a PivotGrid will appear in Ext.NET v4, but I cannot guarantee that and cannot provide any time frame.
  3. #3
    I just found the TreePanel control in the ExtNet Library.
    We will try to use this control, if we found out how it works and the examples at https://examples3.ext.net/ are online again...
  4. #4
    Indeed a TreePanel might suite your needs.

    Yes, examples.ext.net is currently down and we are working on that. Anyways, thank you for the report.

    I would recommend to download Ext.NET with Examples Explorer and run it locally. You'll be only required to open a .sln file and run the Examples project.
  5. #5
    Examples Explorer is back online. We apologize for the inconvenience.
    https://examples3.ext.net

Similar Threads

  1. Grouped Header and Grid Filters
    By paulc in forum 2.x Help
    Replies: 0
    Last Post: Jun 03, 2013, 1:23 PM
  2. [CLOSED] How to loop through grouped grid with checkboxselectionmodel
    By blueworld in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 28, 2013, 11:16 AM
  3. Sorting within Grid panel grouped records
    By ssenthil21 in forum 1.x Help
    Replies: 1
    Last Post: Jul 04, 2011, 7:42 AM
  4. [CLOSED] Add Row to Grouped Grid.
    By rthiney in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 05, 2010, 4:43 PM
  5. Grouped grid very slow
    By testix in forum 1.x Help
    Replies: 3
    Last Post: Sep 19, 2009, 1:46 PM

Posting Permissions