Could someone please point me to an example that uses a numeric data ID and a string display value? All of the samples I have found use string values for both. I want to be able to have a RadComboBox in the FilterTemplate, show the display value in the ItemTemplate, and a dropdown in the EditItemTemplate.
My RadGrid is EntityDataSource backed. The RadCombo column is a foreign key in the EDMX model.