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

items in combo box column

4 Answers 37 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Avi Avni
Top achievements
Rank 1
Avi Avni asked on 30 Dec 2010, 01:59 PM

Hello

Can I add items to combo box column like in the combo box?

Like this

 

<telerik:RadComboBox >
         <telerik:RadComboBoxItem Content="Item1" />
         <telerik:RadComboBoxItem Content="Item2" />
         <telerik:RadComboBoxItem Content="Item3" />
</telerik:RadComboBox>

 

Best regards

Ehud

4 Answers, 1 is accepted

Sort by
0
Veselin Vasilev
Telerik team
answered on 30 Dec 2010, 02:08 PM
Hello Ehud Pinchas,

You need to set the ItemsSource of the combobox column.

All the best,
Veselin Vasilev
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
0
Avi Avni
Top achievements
Rank 1
answered on 30 Dec 2010, 02:09 PM

Can I add items without items source?

0
Veselin Vasilev
Telerik team
answered on 30 Dec 2010, 02:11 PM
Hi Ehud Pinchas,

No. Can you give us more details about your scenario so we can think of another solution?

Regards,
Veselin Vasilev
the Telerik team
Browse the videos here>> to help you get started with RadControls for WPF
0
Avi Avni
Top achievements
Rank 1
answered on 30 Dec 2010, 02:17 PM

Thanks

I try to solve this issue

Best regards

ehud

 

Tags
GridView
Asked by
Avi Avni
Top achievements
Rank 1
Answers by
Veselin Vasilev
Telerik team
Avi Avni
Top achievements
Rank 1
Share this question
or