1
Reply

[WPF] Datagrid: edit cell with an autocomplete textbox

Roberto Salemi

Roberto Salemi

Mar 26 2015 12:38 PM
636
Hi,
I would that the user can edit a cell of datagrid with a autocomplete textbox.


Normally, I implemented the edit with a combobox, defining a DataGridTemplateColumn.CellEditingTemplate.


How can use an autocomplete textbox in this case?


Thanks.

Answers (1)