Cristian87 Posted November 25, 2020 Posted November 25, 2020 Good morning. I need to hide the row in a grid of the summay of the group, but show the row of grandTotal. How to do? Quote
Sherzod Posted November 25, 2020 Posted November 25, 2020 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 }); } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.