RadioGroup with radio objects with same values

2010-01-06 Thread Kogel, Jonck-van-der
Hi, I have a radiogroup that is built up dynamically, so I don't know ahead of time what the choices are going to be. Now I noticed that if I have 3 radio buttons in a RadioGroup and let's say they all have the same value (are all empty for example), the selected radio button will be the last one

Re: RadioGroup with radio objects with same values

2010-01-06 Thread Steve Swinsburg
Hi, If its the first item in the list, set it to be selected one. A simple boolean could work here. cheers, Steve On 07/01/2010, at 2:04 AM, Kogel, Jonck-van-der wrote: Hi, I have a radiogroup that is built up dynamically, so I don't know ahead of time what the choices are going to be.