Posted 17 July 2020, 3:12 am EST
Hi,
I want to display aggregate values on dynamically binded numeric columns.
Can someone help on this.
ex:
<wj-flex-grid [headersVisibility]=“‘Column’” [isReadOnly]=“true” (formatItem)=“FormatItem(flexReports, $event)” [showAlternatingRows]=“false” #flexReports style=“width:100%;height:550px;”>
this.flexReports.itemsSource = this.records;
Thanks,
Deepak