suresh_klarna
5 days agoNew Contributor II
Total for a column in Grid view
Hi,
We are having a grid view to display data through data adapter.
How to display totals for a column at the bottom of the grid view?
is there property to display total? like below
IsFilterable = False,
IsSortable = False,
There is no property in the Grid View component for this.
However, you can use a label discreetly positioned underneath it to achieve the same.
1. Create a Data Adapter that gives you the Total that you desire e.g.
2. Create a Label component and Add the Data Adapter to it and then configure something like below
3. This will render in your Dashboard like this (see Text property above).
So you achieve the same effect, with a little creativity...
Hope this helps
Sam