[CLOSED] GridPanel - The <features> block don't work

  1. #1

    [CLOSED] GridPanel - The <features> block don't work

    Could you tell me if the <features> block available in the Gridpanel?

    I need enable the feature Grouping for each column in the grid.

    <ext-gridpanel>
    
    <features>
        <ext-Grouping/>
        <ext-RowBody/>
    </features>
    
    </gridpanel>
    Could you show an example ?

    Is there an alternative solution?

    Thanks.
  2. #2
    Hello @lu7jm!

    Maybe I don't understand your question but, grid panel features can only be triggered as a whole in such components, not per-column.

    We have recenlty dealt with an issue with the grid panel's Features block in GitHub issue #1781 and it should be usable now.

    Are you just not sure where to begin with? I believe this Ext.NET 5 example should give you the right directions into using the feature. If something really looks to block you from making it work, let us know and we'll take a look at it.

    - Grid Panel > Miscellaneous > Grouping~

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    We have downloaded the Ext.Net.7 Preview 4 version but it doesn't work, could you give me an example for this version?
  4. #4
    My example for this version is:


    <Features>
        <ext-Grouping 
            HideGroupedHeader="true"
            StartCollapsed="true"
            GroupHeaderTplString='{IntClass}: {name} ({rows.length} Item{[values.rows.length > 1 ? "s" : ""]})' 
            />
    </Features>

    But not work.
    Last edited by geoffrey.mcgill; Aug 02, 2020 at 5:05 AM.
  5. #5
    The problem had solve. Thanks Fabricio.

Similar Threads

  1. Replies: 14
    Last Post: Apr 27, 2016, 12:22 AM
  2. Replies: 0
    Last Post: Jan 30, 2015, 4:32 PM
  3. TaskManager don't work!
    By KevinWinter in forum 2.x Help
    Replies: 9
    Last Post: Feb 04, 2013, 1:30 AM
  4. Fileupload filed in gridpanel don't work in IE 9
    By lrossism in forum 1.x Help
    Replies: 0
    Last Post: Aug 21, 2012, 1:22 PM
  5. Tabpanel and menu don't work together?
    By Santon_Lee in forum 1.x Help
    Replies: 2
    Last Post: Apr 10, 2010, 1:49 AM

Posting Permissions