File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
controls/gridview/columns/column-types Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -475,7 +475,16 @@ End Class
475
475
> caption Figure 2: The items styles are now changed.
476
476
477
477
![ WinForms RadGridView The items styles are now changed] ( images/gridview-columns-gridviewcomboboxcolumn004.png )
478
- # See Also
478
+
479
+ ## Examples
480
+
481
+ You can check the following SDK project which demonstrates how you can use the GridViewComboBoxColumn in different scenarios:
482
+
483
+ * [ CascadingComboboxes] ( https://github.com/telerik/winforms-sdk/tree/master/GridView/CascadingComboboxes )
484
+ * [ GridViewComboxColumnCustomValue] ( https://github.com/telerik/winforms-sdk/tree/master/GridView/GridViewComboxColumnCustomValue )
485
+ * [ LoadOnDemandComboBoxInGrid] ( https://github.com/telerik/winforms-sdk/tree/master/GridView/LoadOnDemandComboBoxInGrid )
486
+
487
+ ## See Also
479
488
480
489
* [ How to Filter a GridViewComboBoxColumn by DisplayMember] ({%slug filter-gridviewcomboboxcolumn-by-display-member%})
481
490
You can’t perform that action at this time.
0 commit comments