FIX The unnecessary href
attribute with the javascript.void(0)
value was removed from Toolbar tabs.
FIX The issue with expands when multilevel hierarchies are present in columns and expandAllData is called for columns with the withAllChildren parameter set to true
was fixed.
FIX The issue with sorting hierarchy members when the child-level members are presorted was fixed.
NEW A new filter.filterByDateAndTime option was added. When set to true
, date fields are filtered by both date and time parts. This option is supported only for the "api"
data source type.
FIX The issue with localizing labels in the auto-calculation bar when localization is loaded via URL was fixed.
NEW Descriptions in license pop-up alerts were improved.
FIX The issue with the default conditional formatting styles was fixed.
FIX The issue with incorrect calculated value formulas when field captions are used instead of unique names was fixed.
FIX The issue when dragging fields into an empty row area in the classic (tabular) pivot table led to console errors was fixed.
NEW It is now possible to override default formatting styles in the conditional formatting view. To modify the styles, use the toolbar.defaults.defaultConditionalFormat
object. See an example.
NEW The level property of the CellDataObject is now available for column cells.
NEW Data Server The version of .NET was updated to 8.0.
FIX The issue with the reportchange event not being triggered on filtering while using the custom data source API was fixed.