[CLOSED] TreeGrid - grouping rows

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    [CLOSED] TreeGrid - grouping rows

    Hi Support,

    I'm using Ext.Net 4.5.1 with Asp.Net MVC. I've used grouping for the regular grid in the past by adding feature as follows,

      .Features(
                        Html.X().GroupingSummary()
                            .ID("GroupingSummary1")
                            .GroupHeaderTplString("{name}")
                            //.HideGroupedHeader(true)
                            .EnableGroupingMenu(false)                        
               )
    But this doesn't work with TreeGrid, is there anyway to make TreeGrid support grouping?

    Thanks,
    Gunvant
    Last edited by fabricio.murta; May 08, 2018 at 5:23 PM.

Similar Threads

  1. [CLOSED] TreeGrid submit dirty rows
    By IMehl in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Dec 09, 2014, 9:47 AM
  2. Replies: 0
    Last Post: Mar 06, 2014, 5:41 AM
  3. Replies: 1
    Last Post: Jan 17, 2014, 3:43 PM
  4. Grouping total rows
    By emon in forum 1.x Help
    Replies: 0
    Last Post: Mar 10, 2011, 4:24 AM
  5. [CLOSED] [1.0] GridPanel summary rows without grouping
    By danielg in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Feb 16, 2010, 7:36 AM

Tags for this Thread

Posting Permissions