Hello,
I am using the WebHtmlEditor control within an application that enables/disables buttons based on the 'dirtyness' of the form.
I would like to implement the same concept on a page that contains this control. However, the client-side events KeyPress and KeyDown fire before the content has been updated. This is preventing me from comparing the current content with the original content when a key is pressed.
I am aware the same behaviour happens with all standard HTML controls when using Internet Explorer (that is the only browser supported by the application). However, standard HTML controls also implement a KeyUp handler which would work for me.
Is there a property/method that i can use when a key is pressed to check the current value (including the last key stroke)??
Any help would be greatly appreciated.Martyn...
Hello Martyn,
Please refer to the below post of Viktor Snezhko regarding KeyUp event:
http://community.infragistics.com/forums/t/42648.aspx
Let me know if you need further assistance regarding this.