NEW New useCaptionsInCalculatedValueEditor
option property was added. By default, Flexmonster uses the field unique names in the calculated value editor. If useCaptionsInCalculatedValueEditor
is set to true
, the component will use the field's caption instead of the unique name. The default value is false
.
NEW Now the recordId
property is available for frozen cells.
NEW Now it is possible to resize the Field List vertically to fill the entire height of the grid container.
NEW The sample Flexmonster & Angular integration project was updated to Angular 11.
FIX The issue with page scrolling when closing the context menu was fixed.
FIX The issue with unnecessary measures saved with showAggregationLabels: false
was fixed.
FIX The issue with the updateData()
API call and multiple update and delete calls was fixed.
FIX Angular wrapper exportstart
, exportcomplete
, printstart
, and printcomplete
events were added.
FIX Icon alignment for chart legend toggle button was fixed.
FIX Data Server Now an error message will be displayed if the config is not valid.
FIX custom data source API The issue with the incorrect filter parameter in the request with hierarchical fields was fixed.
FIX custom data source API The issue with the drill-through view when using reportFilters
was fixed.