Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions knowledge-base/gridview-radiobuttoncolumn.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file added knowledge-base/images/RadRadioButtonColumn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.