This question is locked. New answers and comments are not allowed.
I'm trying to create a combobox in a RadGridView on the fly, just using XAML.
If I have something like:
If I have something like:
<telerik:RadGridView.Columns>
<telerik:GridViewComboBoxColumn>
</telerik:GridViewComboBoxColumn>
</telerik:RadGridView.Columns>
In between the GridViewComboBoxColumn tags, I would like to just say...
<ComboBoxItem value ="one">
<ComboBoxItem value="two">
etc... Is there a way to do this? Or do I just have to create a collection in code and bind the column to the collection?
Thanks,
Dan
