Hi All,
I have a grid with a ValueList on a column. I want the user to be able to select a value from the list (which is ofcourse no problem), but i also want the user to be able to enter a new value.
Is there any way to accomplish this using a valuelist or a dropdownlist?
Thanks for any suggestions.
Walter
Thanks, this helped me.Together with handling the celldataerror event (where i added the new value to the valuelist) this solved my problem completely.
Set column style to DropDown instead of DropDownList.