|
Group: Forum Members
Posts: 336,
Visits: 497
|
I know there is no way to enable/disable specific radio group items in the DevExpress RadioGroup, but is there a way with the inherited RadioGroup? The answer I got from DevEx was to use a group with CheckEdits and set the RadioGroupIndex on each of them. This will work for the enabling/disabling, but what about binding to a control like this? I'm not sure about how I can accomplish this. I really just need a RadioGroup that will allow me to enable/disable certain items and will also allow me to bind to one field as an index.
|