Skip to content

Commit 9758a33

Browse files
authored
Merge pull request #690 from telerik/nkaraiva/kb
new KB
2 parents c3a194e + 3e64449 commit 9758a33

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: Create RadRadioButtonColumn in RadGridView
3+
description: Create RadRadioButtonColumn. Check it now!
4+
type: how-to
5+
page_title: Create RadRadioButtonColumn in RadGridView
6+
slug: creating-a-radradiobuttoncellelement
7+
tags: gridview,radradiobuttoncolumn, custom, cell, column, radiobutton
8+
res_type: kb
9+
---
10+
11+
|Product Version|Product|Author|
12+
|----|----|----|
13+
|2025.1.211|RadGridView for WinForms|[Nadya Todorova](https://www.telerik.com/blogs/author/nadya-karaivanova)|
14+
15+
16+
## Description
17+
18+
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).
19+
20+
![RadRadioButtonColumn](images/RadRadioButtonColumn.png)
21+
22+
## Solution
23+
24+
>note Complete solution in C# is available in the following [SDK repo](https://github.com/telerik/winforms-sdk/tree/master/GridView/RadRadioButtonColumn).
25+
26+
This is it! Now you have your new RadRadioButtonColumn ready to use.
17.1 KB
Loading

0 commit comments

Comments
 (0)