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

Hide Column Headers and Row Numbering

1 Answer 151 Views
Spreadsheet
This is a migrated thread and some comments may be shown as answers.
Y
Top achievements
Rank 1
Y asked on 26 May 2014, 03:52 PM
Hi,

I just started using the RadSpreadsheet component.
I tried and failed to hide the column headers (A, B, C...) and row numbers (1, 2, 3...) as well as the sheet panel (sheet1, sheet2...).
Is there a way to do that?

Many thanks!
Yonatan

1 Answer, 1 is accepted

Sort by
0
Petya
Telerik team
answered on 27 May 2014, 02:50 PM
Hello Yonatan,

Thank you for your interest in RadSpreadsheet.

As of the expected in about a month Q2 2014 version of the control, you would be able to hide the sheet selector. If you want to try the functionality before the official release, you can download the latest internal build version of Telerik UI for Silverlight from your account here

In order to achieve the desired result you need to specify the IsSheetSelectorVisible property of RadSpreadsheetSheetSelector to false
<telerik:RadSpreadsheet x:Name="radSpreadsheet" Grid.Row="2" DataContext="{Binding Path=CommandDescriptors, ElementName=radSpreadsheet}" spreadsheetControls:RadSpreadsheetSheetSelector.IsSheetSelectorVisible="False" />

When it comes to hiding the row and column headers, the feature is in our to-do list, but at this point it is hard to say when it might be available. Please follow this item in the Ideas & Feedback Portal to be notified about any progress on this.

I hope this helps.

Regards,
Petya
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
Spreadsheet
Asked by
Y
Top achievements
Rank 1
Answers by
Petya
Telerik team
Share this question
or