Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
905
Unable to edit XamWebGrid cell if app is in full screen mode
posted

Easy to reproduce:

Browse to
https://www.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!

Parents
  • 6912
    Verified Answer
    posted

    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

Reply Children
No Data