What are the Options in the Summary Columns

3 Jan 20201 minute to read

The options in the summary columns are illustrated using the code below.

//Disables the change of summary value during the filter criteria.

//summaryDescriptor is GridSummaryColumnDescriptor. 

//This ignores filtering of the grid. So, the summary value does not change.
summaryDescriptor.IgnoreRecordFilterCriteria=true;
'Disables the change of summary value during the filter criteria.

'summaryDescriptor is GridSummaryColumnDescriptor. 

'This ignores filtering of the grid. So, the summary value does not change.
summaryDescriptor.IgnoreRecordFilterCriteria=True