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

Deep Binding

1 Answer 49 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
James Wofford
Top achievements
Rank 1
James Wofford asked on 09 Nov 2010, 12:06 AM
Is deep binding supported on the combo box as it is in some of the other controls?

ie. 
rcbCusts.DataTextField = "Customer.Name";
rcbCusts.DataValueField = "Customer.Id";

I assume since it blows up on my databind it is not possible, but I wanted to make sure since I could not find anything on it...

~james

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 11 Nov 2010, 02:08 PM
Hello James Wofford,

Yes, RadComboBox does not support deep binding.

Best wishes,
Simon
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
James Wofford
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or