I'm trying to view full screen mode in web page of Spreadsheet and rich edit contols from code behind at the time of page load.
Could you please advise with any sample code.
Cheers,
Satyabrat
I'm trying to view full screen mode in web page of Spreadsheet and rich edit contols from code behind at the time of page load.
Could you please advise with any sample code.
Cheers,
Satyabrat
Hello,
Use the ASPxClientSpreadsheet.SetFullscreenMode to implement this task fir ASPxSpreadsheet:
ASPx<dx:ASPxSpreadsheet ID="ASPxSpreadsheet1" runat="server">
<ClientSideEvents Init="function(s, e){ s.SetFullscreenMode(true); }" />
</dx:ASPxSpreadsheet>
Regarding the second issue, I have created a separate ticket to process it in the most efficient manner: ASPxRichEdit - Full Screen Issue
Please provide sample code on how to implement the full screen mode in web page of Spreadsheet using ASP MVC C3
Hello,
To process your recent post more efficiently, I created a separate ticket on your behalf: T280924: How to adjust Spreadsheet to the Full Screen on the page load. This ticket is currently in our processing queue. Our team will address it as soon as we have any updates.
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.