Probably a very noob question:
Supposed I have a RadComboBox in the ItemTemplate of a RadDataForm.
The entity "Client" have a column called "genderID", which should be bound to the dataform.
Another entity "DefGender" should be bound to the combobox, with "genderID" as the DataValueField, "genderText" as the DataTextField, and I want to somehow bind the SelectedValue to Client.genderID
How would you do this pragmatically? It was pretty straight forward in Silverlight, but I couldn't figure this out in ASP.
Thanks.