NEW New property excelSheetName
was added to export options in exportTo()
API call to configure the sheet name when exporting to Excel file.
NEW New alert was added if CSV data file is empty.
Note: it's possible to change the alert message using XML localization file:
<messages> ... <noDataAvailable>Datasource is empty. Please check the CSV file.</noDataAvailable> ... </messages>
To know more about localization: Localizing component
FIX "if"
formulas in calculated values work with spaces and without spaces between arguments.
FIX The text NaN
that appeared when editing empty value was changed to empty string.
FIX The issue when the previously opened Filter or drill-through was not closed after showGridAndCharts()
API call was fixed.
FIX Showing zero values for measures in drill-through (API data source) was fixed.
FIX The exception that happened during the cell data reading with getCell()
API call, if the cell is not in the visible view port, was fixed.
FIX The Filter disappearing issue when its height was bigger than the grid's height was fixed.
FIX Visual bug of the editing cell placement on top of the grid's scroll bar was fixed.
FIX Columns resizing issue was fixed.
FIX Bug in Flat charts with Y-axis title was fixed.
FIX Rotation of chart's Y-axis label in Firefox was fixed.
FIX The blinking of preloader message between "Analyzing data..." and the first message with % of data analysed was fixed.
FIX The issue that causes hiding header labels with custom styles was fixed.
FIX Click event returns ID
of the member if it defined.