Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: Spreadsheet
Type: Feature Request
1
Implement pop-up providing analysis options and quick access to formatting for the selected range of cells. 
Completed
Last Updated: 18 Nov 2015 12:40 by ADMIN
Created by: XamlTeam
Comments: 2
Category: Spreadsheet
Type: Feature Request
2
I would like to be able to hide a selected column. In excel this can be achieved by right clicking the header of a column and selecting Hide/Unhide. Actually the same goes for rows.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: Spreadsheet
Type: Feature Request
2
Implement Show Formulas command, which display the formulas in the cells instead of the result value. In MS Excel, this is available in Formulas -> Formula Auditing -> Evaluate Formula.

The keyboard shortcut is "Ctrl + ~".
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: Spreadsheet
Type: Feature Request
1
Implement AutoSum command and functionality. In MS Excel, it is located in Home -> Editing -> AutoSum drop down, and allows fast creation of formula over the selected cell, by choosing a formula: SUM, AVERAGE, COUNT, MAX, MIN, etc. If a range is not selected, the command tries to predict which sells have be included.
Completed
Last Updated: 17 May 2022 11:29 by ADMIN
Release R2 2022
ADMIN
Created by: Petya
Comments: 6
Category: Spreadsheet
Type: Feature Request
27
Add support for conditional formatting of cells - allow applying of rules used during visualization of cells to automatically apply formatting depending on their values.
Completed
Last Updated: 31 Mar 2020 11:10 by ADMIN
Release R2 2020
At the moment the print settings set to the WorksheetPageSetup class are not passed to the Print dialog which leads to bad user experience. If you set the print settings of the RadSpreadsheet like so:

WorksheetPageSetup pageSetup = this.radSpreadsheet.Workbook.ActiveWorksheet.WorksheetPageSetup;
pageSetup.PageOrientation = PageOrientation.Landscape;

and then select Print, the Spreadsheet print menu will show the print preview as landscape. However, when after that you click on Print for the default print dialog to appear and then click Preferences, you will notice that the preference is set to Portrait. The print job will be Landscape, but the incorrect information in the default dialog creates confusion.

This is an example of how to set the preference of the default dialog:

PrintDialog printDialog = new PrintDialog();
var printTicket = printDialog.PrintTicket;
printTicket.PageOrientation = System.Printing.PageOrientation.Landscape;
Completed
Last Updated: 21 Mar 2015 12:27 by ADMIN
The fix is available in our latest LIB release (v. 2015.1.0316).
Completed
Last Updated: 31 Oct 2018 07:50 by ADMIN
ADMIN
Created by: Anna
Comments: 2
Category: Spreadsheet
Type: Feature Request
16
VLOOKUP function is similar to LOOKUP function, which is currently supported.

A list of the supported functions is available at http://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/features/formulas/functions

This function can be implemented as a custom function. Check the following resources for more details on how to achieve that:

- http://docs.telerik.com/devtools/document-processing/libraries/radspreadprocessing/features/formulas/custom-functions
- https://github.com/telerik/xaml-sdk/tree/master/Spreadsheet/CustomFunctions

Available in R3 2017 Official Release Version.
Completed
Last Updated: 15 Jan 2020 12:44 by ADMIN
Release R1 2020
ADMIN
Created by: Anna
Comments: 0
Category: Spreadsheet
Type: Feature Request
2
Implement UI for hiding sheet. The sheets can be visible, hidden, or very hidden (could be made visible only from the API).

Note: This is already supported on model level (in RadSpreadProcessing).
Unplanned
Last Updated: 31 Oct 2018 07:51 by Chris
ADMIN
Created by: Petya
Comments: 3
Category: Spreadsheet
Type: Feature Request
11
At this point, the formatting can be applied only to the whole cell content.
Declined
Last Updated: 30 Jun 2014 14:04 by ADMIN
Created by: Mi
Comments: 3
Category: Spreadsheet
Type: Bug Report
2
When I insert an image in a worksheet it shown and I can print it. But when I export the worksheet to a PDF file the image is not exported!
Completed
Last Updated: 31 Oct 2018 07:51 by ADMIN
ADMIN
Created by: Deyan
Comments: 5
Category: Spreadsheet
Type: Feature Request
11
This will enable printing with the following printing options: 

- Fit Sheet on One Page

- Fit All Columns on One Page

- Fit All Rows on One Page

- Custom automatic scaling
Completed
Last Updated: 08 Jul 2014 07:41 by ADMIN
ADMIN
Created by: Petya
Comments: 1
Category: Spreadsheet
Type: Feature Request
2