Unplanned
Last Updated: 26 Feb 2020 14:09 by ADMIN
Dave
Created on: 19 Nov 2018 23:55
Category: Spreadsheet
Type: Feature Request
1
Added configuration options for the sheets bar

The sheets bar should be configurable with some configuration options to control the ability to..

1. Add sheets

2. Remove sheets

3. Rename sheets

4. Reorder sheets


2 comments
ADMIN
Ivan Danchev
Posted on: 20 Nov 2018 14:47
Hello Dave,

There is an option that allows to show/hide the Spreadsheet's sheetsbar. Separate options that allow enabling/disabling the sheetsbar functionalities you listed currently are not available. The feature request you submitted is now made visible in the public Feedback Portal.

Regards,
Ivan Danchev
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.
Dave
Posted on: 19 Nov 2018 23:59

Currently we can use style hacks to hide the "insert new sheet" and "delete sheet" buttons with:

    /**
     * Style hacks to hide:
     * 1. The undo/redo buttons in the quick-access toolbar.
     * 2. The "+" add button in the sheets bar at the bottom of the spreadsheet.
     * 3. The "X" remove button to remove each sheet in the sheets bar.
     */
    .k-tabstrip-wrapper .k-spreadsheet-quick-access-toolbar,
    .k-spreadsheet-sheets-bar-add,
    .k-spreadsheet-sheets-remove {
        display: none;
    }

 

However, these settings should be available as configuration options (and possibly we can even disable/hide the sheets bar altogether similar to how the toolbars are configured at the moment).