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

How to display values in combobox ?

1 Answer 62 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Gauri
Top achievements
Rank 1
Gauri asked on 01 Jul 2010, 10:56 AM

We have a requirement where a RadGridView contains 2 GridViewComboBoxColumn.  The first is a GridViewComboBoxColumn of default values; the second is a GridViewComboBoxColumn where the itemssource depends on the value in the 1stcolumn.  In other words, I have a select that returns a list of items froma WCF and then I need to bind and assign its value to the combobox in thecorresponding row 

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 02 Jul 2010, 10:13 AM
Hi Gauri,

The application attached demonstrates how to populate additional fields of the business object on a selection change in the ComboBoxColumn.

There is a handler for the selection changed event for the combo. Inside the handler you may perform your call to the WCF service and populate relevant fields.

Regards,
Pavel Pavlov
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
Gauri
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or