[CLOSED] GridPanel with GroupingSummary and RowExpander

  1. #1

    [CLOSED] GridPanel with GroupingSummary and RowExpander

    I have a GridPanel in a Razor view with both GroupingSummary and RowExpander Features


    .Features(
                X.GroupingSummary()
                    .GroupHeaderTplString("{name}")
            )
            
            .Plugins(Html.X().RowExpander()
            .Loader(Html.X().ComponentLoader()
                .Url(Url.Action("GetPositionDetail"))
                .Mode(LoadMode.Component)
                .LoadMask(mask => mask.ShowMask = true)
                .Params(new { PositionID = JRawValue.From("this.record.data.PositionID") })
            )
    Problem is only first row of group will Expand the row. Rows 2+ expand button does fires no Javascript as shown in FireBug. Are there collisions between group expander and row expander + signs in GridPanel? Please advise.
    Last edited by Daniil; Feb 11, 2014 at 2:55 PM. Reason: [CLOSED]
  2. #2
    Hi @ehmdb,

    Please wrap the code in [CODE] tags. Please do not create a new post, just edit the existing one.

    More tips for posting on the forums you can find here:
    Forum Guidelines For Posting New Topics
    More Information Required
    Last edited by Daniil; Jan 30, 2014 at 12:00 PM.
  3. #3
    Just a quick note on this, if I remove the GroupingSummary the RowExpander works fine.
  4. #4
    Hi @ehmdb,

    Seems I cannot reproduce with the latest Ext.NET sources. As a sample I took this one:
    http://mvc.ext.net/#/GridPanel_Plugins/GroupingSummary/

    and added the RowExpander that you posted.

    It appears to be working.

    Please specify the Ext.NET version that you are using and provide a full test case.

Similar Threads

  1. Replies: 15
    Last Post: Sep 19, 2017, 6:15 PM
  2. Replies: 5
    Last Post: Jul 12, 2013, 1:30 AM
  3. Replies: 7
    Last Post: Jan 11, 2012, 3:52 PM
  4. Replies: 1
    Last Post: Jun 15, 2011, 9:01 AM
  5. [CLOSED] bind gridpanel in rowexpander of gridpanel
    By idrissb in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Sep 03, 2009, 1:54 PM

Posting Permissions