NEW Admin Panel A new Database query settings
section was added to the Settings page. Now, it is possible to set how many seconds to wait for SQL commands to execute.
NEW Data Server The new property CommandTimeout
was added. It allows setting the wait time (in seconds) before terminating the attempt to execute a command and generating an error. The default value is the value of the SQL driver.
FIX The issue with extending Array.prototype
was fixed.
FIX The issue with the "recordId"
property in row headers was fixed.
FIX The exception when switching from flat view to compact with all nodes expanded was fixed.
FIX The issue with rendering multiple white spaces in chart labels was fixed.
FIX Blazor wrapper The issue with GetFilter()
API call was fixed.
FIX Blazor wrapper The type of FlatSort
property in the Slice
object was changed.
FIX Blazor wrapper The issue with ShowTotals
property in the GridOptions
object was fixed.
FIX Blazor wrapper The PageFormat
property was added to the ExportOptions
object.
FIX flexmonster.d.ts The pageFormat
property was added to the ExportOptions
interface.