I've got a page that has two different type of UserControls on it. Each UserControl has a RadToolTipManager, and each one can be used multiple times on the same page. When that happens, the tooltips load the data, but they disappear as soon as the data is done loading, so the user never sees what is loading. I think it's clear that I can't have multiple RadToolTipManagers with the same ID on the same page. But I'm trying to figure out the best way to resolve this...?
Here's the structure of the page:
Is there a way for me to out the ToolTipMgr in the Page, or the MasterPage, and then add the target controls to it programmatically from the user controls? That would allow me to have one ToolTipManager for the entire page...
Thanks for your help!
Eddie
Here's the structure of the page:
MasterPage
Page.aspx
UserControl1.ascx (ToolTipMgr1)
UserControl2.ascx (ToolTipMgr2)
UserControl2.ascx (ToolTipMgr2)
UserControl2.ascx (ToolTipMgr2)
Is there a way for me to out the ToolTipMgr in the Page, or the MasterPage, and then add the target controls to it programmatically from the user controls? That would allow me to have one ToolTipManager for the entire page...
Thanks for your help!
Eddie