Hi,
i would like to add a kind of ComboBoxGroup to a Column of the xamDataGrid. I haven't found something like this in the FeatureBrowser. The binded DataBase-Column would be a Boolean.
Do you have any Solution for this.
If not, is it possible to take Checkboxes and trigger, that only one can be checked...
Hello,
Can you please give us more details on your requirement? What is a "ComboBoxGroup to a Column".
As you said, your field's data type is boolean, so by default the editor would be a XamCheckEditor. Do you want to replace that with a XamComboEditor or multiple XamComboEditors?
Do you want to create something like a RadioButton Group, where only one of the radio buttons in that group can be checked?
Sorry for explaining that wrong. (My english is not that good)
Yes, I want to create something like a RadioButton Group.
Then you can see examples of that in this forum thread:
http://community.infragistics.com/forums/p/29876/150808.aspx#150808