Unplanned
Last Updated: 25 Apr 2024 16:24 by Jason
Dave
Created on: 19 Nov 2018 23:50
Category: Spreadsheet
Type: Feature Request
1
Spreadsheet widget should have configuration option for "single toolbar" and to hide the quick access toolbar.

1. The top tab section (with the Home, Insert, Data, Undo, Redo) button of the toolbar should be configurable to be hidden, i.e. "single toolbar" configuration should be supported. Since it is possible to configure the toolbar to show custom items, it should also be possible to hide other tabs and the undo/redo button and only have a single toolbar as the configuration.

/* Style hack to hide the "Home/Insert/Data" tabstrip at the top of the spreadsheet. */
.k-spreadsheet-tabstrip.k-tabstrip {
    & > ul {
        display: none;
    }

    & .k-content {
        border-top: 0px;
    }
}

/**
 * Style hack to hide the undo/redo buttons in the quick-access toolbar.
 */
.k-tabstrip-wrapper .k-spreadsheet-quick-access-toolbar {
    display: none;
}

2 comments
Jason
Posted on: 25 Apr 2024 16:24

you can hide other tabs such as data/insert when you pass toolbar object to the spreadsheet ex:

{

data:false,

insert:false,
home:[..your tools]

}

ADMIN
Ivan Danchev
Posted on: 20 Nov 2018 14:30
Hello Dave,

Thank you for submitting this feature request. I am making it visible on the public Feedback Portal, where the community can vote for it.

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.