I have a TabControl that is using a DataTemplate to bind to a list of objects. For each object in the collection a new tab is created. The tabs have a series of controls that will appear on each tab that are bound to the verious properties of the objects in the collection. One of these properties is a list of other objects that I am using a RadGridView to display.
On the RadGridView I have some columns which will be bound but which will only have 2 or 3 possible selections which will be hard coded in. I figured out how to do this for a normal RadComboBox outside of the gridview. But I have not been able to figure out or find the right example of haing a bound ComboboxColumn and defining in the Xaml what the options are that can be selected. I know in the normal combobox I just used RadComboBoxItems. But I have not been able to get that solution to work with a ComboboxColumn. Can anyone point me to an example or give me a quick example of how this is done?
Many thanks.
On the RadGridView I have some columns which will be bound but which will only have 2 or 3 possible selections which will be hard coded in. I figured out how to do this for a normal RadComboBox outside of the gridview. But I have not been able to figure out or find the right example of haing a bound ComboboxColumn and defining in the Xaml what the options are that can be selected. I know in the normal combobox I just used RadComboBoxItems. But I have not been able to get that solution to work with a ComboboxColumn. Can anyone point me to an example or give me a quick example of how this is done?
Many thanks.