Easy to reproduce:
Browse to https://es.infragistics.com/samples/silverlight
Select xamWebGrid => Editing Data
Edit a cell, verity editing is enabled (can make changes to cell)
Click "Toggle Full Screen" upper right of app to enter full screen mode
Edit a cell, verify editing is not enabled (cannot make changes to cell)
Thank you!
Hi,
This is a limitation of the Full-Screen Mode:"When a Silverlight-based application is in full-screen mode, most keyboard events are disabled. This limitation of keyboard input during full-screen mode is a security feature, and is intended to minimize the possibility of unintended information being entered by a user. In full-screen mode, the only input allowed is through the following keys: UP ARROW, DOWN ARROW, LEFT ARROW, RIGHT ARROW, SPACEBAR, TAB, PAGE UP, PAGE DOWN, HOME, END, ENTER"
You can read more about the Full-Screen mode here: http://msdn.microsoft.com/en-us/library/cc189023(VS.95).aspx
Regards
Thank you Nikolay!
Now I know (should've known...)