This is a migrated thread and some comments may be shown as answers.

Is there a way to hide the possibility of adding and removing sheets?

3 Answers 212 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Chanan Zass
Top achievements
Rank 1
Chanan Zass asked on 13 Oct 2018, 02:29 PM

We've been asked by our client to hide the workbook tabstrip buttons for adding and removing sheets.

We've searched all over but couldn't find a way to hide these buttons (the "+" and "x" buttons).

Any help would be most appreciated.

 

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 17 Oct 2018, 01:09 PM
Hi Chanan,

You can hide the "Add new" and remove buttons from the sheets tabstrip of RadSpreadsheet with a similar CSS style:
.RadSpreadsheet .t-spreadsheet-sheets-bar-add,
.RadSpreadsheet .t-spreadsheet-sheets-remove {
    display: none;
}

Regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
0
Chanan Zass
Top achievements
Rank 1
answered on 17 Oct 2018, 04:44 PM

Thanks.

I got impatient and asked support. Peter Milchev solved this issue for us with a similar, not exactly the same, suggestion (which works). Sorry for not posting it here sooner:

<style>
    .RadSpreadsheet .rssSheetsbar.k-header .t-spreadsheet-sheets-bar-add.t-button,
    .RadSpreadsheet .t-link.t-spreadsheet-sheets-remove{
        display:none;
    }
</style>
0
Vessy
Telerik team
answered on 18 Oct 2018, 06:35 AM
Hi,

Thank you for the update, Chanan - I am glad everything is working as desired now. The support tickets are answered with a higher priority, so I will advise that you use the private support channel for any urgent issue you have in future.

Kind regards,
Vessy
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
Spreadsheet
Asked by
Chanan Zass
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Chanan Zass
Top achievements
Rank 1
Share this question
or