I have a Datagrid with a DataGridTextColumn. This is populated with data binding and can be edited by users.
Can I add autocomplete to a DataGridTextColumn?
Unfortunately no. However, if you use a DataGridTemplateColumn, you can use the AutoCompleteBox from the WPF Toolki t in the template for the column.
No, It is Immpossible. I have tried this many times. You can use AutoCompleteBox from a datagrid or from predefined autocomplete libraries.
Source: https://habr.com/ru/post/1765947/More articles:Google Reader Native App for iPhone - objective-cWhat are your thoughts on the JavaScript dependency management proposal - javascriptC #: allocating memory for anonymous variables - c #Выполнить команду unix в php - phpHow to create a multi-position display in sleep mode? - javaIntegrating my php application into a Wordpress site - phpNaming Conventions in UNIX C Functions (_t and _st) - cSharpSvn: How can I see the result of Update ()? - c #I am new to automatic testing in Java. Which tool should I use? JUnit or TestNG? - javahow to get friends email address using facebook api in asp.net using c #? - facebookAll Articles