Skip to content

Commit 7d316f5

Browse files
authored
Merge pull request #699 from telerik/DinkoK-patch-21
Add table indicate-the-editor-type-in-radgridview-columns.md
2 parents 911b794 + 8427f4a commit 7d316f5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

knowledge-base/indicate-the-editor-type-in-radgridview-columns.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ tags: gridview, editor, type, columns, comboboxcolumn
88
res_type: kb
99
---
1010

11+
## Environment
12+
13+
|Product Version|Product|Author|
14+
|----|----|----|
15+
|2021.2.511|RadGridView for WinForms|[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|
16+
1117
## Problem 
1218
You want to indicate the column type when the grid is first shown. For example, if you have **GridViewComboBoxColumn** you will want the user to know that he or she can choose from a list of predefined items.
1319

@@ -211,4 +217,4 @@ End Class
211217

212218
````
213219

214-
Nevertheless, keep in mind that this approach can be easily adopted for other column types by changing the inherited column and the styles of the indicator (other element can be used as well). In the sample projects [here](https://github.com/telerik/winforms-sdk/tree/master/GridView/GridViewIndicatedColumns) you can find a sample implementation for all columns that can have visible editors.
220+
Nevertheless, keep in mind that this approach can be easily adopted for other column types by changing the inherited column and the styles of the indicator (other element can be used as well). In the sample projects [here](https://github.com/telerik/winforms-sdk/tree/master/GridView/GridViewIndicatedColumns) you can find a sample implementation for all columns that can have visible editors.

0 commit comments

Comments
 (0)