#248248 - Resolved dragging misbehaviour, while placing a new drag element (child) inside drag element (parent).
Calendar
FEATURES
#246049 - Now, month name, day name are capitalized for all localization.
Chart
BUG FIXES
253297 - Cross shape is now working fine in scatter chart.
FEATURES
250563 - Provided support to render background image for chart.
ColorPicker
BUG FIXES
F147566 - In Palette mode, Empty string color value shows the default color(green) instead of no color has been fixed.
DataManager
BUG FIXES
252550 - DataManager performance issue has been fixed.
251226, 252997 - Complex field primary key column is not working while the column type is string.
DateTimePicker
FEATURES
#249683 - Now, you can set the server time zone for initial date value process using serverTimezoneOffset property.
Document Editor
BUG FIXES
251355 - Script error while importing the document is now resolved.
251910 - Status bar disappear on mouse hover is now resolved.
251219 - Script errors due to Content security policy are now resolved.
FEATURES
#250061, #246305 - Added property to retrieve bookmarks on selection.
#251247 - Added API for restrict editing.
#251247, #238969, #252954,#253149 - Added API for selection.
File Manager
BUG FIXES
The issue file manager throws script error when navigate to the different folder after sorting the path column in details view has been fixed.
FEATURES
Support has been provided to include a custom message in AccessRule class using the message property.
Breaking Changes
Now, in access control, the FolderRule and FileRule classes are combined into a single AccessRule class, where you can specify both folder and file rules by using the IsFile property.
Now, the Edit and EditContents in access control are renamed as Write and WriteContents.
Grid
BUG FIXES
#250198 - Unable to cancel row and cell selecting when multi selection is enabled issue has been fixed.
#250198 - CellSelected event returning same data for both current and previous cell has been fixed.
#251226,#252997 - Complex field primary key column is not working while the column type is string issue has been fixed.
#252052 - Filtering throws console error when complex data with null values are bound to Grid has been fixed.
#251292 - Duplicate records is sent in Remote Save Adaptor batch deleting issue has been fixed.
#252476 - Script error throws while navigating empty grid with tab issue has been fixed.
Breaking Changes
Now disableHtmlEncode default value is set to true, so the HTML tags can be displayed in the Grid header and content by default, so to display it as html content disableHtmlEncode need to be set as false.
Menu
BUG FIXES
#253129 - Menu child item disable issue resolved.
PDF Viewer
BUG FIXES
#I252806 - Annotation bounds are retrieved properly when importing and exporting the annotation details in rotated PDF documents.
#I253016 - Free text annotation bounds are preserved properly in the rotated PDF document while saving the document.
#I251152 - Text markup annotation resizer position will be updated properly in the doctype HTML pages.
#I252879 - Script errors will no longer occur if we disable the magnification module.
#I253504 - The character start and end indexes will be updated properly in the text markup annotationAdd event arguments.
FEATURES
#I252805 - Exposed the annotation unique ID in the annotationAdd event arguments.
Pivot Table
BUG FIXES
#251642 – Now, the defer layout update option can be enabled or disabled dynamically through field list UI.
#251558 – Now, the pivot chart draws with the percent of height value.
FEATURES
#248131 – Provided the conditional expression support to create calculated field.
#251642 – The performance of virtual scrolling while adding or removing fields and moving fields to any axis is improved.
QueryBuilder
FEATURES
Provided Not Contains, Not Starts With and Not Ends With operator support.
TreeGrid
BUG FIXES
#252667 - Expand icon shows properly for nested parent record while doing search operation.
Uploader
FEATURES
#226384, #F147065 - Now, the file upload UI get changed for synchronous upload.