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

Hide add new sheet button in spreadsheet

1 Answer 147 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Karthik
Top achievements
Rank 1
Karthik asked on 19 Oct 2017, 05:37 PM

Hi,

 

Is there a way to hide the add new sheet button in asp.net ajax spreadsheet control?

 

In WPF, there is a way to hide the new sheet button using the RadSpreadsheetSheetSelector class, however I am not able to find any thing in the asp.net ajax?

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 24 Oct 2017, 12:59 PM
Hi Karthik,

In an ASP.NET AJAX scenario you can hide the "Add new sheet" button of RadSpreadsheet by simply adding a similar CSS to the page:
.RadSpreadsheet .rssSheetsbar a.t-spreadsheet-sheets-bar-add
{
     display: none;
}

I hope this helps.

Regards,
Vessy
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Spreadsheet
Asked by
Karthik
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Share this question
or