Welcome to the UWP feedback portal. We’re happy you’re here! If you have feedback on how to improve the UWP, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hello, i found a few issues with Caption Summaries in SfDataGrid.
XAML file and CS file attached in files with screenshots.
List of probles:
- No caption if you don't set Title in GridSummaryRow
- Exporting to XLS do not export Caption until you set Title in GridSummaryRow
- Exception when exporting to XLS with grouping by 2 columns at once
Description:
The first problem is that caption is empty when you do not set property Title in GridSummaryRow even if you have a GroupCaptionTextFormat in SfDataGrid (file: no_caption.png)
The second problem, if i'am set the Title in GridSummaryRow the captions display value but does't export to XLS (file: empty_caption_in_xls.png)
The third problem is if I do grouping by 2 columns the export function throw exception (file: export_doesnt_work_with_2_captions.png and
exception.txt)
Attached files:
- SaveToXls.cs - file with export function to xls
- grid.xaml - example grid that I using
- exception.txt - exception when exporting to XLS with grouping by 2 columns