<br><br>If for whatever reason you can't do this declaratively in the aspx code, you can take care of it in the code behind. Create the dropdownlist in the edit template like above and then create a ...
I'm working on my first WPF app and I'm stuck on something that shouldn't be so difficult.<BR><BR>Basically I've got a List (actually ObservableCollection) of strings. I've got a ListView with a ...