Skip to content

Commit 60f5ca4

Browse files
ES-976509 - Resolved the ReadMe file changes in the sample repository
1 parent ced4308 commit 60f5ca4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

DataGridWithRadioButtonColumn.png

68.2 KB
Loading

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# How to add the RadioButton column in WinForms DataGrid (SfDataGrid)?
1+
# How to Add the RadioButton Column in WinForms DataGrid?
22

3-
## About the sample
4-
This example illustrates how to add the radio button column in winforms datagrid
3+
This example illustrates how to add the radio button column in [WinForms DataGrid](https://www.syncfusion.com/winforms-ui-controls/datagrid) (SfDataGrid).
54

6-
By default, SfDataGrid doesnt have a build in RadioButtonColumn, but we can create the GridRadioButtonColumn by customizing the GridColumn, RadioButtonAdv and GridCellRendererBase in SfDataGrid.
5+
By default, DataGrid doesn't have a build in RadioButtonColumn, but we can create the GridRadioButtonColumn by customizing the [GridColumn](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.GridColumn.html), [RadioButtonAdv](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.RadioButtonAdv.html) and [GridCellRendererBase](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.DataGrid.Renderers.GridCellRendererBase.html) in SfDataGrid.
76

87
```C#
98
[ToolboxItem(false)]
@@ -198,5 +197,4 @@ public class GridRadioButtonColumn : GridColumn
198197
this.sfDataGrid1.Columns.Add(new GridRadioButtonColumn() { MappingName = "RadioOptions", ItemCount = 3, Width = 140 });
199198
```
200199

201-
## Requirements to run the demo
202-
Visual Studio 2015 and above versions
200+
![DataGrid with custom RadioButton column](DataGridWithRadioButtonColumn.png)

0 commit comments

Comments
 (0)