I have a page that has several RadDockableObjects that are dynamically generated. Each RadDockableObject has a RadToolbar object on it. I have a RadTooltipManager on the page to generate the tooltips for the ToolbarButtons. Everything is fine when the page initially loads. However, after one or more of the RadDockableObjects are refreshed using AJAX, they appear above the tooltip.
I have tried setting this z-order of each the RadDockableObjects to -250 after each AJAX postback, but that doesn't seem to help. Since I am using a RadToolbarManager, I'm not sure how to set the z-order for the tooltips. I also tried updating the css file for the tooltip skin, but for some reason none of my changes seemed to take affect (I set the EnableEmbeddedSkins=false and explicitly referenced the stylesheet per an article here).
Any other suggestions out there to get the tooltips to stay on top?
Because of the nature of the application, it isn't possible to post the complete project, but I will post whatever snippets might help to troubleshoot this problem as needed.
Thanks!
I have tried setting this z-order of each the RadDockableObjects to -250 after each AJAX postback, but that doesn't seem to help. Since I am using a RadToolbarManager, I'm not sure how to set the z-order for the tooltips. I also tried updating the css file for the tooltip skin, but for some reason none of my changes seemed to take affect (I set the EnableEmbeddedSkins=false and explicitly referenced the stylesheet per an article here).
Any other suggestions out there to get the tooltips to stay on top?
Because of the nature of the application, it isn't possible to post the complete project, but I will post whatever snippets might help to troubleshoot this problem as needed.
Thanks!