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

Using radcontrols in tooltip with radtooltipmanager

1 Answer 53 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Alberto
Top achievements
Rank 1
Alberto asked on 16 May 2012, 02:14 PM
hi.
i have a scenario like http://demos.telerik.com/aspnet-ajax/tooltip/examples/loadondemand/defaultcs.aspx 
the problem is that all telerik controls like radcombox, RadListBox ecc don't wok. (in your demo radcombobox works!)
i can only see them but they are not enable.
instead, radbotton works.
i try to change z-index value but this not solve the problem.
can you helm me please?
thanks

1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 17 May 2012, 03:34 PM
Hello Alberto,

Are you using a WebService to load the contents for the tooltips? I am asking this because the webservice returns only the HTML string with the markup and thus scripts, stylesheets and event handlers are not attached and therefore complex controls cannot be used directly with it - they rely on dynamically generated scripts and stylesheet references, most of which is done by the framework. If this is you case I'd advise that you revert to using the AJAX request method of obtaining the new data. This is also the case in the linked demo - it uses AJAX to load the user control.


Kind regards,
Marin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ToolTip
Asked by
Alberto
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or