I have a Datagrid with a DataGridTextColumn. This is populated by using databinding, and can be edited by users.
Is it possible to add autocomplete to the DataGridTextColumn ?
I have a Datagrid with a DataGridTextColumn. This is populated by using databinding, and can be edited by users.
Is it possible to add autocomplete to the DataGridTextColumn ?
Sadly, no. However, if you use a DataGridTemplateColumn - you could use the AutoCompleteBox from the WPF Toolkit in the Template for the Column.