Jump to content

Hide row summary group


Cristian87

Recommended Posts

58 minutes ago, Cristian87 said:

I need to hide the row in a grid of the summay of the group, but show the row of grandTotal. How to do?

Hello,

UniDBGrid -> ClientEvents -> ExtEvents ->

function beforerender(sender, eOpts)
{
    sender.getView().getFeature("grouping").setConfig({
        showSummaryRow: false
    });
}

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...