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

RadComboBox in ToolTip - problem width loading on demand

1 Answer 74 Views
ToolTip
This is a migrated thread and some comments may be shown as answers.
Mohamed Bahri
Top achievements
Rank 1
Mohamed Bahri asked on 25 Apr 2010, 03:50 PM
Hi,
I am trying to put a form with a radcombox in a sticky tooltip.
This is the tooltipo that I want to use: Centred and Modal.

      
<telerik:RadToolTip runat="server" ID="RadToolTip2" Modal="true" Animation="Fade" Skin="Windows7"  HideEvent="ManualClose" 
         TargetControlID="Button_Add" Position="Center" RelativeTo="BrowserWindow" > 
    </telerik:RadToolTip> 
 

The radcombobox use the load on demand feature because it allows the user to look into a very large DB. this Combobox will send a postback when an element is selected.
<telerik:RadComboBox Skin="WebBlue" ID="RadComboBox1" runat="server" Height="190px" 
                                Width="250px"    
                                MarkFirstMatch="true"   
                                EnableLoadOnDemand="true"   
                                HighlightTemplatedItems="true" 
                                DropDownWidth="350px"   
                                ItemRequestTimeout="500"    
                                AutoPostBack="true"    
                                EnableViewState="true"     
                                OnSelectedIndexChanged="RadComboBox1_SelectedIndexChanged"

The problem is that the RadComboBox is not loading anything, just empty.
When I put the same RadCombobox outside the Tooltip it works just fine.
Am I missing something?

Thanks for your help.
Mohamed


1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 28 Apr 2010, 03:45 PM
Hello Mohamed,

I am not sure how exactly you load the content of the combo box - with the provided code snippet there will not be anything loaded in the combo box. I also examine the tooltip declaration but I could not see anything that might be influencing the RadComboBox. That is why I strongly recommend to examine the ways to load on demand content in a RadComboBox below:

http://demos.telerik.com/aspnet-ajax/combobox/examples/loadondemand/automaticloadondemand/defaultcs.aspx

http://demos.telerik.com/aspnet-ajax/combobox/examples/populatingwithdata/autocompletesql/defaultcs.aspx

If the issue persists, please prepare a sample, fully runnable reproduction demo which has only a RadToolTip with the RadComboBox inside it configured the same way as in your original application (use a fake programmatic datasource for the combo box), open a new support ticket and send it to us along with detailed explanations and we will do our best to help.


Greetings,
Svetlina
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
ToolTip
Asked by
Mohamed Bahri
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or