Disable Radio button in a Radio Group
893566Nov 7 2012 — edited Nov 7 2012I have a radio group wiht four radio buttons. I would like to diable one of three radio buttons based on specific condtions. For rdisabling the radio group I use the syntax
SET_ITEM_PROPERTY('BLOCKNAME.RADIOGROUP',ENABLED,PROPERTY_FALSE);
Please help me with the syntax to disable only one button from the radio group
thanks