I want to use the new combobox control of the Ajax control Toolkit.
But I need it only for selecting an entry of a given list.
The user should not be able to insert own items into the list. How to prevent this?
The ItemInsertLocation seems to have no value to set this behaviour.
views:
396answers:
1
+1
A:
- Dropdownstyle should be 'DropDownList'
- AutoCompleteMode should be set to 'Append' or 'SuggestAppend'
Jan Jongboom
2009-09-11 08:30:31