cancel
Showing results for 
Search instead for 
Did you mean: 

Radio Button in a Table

Former Member
0 Kudos

Hi all,

I'm having radiobutton in a Table.For that Radiobutton,I binded a Attribute ''Flag (Type CHAR1)'' which is inside the Node ''Table(Cardinality 0..n)'' for the Property 'keyToSelect '.

I binded an Attribute 'Key(char1)' which is the direct attribute for Context for the Property 'selectedKey'.

After executing the Application,all the radiobuttons in the Table is checked.After clicking one radiobutton other radiobuttons are getting unchecked.

But at the first itself i want only one radiobutton to be checked.

What i have to do for that?

Thanks & Regards,

Padmam.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Padmam.

Let's say you have 3 radiobuttons in 3 columns of the table.

You can keep keyToSelect as X for all of them.

selectedKey would be their respective columns like Field1, Field2 and Field3.

Then in the WDDOINIT method, you can specify that Field1 = 'X' and others are blank.

Then only Field1 would be selected, not others...

Hope it helps...

Former Member
0 Kudos

Hi Shishir,

Thank u for ur Reply.But i cant get u.Can u pls Explain it Briefly.

Thanks & Regards,

Padmam.