Need a special offer?Find out if your project fits.
+

Release notes

August 2017 (v. 2.401)

FIX The issue with showing 150K+ rows in IE/Edge was fixed.

FIX UI/CSS issues in IE11 were fixed.

FIX The issue when beforetoolbarcreated event was dispatched two times was fixed.

FIX The following issues with export to excel were fixed:

  • when showFilters: true is set as an export parameter;
  • when a report has a grid title;
  • when customFields are defined in a report.

FIX The issue with adding .false CSS class to each cell that does not meet the condition formatting rule was fixed.

FIX The issue with Add Group button was fixed.

FIX The issue with measures formatting in drill-through view was fixed.

FIX Fix for buggy behavior after canceling on Open CSV File.

FIX Toolbar exception was removed for IE11.

FIX Charts working correctly in IE11.

FIX Cell renderer demo was fixed for IE11 and Edge.

August 2017 (v. 2.400)

NEW Grid rendering was improved greatly. As the result, the scrolling is smooth and fast. The scrolling issues reported by our customers were fixed.

NEW Export from Drill Through was added. When Drill Through popup is opened, Export tab from the toolbar or exportTo() API call get the raw data.

NEW Accelerator for Microsoft Analysis Services and Accelerator for Pentaho Mondrian work much faster. The concurrency was improved: Accelerators work better with multiple threads.

NEW All fixes from version 2.3 are available in 2.4 as well.

NEW New UI for the component was created.

NEW Several built-in themes were added. New themes can be added (via Less or CSS). Find how to use it in our documentation.

NEW customizeCell API call was extended with new possibilities to visualize the data.

NEW jQuery library is no longer required.

NEW Now new Flexmonster() should be used to embed the component.

NEW Conditional Format Object was updated.

NEW Cell Data Object was extended with new properties.

NEW getPages API call was renamed to getReportFilters.

NEW Property pages from Report Object was renamed to reportFilters (with backward compatibility).

NEW Properties configuratorMatchHeight and pagesFilterLayout were removed from Options Object.

NEW The default value of configuratorActive property inside Options Object was changed to false.

NEW Two new events were added:

  • beforegriddraw – String, triggered before grid rendering.
  • aftergriddraw – String, triggered after grid rendering.

To update from the previous major version to 2.4, please read our Migration guide.

August 2017 (v. 2.322)

FIX If grand totals are turned off and the measures are above other dimensions in rows or columns, the aggregated measures are displayed correctly on the grid.

FIX The issue with the IF formula for calculated values was fixed.

FIX The issue with the inconsistency between the column order and the Field List order in flat view mode was fixed.

July 2017 (v. 2.321)

FIX The issue with exporting flat table to Excel was fixed.

FIX Now when the slice is not set the order of the columns in flat view is the same as in the data source.

July 2017 (v. 2.320)

FIX The issue with rearranging columns in flat mode was fixed.

FIX Drill through for a grid with multiple items in report filter was fixed.