This question is locked. New answers and comments are not allowed.
Hi,
I've created a custom column (in code) that derives from the GridViewDataColumn, but when editing, instead of a TextBox, I return an AutoCompleteBox. Pretty straightforward and works as expected, except that pressing 'Enter' does not end cell editing (it doesn't do anything), and pressing 'Esc' does not revert to the old value (it commits the new value) - all of which happens automatically for just the GridViewDataColumn with the TextBox editing control. Do you have any idea what I need to do to get this same functionality?
Thanks,
Terry
I've created a custom column (in code) that derives from the GridViewDataColumn, but when editing, instead of a TextBox, I return an AutoCompleteBox. Pretty straightforward and works as expected, except that pressing 'Enter' does not end cell editing (it doesn't do anything), and pressing 'Esc' does not revert to the old value (it commits the new value) - all of which happens automatically for just the GridViewDataColumn with the TextBox editing control. Do you have any idea what I need to do to get this same functionality?
Thanks,
Terry