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

Disable spreadsheet editing

1 Answer 167 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Marijus
Top achievements
Rank 1
Veteran
Marijus asked on 18 Jan 2021, 09:36 AM

Hello,

Is there a way of disabling cell, sheet or workbook editing with Javascript without having to set every cell to disabled.

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 20 Jan 2021, 01:33 PM

Hi Marijus,

Curently the only possible way to disable the spreadsheet is to do it for all of its cells:

https://docs.telerik.com/kendo-ui/knowledge-base/view-only-spreadsheet-widget

You can also hide the controls Toolbar and formula bar via similar CSS:

        <style>
            .RadSpreadsheet .rssToolbarWrapper,
            .RadSpreadsheet .k-spreadsheet-action-bar{
                display:none;
            }
        </style>

 

Regards,
Vessy
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Spreadsheet
Asked by
Marijus
Top achievements
Rank 1
Veteran
Answers by
Vessy
Telerik team
Share this question
or