Hi ,
I have a scenario where I need to display tooltip within a tooltip. I'll try to describe the scenario below.
- I have a aspx page with a RadGrid.
- The grid has a Template Column with a button. On Click of the button a RadToolTip is displayed.
- The RadToolTip host a usercontrol, with a "textbox" and a "search" button on it.
- On Click of the "search" button, I need to open another tooltip with a usercontrol loaded in it.. I do some search operation on this tooltip(usercontrol) and when I click on "Assign", I need to assign the values from this tooltip to the parent tooltip and this tooltip should be closed.
It's like displaying a "popup" over a popup kind of scenario. Is this possible with RadToolTip? Any input in this direction is appreciated?
Thanks.
I have a scenario where I need to display tooltip within a tooltip. I'll try to describe the scenario below.
- I have a aspx page with a RadGrid.
- The grid has a Template Column with a button. On Click of the button a RadToolTip is displayed.
- The RadToolTip host a usercontrol, with a "textbox" and a "search" button on it.
- On Click of the "search" button, I need to open another tooltip with a usercontrol loaded in it.. I do some search operation on this tooltip(usercontrol) and when I click on "Assign", I need to assign the values from this tooltip to the parent tooltip and this tooltip should be closed.
It's like displaying a "popup" over a popup kind of scenario. Is this possible with RadToolTip? Any input in this direction is appreciated?
Thanks.