Skip to content

Commit 3e64449

Browse files
committed
new KB
1 parent ee248ea commit 3e64449

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
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)