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

Rad Tool Tip Manager loads on demand

2 Answers 46 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Duy
Top achievements
Rank 1
Duy asked on 11 Sep 2012, 03:22 AM

Hi,

I encountered a problem the loading control on rad tool tip manager that does not work properly with radcombox and radtreeview.
1. RadcomboBox does not refresh on passing value for new selection (I tried to clear selection on server code)
2. RadTreeView retains the nodes, e.g first condition appears with 20 displaying nodes and after another condition it should show 15 node but it shows 20 but other 5 nodes with empty label.  I tried with clear the nodes.

Kind Regards,

Duy

2 Answers, 1 is accepted

Sort by
0
rdmptn
Top achievements
Rank 1
answered on 12 Sep 2012, 10:37 AM
have you taken a look at the documentaion for common issues: http://www.telerik.com/help/aspnet-ajax/tooltip-troubleshooting-common-issues.html? It seems like you are loading data in the user control too-early, use the PreRendere event.
0
Duy
Top achievements
Rank 1
answered on 12 Sep 2012, 01:50 PM

Thanks for the tip, it works as I implemented the prerender for those controls

Cheers,

Duy
Tags
ToolTip
Asked by
Duy
Top achievements
Rank 1
Answers by
rdmptn
Top achievements
Rank 1
Duy
Top achievements
Rank 1
Share this question
or