Unplanned
Last Updated: 16 Jun 2023 10:23 by ADMIN
Scrolling performance in large spreadsheets is significantly worse when auto filters are enabled.
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
If RadSpreadsheet is shown in RadWindow or in Popup, Filtering dialog throws NullReferenceException.
Unplanned
Last Updated: 24 Aug 2017 15:37 by ADMIN
ADMIN
Created by: Dilyan Traykov
Comments: 0
Category: Spreadsheet
Type: Bug Report
0
A workaround which can be used for the moment is to traverse the TextFragment elements in the affected pages and set their Clipping to null:

foreach (ContentElementBase element in page.Content)
{
    TextFragment text = element as TextFragment;
    if (text != null) text.Clipping = null;
}
Unplanned
Last Updated: 08 Aug 2017 14:29 by ADMIN
Error: "We found a problem with this formula. Try clicking Insert Function on the Formulas tab to fix it." appears on the screen when a user tries to:
1. Selects a cell.
2. Inserts Sum formula from the ribbon menu by following Formula --> Auto Sum --> Sum.
3. Selects Range.
Completed
Last Updated: 03 Nov 2016 16:02 by ADMIN
ADMIN
Created by: Petya
Comments: 3
Category: Spreadsheet
Type: Feature Request
4
The feature is going to be included in the next official release Q1 2105.
Completed
Last Updated: 27 Jun 2016 15:23 by ADMIN
Importing a document could result in a big UsedCellRange due to the big range of the imported DataValidationRule cell property. The UsedCellRange calculations should ignore this property. This could lead to a performance diminishment when exporting.
Completed
Last Updated: 12 Aug 2015 12:44 by ADMIN
Completed
Last Updated: 19 Jun 2015 08:25 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: Spreadsheet
Type: Feature Request
0
The feature will be available in our official release 2015 Q2.
Completed
Last Updated: 27 Oct 2014 14:05 by ADMIN
ADMIN
Created by: Deyan
Comments: 0
Category: Spreadsheet
Type: Feature Request
0
The feature is available in Q3 2014.
Completed
Last Updated: 05 Feb 2014 15:45 by M STOLYAR
ADMIN
Created by: Deyan
Comments: 1
Category: Spreadsheet
Type: Feature Request
0
Implement Protection feature.