Ticket T280924
Visible to All Users

How to adjust Spreadsheet to the Full Screen on the page load

created 10 years ago

[DevExpress Support Team: CLONED FROM T185167: How to adjust ASPxSpreadsheet to the Full Screen on the page load]
Please provide sample code on how to implement the full screen mode in web page of Spreadsheet using ASP MVC C3

Answers approved by DevExpress Support

created 10 years ago (modified 10 years ago)

Hello,

Use the following code to implement this task in MVC:

C#
settings.ClientSideEvents.Init="function(s, e){ s.SetFullscreenMode(true); }" ;

Should you have any further questions, feel free to contact us.

    Other Answers

    created 10 years ago

    Thank you Larry. Works as expected.

      Comments (1)
      DevExpress Support Team 10 years ago

        You are welcome!

        Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

        Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.