From bacbce8b8cfde5441914ee2790f2324da77575d0 Mon Sep 17 00:00:00 2001 From: Dinko Krastev Date: Wed, 25 Sep 2024 16:28:09 +0300 Subject: [PATCH] Update gridviewcomboboxcolumn.md --- .../columns/column-types/gridviewcomboboxcolumn.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/controls/gridview/columns/column-types/gridviewcomboboxcolumn.md b/controls/gridview/columns/column-types/gridviewcomboboxcolumn.md index 5be5d181c..f8c53ab3c 100644 --- a/controls/gridview/columns/column-types/gridviewcomboboxcolumn.md +++ b/controls/gridview/columns/column-types/gridviewcomboboxcolumn.md @@ -475,7 +475,16 @@ End Class >caption Figure 2: The items styles are now changed. ![WinForms RadGridView The items styles are now changed](images/gridview-columns-gridviewcomboboxcolumn004.png) -# See Also + +## Examples + +You can check the following SDK project which demonstrates how you can use the GridViewComboBoxColumn in different scenarios: + +* [CascadingComboboxes](https://github.com/telerik/winforms-sdk/tree/master/GridView/CascadingComboboxes) +* [GridViewComboxColumnCustomValue](https://github.com/telerik/winforms-sdk/tree/master/GridView/GridViewComboxColumnCustomValue) +* [LoadOnDemandComboBoxInGrid](https://github.com/telerik/winforms-sdk/tree/master/GridView/LoadOnDemandComboBoxInGrid) + +## See Also * [How to Filter a GridViewComboBoxColumn by DisplayMember]({%slug filter-gridviewcomboboxcolumn-by-display-member%})