What's New
Fixed Issues and Improvements
ℹ Information
yourGridObj.select(-1, 0, -1, 0);
yourGridObj.select(-1, 0, 0, 0);
yourGridObj.groupPanel.onRefreshed = function(){...}
yourGridObj.groupPanel.refreshed.addHandler(function(){...})
Fixed Issues and Improvements:
ROU-4705 - Fixed an issue that caused the “DisplayTitle” property of the GridColumnLink to overwrite the data from the “Title” even when the “Title” field has data to be displayed.This occurred when both “Title“ and “DisplayTitle” were filled in the GridColumnLink.
Fixed Issues:
Standardized blank and undefined values for Group Panel
Added new parameter (SendAllSelectedRows) to allows you to select dirty cell and enable “Send Selected” button
Added new parameter (IsLoadingEmpty) in AdvancedFormats to allow user to load an empty grid
Fixed searching engine to allow “#” character
Fixed behavior when user sets value in the "GridColumnLink" to multiple input params
Fixed edition on cells from Frozen Columns
Fixed the message on exporting to Excel
Custom Context Menu can be opened without focus on an empty grid
Selection by row number with CheckboxSelection disabled
Selection formulas calculation fix
Selection using control fixed behavior
Filter Type minor fix when there is no filter type associated
Tooltip fix when the string values were large
Fixed error when loading grid with no data
Fix on Filtering by values on Dropdown columns
Other:
Wijmo update to 5.20201.680
Added functionalities:
Translation are now included in the DataGrid component
Mechanism to set behavior and handle feedback messages from DataGrid
A new input parameter was added inside Grid Container (SanitizeInputValues). When it is set to true, we will sanitize the cell values to prevent XSS attacks
Added advanced format parameter to specify if Grid Configuration should be loaded from the server. In cases that don’t require configuration, setting this parameter to false will improve the performance
Fixed column group mapping
Fixed issue for cells being marked as dirty after cancel edition