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

Loading Message Partially Showing

1 Answer 76 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Caleb Sandfort
Top achievements
Rank 1
Caleb Sandfort asked on 10 Mar 2009, 03:04 PM
Hi

I have a RadComboBox that is populated on demand using the OnItemsRequested  call back, with the following ItemTemplate:

<ItemTemplate> 
            <asp:Label ID="uxLabel_SearchItem" runat="server" CssClass='<%# Eval("CssClass") %>' 
                Text='<%# Eval("Text") %>' ToolTip='<%# Eval("ToolTip") %>' 
                onmouseover="swapLiStyle(this, 'hoverLi')" onmouseout="swapLiStyle(this, 'regularLi')"></asp:Label> 
        </ItemTemplate> 
        <Items> 
            <telerik:RadComboBoxItem></telerik:RadComboBoxItem> 
        </Items> 

The only problem is that while the RadCombo is loading, the loading message is not completely shown.  The heighth of the results pane is not tall enough to show the loading message.  Vertical up and down scroll arrows appear and pressing down will allow you to see the loading message.  On first glance though, it is hard to see that the loading message is being displayed.

Is there anyway to make it so the whole loading message item is visible?  Also, I'm using the default loading text, nothing custom.

Thanks for any help

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 11 Mar 2009, 05:08 PM
Hello Caleb Sandfort,

You could set the Height attribute of the RadComboBox to a certain value. Isn't this acceptable for you?

Kind regards,
Simon
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
ComboBox
Asked by
Caleb Sandfort
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or