[WPF] Datagrid: edit cell with an autocomplete textbox
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.