Unplanned
Last Updated: 25 Jan 2024 08:45 by ADMIN
Trevor
Created on: 24 Jan 2024 12:57
Category: Spreadsheet
Type: Bug Report
0
RadSpreadsheet: Worksheet name is editable when the workbook is protected
Setting the worksheet to protected does not prevent the user from changing the name of the worksheet. 
1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 25 Jan 2024 08:45

Hi, Trevor,

You can use the following workaround:

SheetSelectorTabItem item = this.radSpreadsheet1.SpreadsheetElement.SheetSelector.Children[4].Children[0] as SheetSelectorTabItem;
item.ShouldHandleMouseInput = false;

I hope this helps. 

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.