Hi,
By default it doesn't seem to be possible to delete whole words in an igTextEditor with CTRL + Backspace.
The word disappears, but immedaitely appears again.
Is there an option to make CTRL + Backspace work?
Hello Paul,
The CTRL + Backspace keypress combination is not listed in the http://help.infragistics.com/Help/Doc/jQuery/2014.1/CLR4.0/html/igTextEditor_Accessibility_Compliance.html so it seems as we should consider it unsupported.
However what you can do is raise a new event that would provide the last two pressed keys and you can delete the text of the editor at that event. I have prepared a sample that demonstrated how this is achieved.
Please let me know if you have any questions.
Thanks for your reply.
Based on your suggestion i have come up with a slightly different approach which handles the requirements better (deletes only a single word).
It would still be nice if the igTextEditor would handle those key combinations natively in a future version.