v20.4.54
Chart
Bug Fixes
#F180863
- Resolved the issue where the page was reloading automatically.
Document Editor
Bug Fixes
#I436974
- Combined the next paragraph while removing the paragraph mark.#I436444
- Resolved the control hanging issue when editing inside table.#I442823
- Restricted text inserting issue when restrict editing is in enabled state.
File Manager
Bug Fixes
#I440329
- Resolved the issue of folders disappearing from the navigation pane when thedirectoryUpload
setting is enabled in the File Manager component.
Gantt
Bug Fixes
F159354
- Issue in locale text of predecessor tooltip has been fixed.
-I442012
- Pdf export padding property for column header is not working properly issue has been fixed.
-F180721
- Script error occurs when critical path is enabled in virtualization mode issue has been fixed.
-F180854
- Successor task not updated when editing predecessor task issue has been fixed.
-I436189
- Two different payloads passed to put and post for a single add action issue has been fixed.
-I440310
- Script error throws when parent ID mapped issue has been fixed.
-I441047
- An exception is thrown when attempting to update task fields
and data source
.
Grid
Bug Fixes
-
#I432092
,#I438520
,#I438656
,#I437702
- Script error thrown when Printing Grid in angular platform has been resolved. -
#I445812
- Column Reordering index is wrong when Grid has hidden columns issue has been fixed. -
#I440720
- Executing query with custom dataSource is not working in excel export issue has been fixed. -
#F180504
- Copy not working properly when usinghideColumns
property issue has been fixed. -
#I433483
- Header cell alignment not proper when text wrapping enabled with filtering issue has been fixed. -
#I440455
- Unable to get the row element in therowDataBound
when usingrowTemplate
inReact18
issue has been fixed. -
#I380872
- All child element gets Hovered on hovering one child issue has been fixed. -
#I442280
- Provided the locale support for Expand and Collapse icons issue has been fixed. -
#I443824
- The issue with the clear icon displaying incorrect text when hovering over it has been resolved.
In-place Editor
Bug Fixes
#I440965
- Now, the validation works properly when using two way binding for thevalue
property.#I443357
- Now, when you click the cancel button in the In-place Editor, the Rich Text Editor will no longer be focused.
Kanban
Bug Fixes
#I432638
- Now, when using the kanbansortSettings
the cards are dropped and sorted properly.
Maps
Bug Fixes
#I443513
- Zoom factor calculation in thezoomToCoordinates
method is now improved.
PDF Viewer
Bug Fixes
#I438960
- Now, different culture date time is working properly while exporting annotations.#I444307
- Now, the check box is not added to the left-most corner of the page.#I444707
- Now, signature dialog box footer button alignment is proper in fluent theme.#I440251
- Now, typed handwritten signature is not broken into a new line after downloading and viewing in other viewers.
Pivot Table
Bug Fixes
#I423348
- The "autoFit" property in the pivot table will now work properly.#I442142
- Headers are now properly exported when exporting a Pivot Table to an Excel sheet.#I441872
- The performance issue has now been fixed with the defer layout update, when the popup field list closes with a "Cancel" button click.
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
Tree Grid
Bug Fixes
#I427734
- Resolved the issue where resizing did not work when persistence was enabled for both individual and stacked columns.#I439120
,#I441663
- Resolved script error when using frozen columns with batch editing.#I442974
- Resolved expand/collapse icon not shown after editing when row drag and drop enabled with batch editing.
Uploader
Bug Fixes
#F178267
- Fixed issue unable to upload the same file again after using the remove method.