Skip to content

Commit 307bf54

Browse files
ES-975464 - Addressed the concerns
1 parent 950e369 commit 307bf54

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DataGridWithGrouping.png

96.8 KB
Loading

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# How to create the single group for null and empty value in WinForms DataGrid?
22

3-
This example illustrates how to create the single group for null and empty value in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid)
3+
This example illustrates how to create the single group for null and empty value in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid).
44

55
By default, empty and null values are created the separate groups in `SfDataGrid`. You can able to create the single group for empty and null value by using [KeySelector](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.GroupColumnDescription.html#Syncfusion_WinForms_DataGrid_GroupColumnDescription_KeySelector) in [GroupColumnDescriptions](https://help.syncfusion.com/cr/Syncfusion.WinForms.DataGrid.GroupColumnDescription.html).
66

@@ -20,4 +20,4 @@ this.sfDataGrid.GroupColumnDescriptions.Add(new GroupColumnDescription()
2020
});
2121
```
2222

23-
![How to create the single group for null and empty value](https://www.syncfusion.com/uploads/user/kb/wf/wf-54523/wf-54523_img1.png)
23+
![DataGrid with null and empty value grouping](DataGridWithGrouping.png)

0 commit comments

Comments
 (0)