I have a grid with the setting EditTriggers="TextInput,CellClick". Text input seems to be triggered by text with modifier keys, e.g. Ctrl-T, Alt-T. I want to disable this behavior so that only text without a modifier puts the cell into edit mode.
I've tried using a custom keyboard command provider, but it appears that the default ProvideCommandsForKey() doesn't return commands for text input, and that there must be some other mechanism that triggers the edit mode.
How can I prevent text input with modifier keys from triggering edit mode.
Thanks,
-Jeff
I've tried using a custom keyboard command provider, but it appears that the default ProvideCommandsForKey() doesn't return commands for text input, and that there must be some other mechanism that triggers the edit mode.
How can I prevent text input with modifier keys from triggering edit mode.
Thanks,
-Jeff