Unplanned
Last Updated: 27 Mar 2018 12:05 by ADMIN
When the size of the columns is changed using the ColumnSelection.SetWidth(*) method does not update the layout, so subsequent uses of the layout are not calculated correctly. For example BringIntoView method works incorrectly. 

Workaround: call RadSpreadsheet.UpdateLayout() after setting the width.
Unplanned
Last Updated: 27 Mar 2018 11:48 by ADMIN
Cell borders below the cells filled with data are not exported to XLSX.
Unplanned
Last Updated: 28 Nov 2017 14:07 by ADMIN
When a sheet that has a new line in a text value is exported and the resulting file is opened in Excel, the value is displayed without a new line. If you enter edit mode and then exit (without confirming the value by pressing enter) the new line will appear. The reason for this behavior is that when there is a new line in a text value Excel automatically applies wrap text on the cell while RadSpreadsheet does not do that. A possible workaround is to apply wrap text on new values with new line in them.
Unplanned
Last Updated: 09 Nov 2017 15:28 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: Spreadsheet
Type: Feature Request
2

			
Unplanned
Last Updated: 02 Nov 2017 18:42 by ADMIN
Implement mechanism for disabling, enabling or changing of the commands of the CellEditor classes, like Copy and Paste.
Unplanned
Last Updated: 13 Mar 2018 12:52 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: Spreadsheet
Type: Bug Report
3
When filtering a big range of values, the performance is low. The whole UI is re-created.
Unplanned
Last Updated: 16 Aug 2018 15:20 by ADMIN
The exception is thrown when the color for the borders has been previously set using the colors from the predefined palette. The next attempt to set a border color using the ShowMoreColorsDialog leads to error. A message appears to the user saying "Specified cast is not valid".
Unplanned
Last Updated: 20 Sep 2017 16:08 by ADMIN
When trying to set the VisibleSize property of RadSpreadsheet on the ActiveSheetChanged event a null exception is thrown in the UpdateSheet method of RadSheetEditorBase. 

Possible workaround is to record the visible size at the SheetChanged event and set it at a later time, e.g. using a timer.
Unplanned
Last Updated: 25 Sep 2017 05:56 by ADMIN
When a row is removed through code and an image is created immediately after that in the same method, the UI does not update. The change is made in the model, but not visualized. If you scroll up and down the change is reflected in the UI.
Unplanned
Last Updated: 30 Apr 2018 14:00 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: Spreadsheet
Type: Feature Request
2
The SUMIFS function adds all of its arguments that meet multiple criteria.

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/WPF/CustomFunctions
Unplanned
Last Updated: 08 Sep 2017 08:32 by ADMIN
Selecting a column with two or more merged cells, selects not only the selected column but the rest of columns that the merged cells are from. The behavior when working with rows is analogical.
Declined
Last Updated: 20 Jun 2018 08:49 by SK
ADMIN
Created by: Tanya
Comments: 1
Category: Spreadsheet
Type: Feature Request
1
The COUNTIF function is already available in RadSpreadsheet.
Unplanned
Last Updated: 13 Apr 2018 08:04 by ADMIN
ADMIN
Created by: Tanya
Comments: 5
Category: Spreadsheet
Type: Feature Request
7
- Async parse of single xml file to speed-up the import
- Allow to import only part of the file
- Respect the widths of the columns and row heights and do not measure them first time in the WorksheetLayout or measure them for the current Viewport only
- Inserting rows/columns also need improvements in terms of performance.
Declined
Last Updated: 20 Sep 2017 08:21 by ADMIN
Created by: Dodd
Comments: 1
Category: Spreadsheet
Type: Feature Request
1
if you use Excel, you use a lot of formulas. 
But In Telerik WPF there isn't enough formulas.(even like SUMIFS , SUBTOTAL) 

But I search for other library like Kendo-UI, there is more fomulas than WPF. 
Why are these different? 

Please make this formulas in your library.
Unplanned
Last Updated: 22 Aug 2017 10:07 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: Spreadsheet
Type: Feature Request
1
The class would be used for customization of the printing behavior of the control.
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.
Unplanned
Last Updated: 07 Aug 2017 14:46 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: Spreadsheet
Type: Feature Request
0
Implement automatic completion of cell value based on the values typed above, in the same column.
Unplanned
Last Updated: 21 Jul 2017 10:35 by ADMIN
Setting the visible size property to a small number, like 10,10, will result in missing the last column right border and last row bottom border.
Completed
Last Updated: 26 May 2023 11:06 by ADMIN
Release R3 2022
ADMIN
Created by: Tanya
Comments: 0
Category: Spreadsheet
Type: Feature Request
8

If a worksheet spans more than one page, you can print row and column headings or labels (also called print titles) on every page to ensure that the data is properly labeled.

Duplicate of SpreadProcessing: Repeat specific rows or columns on every printed page (telerik.com)

Unplanned
Last Updated: 09 Jun 2017 08:42 by ADMIN