cancel
Showing results for 
Search instead for 
Did you mean: 

tooltip on radiobutton group , checkbox group

Former Member
0 Kudos

Dear all,

I have added a radiobutton group with several choices, a checkbox group.

I need to have a tooltip on both but different tooltip for each possible choice.

By example :

Radiobutton group choice 1, when I put the cursor on it I would like to have "yyyyyyyyy"

Radiobutton group choice 2, when I put the cursor on it I would like to have "xxxxxxxxx"

It is the same for the checkboxgroup.

It is possible to have it on each choice or is it only possible to have one tooltip for the entire group

Thanks

Kind regards

Véronique

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Thanks for your reply but I'm not sure to understand because in the layout, I don't put single radiobutton but radiobutton group.

the list of choice is updated with the context binding (in the code). So how change the property tooltip on each choice ?

Kind regards

véronique

Former Member
0 Kudos

Hi

Create one more attribute for tooltip (string ) as a sibling of the text attribute and

Bind the tooltip property of radiobutton group with that tooltip.

It works

Regards

Manas Dua

Answers (2)

Answers (2)

Former Member

You can tooltip set for each individual readiobutton, just go to properties of radiobuttons added and set tooltip property there as u like. Same is true for checkbox.

Regards

Manas Dua

Former Member
0 Kudos

Thanks you, and of course, I don't know why I didn't think of it because I have done it for color in table.

It is solved.

Véronique