Hi,
I'm using RadGridView which is editable . By using Escape key on this Grid view all the values of selected Row will return to their old values . For implementing that I've used the link bellow
http://blogs.telerik.com/mayazhecheva/posts/10-06-30/how_-_to_change_the_default_keyboard_behavior_in_radgridview_for_silverlight_wpf.aspx
It's working fine ,till the time I need to show a messagebox (which is a child window) . After the mesage box is closed , although the selectedItem has been set to a specific row , the escape key doesn't work . Unless I do mouse click on that specific row , then escape key start working .
Would you please help me what should I do,
Thank you so much
I'm using RadGridView which is editable . By using Escape key on this Grid view all the values of selected Row will return to their old values . For implementing that I've used the link bellow
http://blogs.telerik.com/mayazhecheva/posts/10-06-30/how_-_to_change_the_default_keyboard_behavior_in_radgridview_for_silverlight_wpf.aspx
It's working fine ,till the time I need to show a messagebox (which is a child window) . After the mesage box is closed , although the selectedItem has been set to a specific row , the escape key doesn't work . Unless I do mouse click on that specific row , then escape key start working .
Would you please help me what should I do,
Thank you so much