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

Disable renaming the spreadsheet

1 Answer 84 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Sri
Top achievements
Rank 1
Sri asked on 14 Nov 2017, 07:05 PM

Hi,

How to disable renaming the Telerik Spreadsheet?

Here is the XAML and we are using Telerik 2017.2.614.45.NoXaml

<telerik:RadSpreadsheet
                        x:Name="sprSpecification"
                        Width="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Grid}}, Path=ActualWidth}"
                        Height="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Grid}}, Path=ActualHeight}"
                        ScrollViewer.HorizontalScrollBarVisibility="Auto"
                        ScrollViewer.VerticalScrollBarVisibility="Auto"
                        Workbook="{Binding Workbook, Mode=TwoWay}" />

 
Thanks,
Sri

1 Answer, 1 is accepted

Sort by
0
Accepted
Anna
Telerik team
answered on 16 Nov 2017, 08:46 AM
Hi Sri,

Unfortunately, I am not sure what you are referring to when you are saying renaming of Telerik Spreadsheet. Do you by any chance mean renaming of the sheets? In this case you might want to look at the Workbook Protection article which describes how to do this. Please let me know if you have something else in mind.

Regards,
Anna
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
Spreadsheet
Asked by
Sri
Top achievements
Rank 1
Answers by
Anna
Telerik team
Share this question
or