I have a scenario where I need to simulate the escape key press event (reverts data back to original state if entered data is invalid. what is being called from the escape key press?
Hello,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
If the above suggestion helped you solve your issue please verify the thread as answered so other users may take better advantage of it.
hi,
you can use the ExitEditMode method of the XamGrid. If you want to cancel the editing and discard the changes you have to pass True as parameter to the method.
http://help.infragistics.com/NetAdvantage/Silverlight/2011/1/CLR4.0/?page=InfragisticsSL4.Controls.Grids.XamGrid.v11.2~Infragistics.Controls.Grids.XamGrid~ExitEditMode.html
HTH