diff --git a/knowledge-base/gridview-radiobuttoncolumn.md b/knowledge-base/gridview-radiobuttoncolumn.md new file mode 100644 index 000000000..da66e99aa --- /dev/null +++ b/knowledge-base/gridview-radiobuttoncolumn.md @@ -0,0 +1,26 @@ +--- +title: Create RadRadioButtonColumn in RadGridView +description: Create RadRadioButtonColumn. Check it now! +type: how-to +page_title: Create RadRadioButtonColumn in RadGridView +slug: creating-a-radradiobuttoncellelement +tags: gridview,radradiobuttoncolumn, custom, cell, column, radiobutton +res_type: kb +--- + +|Product Version|Product|Author| +|----|----|----| +|2025.1.211|RadGridView for WinForms|[Nadya Todorova](https://www.telerik.com/blogs/author/nadya-karaivanova)| + + +## Description + +The following example will guide you how to create custom RadRadioButtonColumn that displays RadRadioButton in each cell element in RadGridView and ensures exclusive behavior (only one button can be selected at a time). + +![RadRadioButtonColumn](images/RadRadioButtonColumn.png) + +## Solution + +>note Complete solution in C# is available in the following [SDK repo](https://github.com/telerik/winforms-sdk/tree/master/GridView/RadRadioButtonColumn). + +This is it! Now you have your new RadRadioButtonColumn ready to use. diff --git a/knowledge-base/images/RadRadioButtonColumn.png b/knowledge-base/images/RadRadioButtonColumn.png new file mode 100644 index 000000000..cfdba0c6a Binary files /dev/null and b/knowledge-base/images/RadRadioButtonColumn.png differ