This is a migrated thread and some comments may be shown as answers.

Show two radtootip at same time client side

2 Answers 52 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Gilberto
Top achievements
Rank 1
Gilberto asked on 27 Feb 2014, 04:41 AM
Can i open 2 radtooltips at same time in client side?

radToolTip = $find("RadToolTipPerfil1");
$("#TextoTruco1").text("Sem chance !!!");
radToolTip.show();
radToolTip1 = $find("RadToolTipPerfil3");
$("#TextoTruco3").text("Sem chance !!!");
 radToolTip1.show();

It showing only one.

Thanks

2 Answers, 1 is accepted

Sort by
0
Accepted
Princy
Top achievements
Rank 2
answered on 27 Feb 2014, 07:30 AM
Hi Gilberto,

In RadToolTip, only one tooltip can be visible at a time. This behavior is by design and will not be changed as changing, it is for the purpose of the control. The purpose of a RadToolTip is to provide additional information of a given element.

Thanks,
Princy.
0
Gilberto
Top achievements
Rank 1
answered on 27 Feb 2014, 02:12 PM
Thanks Princy,

i was wondering exactly that, after i saw get_current property on client side.

Best Regards
Tags
ToolTip
Asked by
Gilberto
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Gilberto
Top achievements
Rank 1
Share this question
or