How to use autocomplete in a datagrid?
I have a Datagrid with a DataGridTextColumn. This is populated by using databin开发者_运维知识库ding, 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.
No it is not possible.I have tried it many times.You can use AutoCompleteBox from the datagrid or from the autocomplete predefined libraries.
精彩评论