v21.2.6
·
108 commits
to master
since this release
Common
Bug Fixes
#I432022
- The issue with "Grid component triggers multiple requests on state change if the column does not have field property" has been resolved.
Accordion
Bug Fixes
#I461717
- An issue with the accordion old templates is not cleared after the property change has been fixed.
Chart
Bug Fixes
#F182033
- The marker is now proper while zooming the chart.
DataManager
Bug Fixes
#I456631
- Resolved the issue where the search functionality was not working properly within brackets.
Diagram
Bug Fixes
#I464229
- Now, Complex hierarchical tree layout is working fine while injecting line distribution.
Document Editor
Bug Fixes
#I449912
- Resolved layout issue while opening document.#I450342
- Resolved the wrong Font issue while opening a document.#I458331
- Resolved the paragraph combine issue when insert and delete comment.#I458334
- Cursor position issue is resolved when shift enter key is pressed.#I449581
- Resolved the script error when loading the track changes document with author field empty#I452303
- Layout issue is now not occurred when editing the document.#I452150
- Resolved the hanging issue when opening the attached document.#I453495
- Resolved the Overlapping issue when we do enter/page break before the shape.#I453196
- Resolved the issue in when perform undo action for Arabic content#I454659
- Resolved the issue occurred when performing track changes for Arabic content.#I449049
- A performance issue is resolved when typing inside the table.
Excel Export
Bug Fixes
- Fixed the file corruption issue due to currency symbol in Grid to CSV export (MVC Platform).
File Manager
Bug fixes
#I458668
- The issue, replace dialog shows when uploading the same file to different directories in File Manager with the SQL File Provider has been resolved.
FormValidator
Bug Fixes
#I457392
- The issue of "an error message being displayed after selecting valid item from the list" has been resolved.
Gantt Chart
Bug Fixes
-
#I461435
- Adding and deleting record rapidly while displaying tooltip cause error has been fixed. -
#I461087
- Offset value getting modified incorrectly issue has been fixed. -
#I461778
- Misalignment in rows on Tree Grid and Gantt in virtual scroll issue has been fixed
Grid
Bug Fixes
#I458689
- Resolved the issue where the bottom border was not shown when usingvirtualization
with a limited number of records.#I455549
- Fixed the problem where the column template was not being re-created after tabbing from batch edit mode in React.#I456631
- Resolved the issue where the search functionality was not working properly within brackets.#I458148
-ResetOnRowClick
resets only the checked rows in the current page while using remote data binding has been resolved.#I453406
- Removed the deprecated attributecellspacing
from the grid table and added the CSS propertyborder-spacing
instead.I#459037
- Fixed the paste error that occurred with an empty data source and the addition of a row in Batch mode.
Image Editor
Bug Fixes
- Issue with "Circle Selection after cropping" has been resolved.
ListBox
Bug Fixes
#I461307
- Issue with "No Records Template not renders properly when we set the default string in listbox" has been resolved.
Maps
Bug fixes
#I457059
- Marker template will now be properly clustered in the Maps component.
PDF Viewer
Bug Fixes
#I460490
- Now, the signature style is saved when we save the typed signature option.#I460513
- Now, the exception does not occur when downloading the provided PDF file.#I459487
- Now, the script error does not occur when importing the values programmatically.#I461544
- Now, scrolling the multiline textbox field works when we set it to read-only.#I462652
- Now, the form field validation works properly for non-rendered pages.#I460704
- Now, the script error does not occur when pressing the delete key.
Pivot Table
Bug Fixes
- The pivot table with server-side engine will now works properly.
ProgressButton
Bug Fixes
#I463462
- Issue in ProgressButton, spinner is not loaded properly has been resolved.
RadioButton
Bug Fixes
#I463728
- The issue with "Provide the boolean value support for radio button while using the v-model property in VUE platform" has been resolved.
raw
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
RichTextEditor
Bug Fixes
#I458845
- Now, entering any value at the end of the content in the Rich Text Editor works properly.#I456729
- Now, the table row delete works properly even after cell merging is done in the table in the Rich Text Editor.#I456729
- Now, the multilevel lists are aligned properly when pasting the list content from MS Word into the Rich Text Editor.#I459516
- Now, when using the backspace key in Rich Text Editor, the random spaces will not be removed.#I449973
- Now, when inserting the Mention list into the Rich Text Editor using theTab
key, the mention character will no longer appear.
Schedule
Bug fixes
#I459507
- An issue with the following events option not being displayed while editing the edited occurrence of the recurrence series has been fixed.
Splitter
Bug Fixes
#I451526
- The issue with the "Pane resizing would not works properly" has been resolved.
Tab
Bug Fixes
#I459687
- An issue with the "Drag and drop is not working in the tab after settingargs.cancel
to true in thedragStart
event" has been fixed.
TimePicker
Bug Fixes
#SF-461465
- Issue with "Time picker dropdown width not responsive to input and icon" has been resolved.
Tree Grid
Bug Fixes
#I459413
- Fixed an issue where the expanded status in remote data was not updating correctly for nested child records.
TreeView
Bug fixes
#I459316
- Now the nodeExpanding event triggers for addNodes method based on the value of preventExpand argument.#I450146
- Provided the horizontal scroll support for the TreeView component in mobile mode.
Uploader
Bug Fixes
#I452946
- The issue of removed uploaded files when using templates and use State to set status has been resolved.#I460888
- Issue with "Console error occurs when deleting files after data load" has been resolved.