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

[Solved] no images in dropdown when setting a filter

2 Answers 98 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Figo
Top achievements
Rank 1
Figo asked on 13 Mar 2009, 09:58 AM
Hi,

when setting the filter attribute of the comboboxcontrol to one of the available types, i got a problem with assigned images.
The images where not shown in the generated dropdownbox. Not setting the filter shows all assigned images as wished.

Is this a known or volitional issue, or is this a bug?
I would like to see the images there, why is it not possible?

Or am i just doing something wrong?

Thanks for a short reply.

2 Answers, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 16 Mar 2009, 03:35 PM
Hello Frank Kramer,

Thank you for writing to us about the issue you are experiencing.

I tried reproducing it at my side with the latest version and the following RadComboBox definition:
<telerik:RadComboBox ID="RadComboBox1" runat="server" DropDownWidth="300px" Filter="Contains"
    <Items> 
        <telerik:RadComboBoxItem runat="server" Text="item 1" Value="1" ImageUrl="../../Images/1.jpg" /> 
    </Items> 
</telerik:RadComboBox> 

The only issue I observed was that the Image disappears once you enter a matching test in the input of the control.

Could you confirm that you are referring to the same issue or is there something else which I am missing?

All the best,
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.
0
Mark P
Top achievements
Rank 1
answered on 23 Jul 2009, 02:55 AM
Hello,

Im also experiencing this behaviour, the images are displayed correctly when the combobox is initially loaded, but if you attempt to filter the results or even if you display the combobox items and dont select any of them, the images are not displayed. 

My version of the dll is 2009.2.701.20.

Regards,

Mark.
Tags
ComboBox
Asked by
Figo
Top achievements
Rank 1
Answers by
Simon
Telerik team
Mark P
Top achievements
Rank 1
Share this question
or