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

Image for :RadComboBoxItem

3 Answers 220 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
naresh
Top achievements
Rank 1
naresh asked on 24 Jun 2011, 09:55 AM
My Requirement is I want add Image for RadComboBoxItem from static folder.
The following was my code.

<
telerik:RadComboBox Name="Salutaion" Grid.Column="4" Width="75" Grid.Row="0" HorizontalAlignment="Left"
 IsEditable="True" IsReadOnly="True"  telerik:StyleManager.Theme="Office_Blue"
 ClearSelectionButtonVisibility="Visible" ClearSelectionButtonContent="Clear">
<telerik:RadComboBoxItem Content="Male"/>
<telerik:RadComboBoxItem Content="Female"/>
</telerik:RadComboBox> Thanks and Regards Naresh Mesineni

3 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 24 Jun 2011, 11:45 AM
Hello Naresh,

You should create a DataTemplate and set it to the RadComboBox's ItemTemplate property. The approach is explained here.

All the best,
Yana
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
0
naresh
Top achievements
Rank 1
answered on 24 Jun 2011, 01:10 PM
Hi Yana,
but My requirement is shows the Images of Individual items... for example

I have 2 dropdownItems {Male,Female} 
I want show dropdownItems  as  {Male.Jpeg + Male} and {Female.Jpeg + Female}

Those Images are in my Application folder.

If its helpful if you provide sample application

Thanks and Regards
Naresh Mesineni

0
Yana
Telerik team
answered on 28 Jun 2011, 04:14 PM
Hello Naresh,

Please find attached a simple project demonstrating the approach. Hope it helps.

Best wishes,
Yana
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
ComboBox
Asked by
naresh
Top achievements
Rank 1
Answers by
Yana
Telerik team
naresh
Top achievements
Rank 1
Share this question
or