Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ tags: gridview, editor, type, columns, comboboxcolumn
res_type: kb
---

## Environment

|Product Version|Product|Author|
|----|----|----|
|2021.2.511|RadGridView for WinForms|[Desislava Yordanova](https://www.telerik.com/blogs/author/desislava-yordanova)|

## Problem 
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.

Expand Down Expand Up @@ -211,4 +217,4 @@ End Class

````

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.
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.