expand collapse group in gridpanel not working

  1. #1

    expand collapse group in gridpanel not working

    I have a gridpanel with grouping, how can I expand/collapse using a radiobutton? I'm trying to use the example below, and it doesn't work for me:

    https://examples5.ext.net/#/GridPane...eous/Grouping/


    thanks
  2. #2
    Hello @JCarlosF!

    I have just tried the example you pointed and it seems to be working for me. What specifically does not work for you? What browser and version are using? Anything you click, expecting a group to expand/collapse and "nothing happens"? Any error messages thrown to the console?
    Fabrício Murta
    Developer & Support Expert
  3. #3
    That's right, the example doesn't work for me, I investigated and found something that works for me, they are the following two lines, to expand and collapse respectively:

    #{IDGrid}.view.normalView.features[0].expandAll();
    #{IDGrid}.view.normalView.features[0].collapseAll();
    thanks!
  4. #4
    Hello JCarlosF!

    If grid column locking is what's extra in your scenario, I believe we fixed something related to it, which was included in Ext.NET 5.1.0, according to github issue #1687.

    But still, I cannot reproduce expand issues in the example you provided (without modifications), it would really help to know how exactly the issue is reproducible.

    If you have any further information on how to reproduce the issue you're facing, please let us know.
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] Fieldset expand/collapse is NOT working in Safari v11
    By iansriley in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 01, 2017, 6:00 PM
  2. [CLOSED] Expand/Collapse a group in groupCommand
    By blueworld in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Sep 22, 2014, 12:49 PM
  3. [CLOSED] [#88] How to expand/collapse a grid group in client side
    By feanor91 in forum 2.x Legacy Premium Help
    Replies: 20
    Last Post: Jun 03, 2013, 3:52 PM
  4. [CLOSED] Expand / Collapse Grid group in client side - Razor
    By MTSI in forum 2.x Legacy Premium Help
    Replies: 8
    Last Post: Aug 31, 2012, 12:52 PM
  5. why is GridPanel collapse and expand unable ?
    By netcooliteuser in forum 1.x Help
    Replies: 7
    Last Post: Sep 09, 2010, 4:57 PM

Posting Permissions