Completed
Last Updated: 16 Oct 2017 10:44 by ADMIN
Add option in GridViewDocumentExportOptions to include / exclude GroupHeaderRowAggregates.

This will allow users to hide/show group header row aggregates in the exported documents.

Option will be globbally applied - to all group header rows in the RadGridView.
===
From 2017 R3 SP GridViewDocumentExportOptions  adds ShowGroupHeaderRowAggregates bool property.

It can be used like so:

  GridViewDocumentExportOptions options = new GridViewDocumentExportOptions()
            {
                ShowGroupHeaderRowAggregates = true
            };
this.gridView.ExportToWorkbook(options);
Completed
Last Updated: 09 Aug 2016 08:47 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Feature Request
0

			
Completed
Last Updated: 17 Jul 2017 12:08 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: GridView
Type: Feature Request
0

Available in LIB version: 2017.2.724
Completed
Last Updated: 13 Mar 2017 15:20 by ADMIN
Completed
Last Updated: 20 Jan 2016 14:23 by ADMIN
The problem should be resolved with lib version 2016.1.125.
Completed
Last Updated: 15 Mar 2016 12:49 by ADMIN
When I have DistinctFilter set on the grid and I will search data from SearchPanel and then I will clear SearchPanel, Grid show me all data, not these from DistinctFilter, even if it's still set on the grid.

UI for WPF Q1 2016
Completed
Last Updated: 09 Mar 2023 14:28 by ADMIN
ADMIN
Created by: Dimitrina
Comments: 0
Category: GridView
Type: Feature Request
0

			
Completed
Last Updated: 28 Jan 2016 16:26 by ADMIN
ADMIN
Created by: Maya
Comments: 0
Category: GridView
Type: Feature Request
0
This functionality will be available with Q1 2016 SP.
Completed
Last Updated: 22 Oct 2015 06:58 by Bernd
ADMIN
Created by: Maya
Comments: 1
Category: GridView
Type: Feature Request
0
Will be available with LIB version 2015.3.1026.
1 2 3 4 5