How do you prevent text editing in a dropdown cell? I only want the dropdown values to be selectable, no editing.
ok thanks to archive forum, you have to set column style to dropdownlist.
If you set the option to drop down make sure you you add a blank line to the top or bottom of the list. Once the cbo receives focus you can't leave without making a selection. The blank line will make it where you can just tab through if you need to.
Can't help on that. I always load the cbo from a datasource without binding so it's easy in that case.
My dropdown list is bound to a subsonic active record collection from the database. How would I add a blank line? I want to do this in case the user has no selection for that field -- no selection should be a valid entry in this case.