I was evaluating the RadComboBox on a project and found that the value field is not being populated. I have tried both the manual process of adding items (RadComboBox1.Items.Add(new RadComboBoxItem(String, String));) as well as binding it to a traditional record set and setting the DataTextField and DataValueField properties. In both cases only the text is being set.