Hi,
I am using a GridViewComboBoxColumn in a RadGridView.
The GridView and the GridViewComboBoxColumn are populated via RIA Services.
So far everything is working.
The problem ist that I cannot get the comboboxes in the GridView to only enable
the user to type text into the comboboxes that is contained in the combobox items!
Using a RadComboBox outside a GridView works fine.
Example: the combobox column in the GridView contains following items:
Bremen
Hamburg
Dotmund
When I press the delete key in the combobox I can delete the contents of the box,
I can also type New York, if I want to,
and when the user wants to save the GridView content, he gets an error message because
he typed an element that is not contained in the combobox!!!
How can I prevent the user to enter or select items that are not contained in the combobox?
As I mentioned before, the standard RadCombBox offers this behaviour.
Thanks very much!
Janni