We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

hide spreadsheet ribbon and menu

Hi ,
is there a way to only show spreadsheet grid i.e. hide menu and ribbon?

3 Replies

SI Silambarasan I Syncfusion Team July 3, 2017 05:58 AM UTC

Hi Rein, 
 
Thank you for using Syncfusion products. 
 
Yes. Your requirement ‘To show only grid section in Spreadsheet’ has been achieved by setting the ‘showRibbon’, ‘allowFormulaBar’ & ‘showPager’ API’s to false.  We have prepared a sample to demonstrate this in JS Playground.  Please refer the following code example. 
 
 
 
$("#Spreadsheet").ejSpreadsheet({ 
    showRibbon: false, //To hide Ribbon 
    allowFormulaBar: false, //To hide FormulaBar 
    showPager: false, //To hide pager 
    enableContextMenu: false, //To disable context menu 
    //... 
}); 
 
 
Help DOC Links: 
 
Regards, 
Silambarasan 



NA nax123 July 5, 2017 12:24 PM UTC

Thanks, for some reason I was looking at sheet object and therefore could not find these properties



SI Silambarasan I Syncfusion Team July 6, 2017 06:22 AM UTC

Hi Rein, 
 
Thanks for your update. Kindly get back to us if you need any further assistance on this. We will be happy to help you out. 
 
Regards, 
Silambarasan 


Loader.
Live Chat Icon For mobile
Up arrow icon