StrataFrame Forum

Enable/Disable radio group items

http://forum.strataframe.net/Topic1939.aspx

By Andria Jensen - 7/25/2006

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.
By Trent L. Taylor - 7/26/2006

Andria,

I will have to look into this and see if I can setup a scenario.  If you have a simple test project that you could post that would help a lot.  Otherwise I will try to sit down and see how the DevEx controls behave and see if there is a solution.

By Andria Jensen - 8/8/2006

Has anything been figured out with this?