Completed
Last Updated: 31 Oct 2018 08:11 by Paul-Henri
Wrong exception messages are constructed sometimes, due to problem in the internal Guard.ThrowExceptionIfTrue and Guard.ThrowExceptionIfFalse methods:

- Guard.ThrowExceptionIfTrue throws InvalidOperationException with text "<paramName> should be true.", instead the text should be "<paramName> should be false."

- Guard.ThrowExceptionIfFalse throws InvalidOperationException with text "<paramName> should be false.", instead the text should be "<paramName> should be true."

Available in LIB Version 2017.2.828.
Completed
Last Updated: 08 Aug 2016 11:50 by ADMIN
Completed
Last Updated: 03 Aug 2021 05:42 by ADMIN
Release R3 2021
ADMIN
Created by: Nikolay Demirev
Comments: 7
Category: Spreadsheet
Type: Feature Request
12
Add support for preserving and exporting the macros in a macro-enabled workbook.

Macros are pieces of code written in Visual Basic for Applications (VBA) which are used to automate repetitive tasks in excel. The macros are part of the excel file. When a file contains a macro its extension becomes xlsm.
Spreadsheet should be able to import and export xlsm files and edit the macros in them.
Completed
Last Updated: 17 Jan 2019 11:24 by ADMIN
ADMIN
Created by: Deyan
Comments: 2
Category: Spreadsheet
Type: Feature Request
24
Add support for visualizing and editing charts.
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.
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).
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

			
1 2 3 4 5 6