I have a DataGrid WPF and I want to show the completion list under an editable cell. I can't seem to find a way to get an uncommitted value. I tried to catch all the key events, but I can not find where the value is stored until it is committed.
How about using autocomplete from WPF Toolkit in DataGridTemplateColumn? (It looks like it solves your problem).
PreviewKeyDown, . DataRowView CurrentCell.Column.DisplayIndex , .
Source: https://habr.com/ru/post/1771550/More articles:Regex: word boundary, but for space, only the beginning of a line or the end of a line - regexHow to prevent URL entry and redirect user to login page? - asp.netDjango: сохранение модели Model с пользовательскими моделями "многие-ко-многим" - pythonDeploying Java Web Start at Windows startup - javaAndroid SDK - get value of R.id (int) string value - androidA memory-based memory card in Python (or C) - pythonhow to improve text accuracy in mysql? - mysqlMy Silverlight application shows no changes - silverlightSimple shared library - c ++countForFetchRequest and executeFetchRequest return different numbers of results - iphoneAll Articles