Completed
Last Updated: 25 Dec 2018 15:10 by ADMIN
ArgumentException is thrown when protecting a worksheet having missing algorithmName information
Completed
Last Updated: 12 Dec 2018 13:36 by ADMIN
Xlsx documents with a global filter defined cannot be imported. Message box "The name that you entered is not valid." is shown and internally SpreadsheetNameException is thrown. MS Excel can import such document and even preserve the filter, but do not respect it and doesn't have UI to clear it.

Workaround 1 (includes processing the document with MS Excel):
- Open the document in MS Excel
- Choose Formulas -> Defined names -> Named Manager
- Choose Filter -> Names with errors
- Find all Filter defined names and delete them
- Save the document
Completed
Last Updated: 31 Oct 2018 08:14 by ADMIN
Number formats like "[$-1010409]General" containing locale code and General keyword are not parsed correctly which results in interpreting them as number formats which have to replace the positive numbers with "General".

Available in R1 2017 SP
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: 31 Oct 2018 08:07 by ADMIN
Expose WorksheetUIUpdateContextBase.GetDataValidationRuleResult(CellIndex). This method is useful for creating optimized custom Data Validation Circles layers.

Available in LIB Version 2017.2.828.
Completed
Last Updated: 31 Oct 2018 07:53 by ADMIN
The BitmapImage class throws the exception. We could show some kind of no-image-placeholder instead of throwing exception, or skip the image.

Telerik Reporting creates such files.

Attached is a sample project demonstrating how to customize the Open command descriptor to remove .emf images just after importing the document.

Available in R3 2018 Official Release Version.
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: 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: 29 Oct 2018 14:41 by ADMIN
Filter command should be disabled when a single row or cell is selected. 

Fix available in LIB Version 2018.3.1105.
Completed
Last Updated: 17 Aug 2018 06:09 by ADMIN
When the formula bar is empty and alt + enter is pressed in order to insert a new line, NullReferenceException is thrown. The exception might be reproduced with text in the formula bar, but the caret has to be placed in the end of a run/end of the text.

Fix available in LIB Version 2018.2.820.
Completed
Last Updated: 25 Aug 2017 06:36 by ADMIN
If you begin entering e.g. "=" in FormulaBar, the characters are not visible in dark themes. If the focus is in the cell it works as expected, if the focus is in FormulaBar, the Foreground is dark and cannot be seen on dark background. 

Workaround:
-  set the following style (add BaseOn if using implicit styles)

<Style  TargetType="spreadsheetControls:RadSpreadsheetFormulaBar" BasedOn="{StaticResource RadSpreadsheetFormulaBarStyle}">
            <Setter Property="Foreground" Value="White"/>
</Style>

Available in LIB Version 2017.2.828.
Completed
Last Updated: 14 Sep 2016 15:30 by ADMIN
ADMIN
Created by: Anna
Comments: 1
Category: Spreadsheet
Type: Feature Request
20

			
Completed
Last Updated: 17 Aug 2016 08:20 by ADMIN
Clicking the Find All button resizes the dialog to a smaller size and the buttons on the bottom are not visible. Closing the dialog and opening it again opens it with very large size.
No workaround at the moment.
Completed
Last Updated: 08 Aug 2016 11:50 by ADMIN
Completed
Last Updated: 14 Jul 2016 14:59 by ADMIN
When using the OpenFile command to open a document, you should be able to obtain the Name of the workbook in the WorkbookChanged event handler. 
Completed
Last Updated: 12 Jul 2016 14:09 by ADMIN
When a cell's format is set to "Percentage" and then a number is entered, the number's format is incorrect. For example, if "10" is entered in such a cell, the value is visualized as "1000.00%", instead of "10.00%".
Completed
Last Updated: 22 Jun 2016 14:26 by ADMIN
Completed
Last Updated: 02 Jun 2016 10:22 by ADMIN
When a workbook with a number of worksheets larger than a certain count is saved an out of memory exception is thrown. The necessary number of worksheets depends on the file and the machine, but it ranges between 70-90.
Completed
Last Updated: 14 Dec 2015 13:11 by Paul-Henri
Created by: Paul-Henri
Comments: 0
Category: Spreadsheet
Type: Feature Request
2
The feature will be available in our official release Q1 2016.