Skip to content

Commit 6a09a5b

Browse files
authored
Merge pull request #2 from Backiaraj/DataGrid
Modified the DataGrid reference link
2 parents 433c256 + 6d21d4a commit 6a09a5b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
# How to define summary rows using AttachedProperty in wpf and uwp datagrid?
2-
This example illustrates how to define summary rows using AttachedProperty in wpf and uwp datagrid
1+
# How to define summary rows using AttachedProperty in WPF and UWP DataGrid (SfDataGrid)?
2+
3+
This example illustrates how to define summary rows using AttachedProperty in [WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid).
4+
5+
[WPF DataGrid](https://www.syncfusion.com/wpf-ui-controls/datagrid) (SfDataGrid) provides support to show the column summary. If the DataContext of SfDataGrid is ViewModel, you can bind [SummaryColumns](http://help.syncfusion.com/cr/cref_files/wpf/Syncfusion.SfGrid.WPF~Syncfusion.UI.Xaml.Grid.GridSummaryRow~SummaryColumns.html) to a property in ViewModel using the [AttachedProperty](https://docs.microsoft.com/en-us/dotnet/framework/wpf/advanced/attached-properties-overview) of type List<GridSummaryColumn>.

0 commit comments

Comments
 (0)