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.
Loading

Roberto SalemiPosted Mar 31, 2015, 3:39 AM
resolved with AutoCompletBox by CodePlex and I followed this tutorial.