Releases: syncfusion/ej2-react-ui-components
Releases · syncfusion/ej2-react-ui-components
v20.2.50
Calendar
Bug Fixes
#I403191
- The issue "change event argument contains duplicate dates while using multiselection" has been resolved
Chart
Bug Fixes
#I404375
- Now alignment of the data label is working properly.#F177357
- Now interval for axis is calculating properly for zoomed data.
Document Editor
Bug Fixes
#I398138
- Resolved the script error while deleting the content at the end of the document.#I398155
- Resolved the content overlapping issue while inserting section break.#I401956
- Resolved the page number insertion issue in the header/footer.#I398142
- Resolved the script error while switching the properties pane.#I407009
- Resolved the track changes preservation issue while deleting the text.#I403326
- Resolved the script error while deleting the text inside the table.#I402272
- Resolved the text insertion issue inside the textbox shape.#I399011
- Resolved the form field selection issue.#I401957
- Resolved the table layouting issue after modifying the cell width.#I401952
- Resolved the paper format preservation issue in the page setup dialog.#I396264
- Added alert dialog to notify unsupported file type while opening the document.
Gantt
Bug Fixes
#I403221
- Issue in deleting parent record in resource view has been fixed.#I403823
- Custom Column values not updated when editing in tab issue has been fixed.#I404007
- Filter Menu not closed when focus is removed issue has been fixed.
PDF Viewer
Bug Fixes
#I397357
- Now, Radio button values update properly.#I401805
- Now, Form fields updates proper value on download.#I382837
- Now, Interaction on checkbox in mobile device is working fine.#I404631
- Now,isFormDesignerToolbarVisible=true
property opens in the Form designer toolbar.#I385978
- Now, Free Text Annotations can be edited in iPhone, iPad and iPod Devices.#I403614
- Now, the annotation signature key not found error is resolved in the customer document.
QueryBuilder
Bug Fixes
#I399576
- Issue with Custom operator not set properly when we set one field is a prefix of other field as number in query builder has been fixed.
RichTextEditor
Bug Fixes
#I398633
- Now, when hovering over the elements inside the table body, the script error is not thrown.
Schedule
Bug fixes
#I405416
- An issue with next date navigation arrow shown when the upcoming date is greater thanmaxDate
has been fixed.
TreeView
Bug Fixes
#F176707
- The issue with "Facing an error while usingallowEditing
property with the React TreeView template support" 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
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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
v20.2.49
Bullet Chart
Bug Fixes
#I400762
- Bullet Chart target height is now render properly.#I400763
- Bullet chart axis labels are now center aligned, when changing value height.
Chart
Bug Fixes
#I398960
- Now chart axis scrollbar is working properly.#I399859
- Pie chart subtitle is overlapped with datalabel issue has been fixed.
ContextMenu
Bug Fixes
#I400719
- Script error thrown when we provided remove item is not available in the menu items has been fixed.
Diagram
Bug fixes
#I399417
- Now, fit to page is working properly when we call it multiple times.
Dialog
Bug Fixes
#I400881
- Now, When you set a secondary font color in the bootstrap 5 theme using the theme studio, the changes will be reflected for the Dialog Cancel button.
Document Editor
Bug Fixes
#FB37084
- Header/Footer is now preserved properly.#I398135
,#I398144
- Resolved the text color changing issue while copying the text.#I398152
- Resolved the count mismatch issue in track changes pane.#FB36978
- Resolved the scrolling issue while copying text on Firefox browser.#I404428
- Resolved the script error on find and replace.
Excel Export
Bug Fixes
- Fixed the exception issue when image exist in the last column of the grid.
Gantt
Bug Fixes
#I403222
- Console error occurs in resource view with enabled persistence issue has been fixed.
Grid
Bug Fixes
#F176791
- Excel filter template in Complex field column throws script error has been resolved.#I401116
- Grid Toolbar is not scrollable when updating the items dynamically has been fixed.#I400345
- Script error while batch adding if the primary key column is hidden and other columns are templates has been fixed.#I400351
- No validation when confirming new grid row has been fixed.
Heatmap
Bug Fixes
#I389024
- ThetextAlignment
property in thetextStyle
ofxAxis
andyAxis
will now work properly.
Menu
Bug Fixes
#I396977
- The issue with "SetItem
method not working properly for customized menu item" has been resolved.
QueryBuilder
Bug Fixes
#I375472
- Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
RichTextEditor
Bug Fixes
#I396942
- Now, the Rich Text Editor unique Id is generated automatically when we do not set the Id property
Spreadsheet
Bug Fixes
#I399625
- Issue with "exception throws while importing the excel file with list validation" has been resolved.#I397313
- Issue with "additional border added to the ribbon tab while selecting the tab in the bootstrap5 theme" has been resolved.
Stock Chart
Bug Fixes
#I401042
- Now label stlye is applying properly for stock chart axis labels.
TextBox
Bug Fixes
- Issue with "Change event is triggered without changing the value when we focusout the component" has been resolved.
v20.2.48
Bullet Chart
Bug Fixes
#I400762
- Bullet Chart target height is now render properly.#I400763
- Bullet chart axis labels are now center aligned, when changing value height.
Chart
Bug Fixes
#I400391
- X axis start label is now shifted when y axis is in opposed position.#I400062
- Now the axis lines are displayed properly after the scrollbar.
Document Editor
Bug Fixes
#I401666
,#I401858
- Resolved the issue with selecting bookmark.#I396827
- Resolved the through wrapping style preservation issue.#I397297
- Resolved the table alignment issue.#I398051
- Resolved the invalid text rendering issue.#I397670
- Resolved the browser hanging issue while changing the line spacing continuously.#I390697
- Shape is now preserved properly on undo/redo.
Excel Export
Bug Fixes
- Fixed the exception issue when image exist in the last column of the grid.
Grid
Bug Fixes
#I398466
- Tab key navigation breaks the functionality of Grid while using toolbar template has been fixed.#I396595
,#I396424
- Group Caption template becomes empty in previous page while doinginfiniteScrolling
has been fixed.#F176349
- Key press in grid with toolbar template throws script errors has been fixed.#I397834
-queryString
as complex field is not working in Hierarchy Grid has been fixed.#I397934
- Date filter issue with Russian Language has been fixed.
Heatmap
Bug Fixes
#I389024
- ThetextAlignment
property in thetextStyle
ofxAxis
andyAxis
will now work properly.
Menu
Bug Fixes
#I396977
- The issue with "SetItem
method not working properly for customized menu item" has been resolved.
QueryBuilder
Bug Fixes
#I375472
- Issue with Change event not trigger for changing field for default column to rule template column in query builder has been fixed.
Spreadsheet
Bug Fixes
#I399625
- Issue with "exception throws while importing the excel file with list validation" has been resolved.#I397313
- Issue with "additional border added to the ribbon tab while selecting the tab in the bootstrap5 theme" has been resolved.
TextBox
Bug Fixes
- Issue with "Change event is triggered without changing the value when we focusout the component" 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
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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
v20.2.46
AutoComplete
New Features
- Provided event details in open and close event arguments in the autocomplete component.
Chart
Bug Fixes
#I399799
- Console error thrown in stock chart issue has been fixed.#I390359
- Now chart is rendered properly in all pixel resolution.
Checkbox
Bug Fixes
#I399484
- The issue with aria-checked accessibility issue in angular checkbox has been fixed.
ComboBox
New Features
- Provided event details in open and close event arguments in the combobox component.
Dashboard Layout
Bug Fixes
#I396820
- The issue with "minSizeX and minSizeY properties not working while using cellSpacing in Dashboard Layout component" has been resolved.
DatePicker
Bug Fixes
#I395559
- Issue with "change event triggers multiple times when we usesetState
in react" has been resolved.
Diagram
Bug fixes
#I396868
- Now bezier connector rendered properly while drag and drop from palette.#I397678
- Now, the connector is dropped properly inside the swimlane.#I397852
- Now, layers undefined exception will no longer thrown while save and load.
Document Editor
Bug Fixes
#I390678
- Resolved the issue with rendering complex text.#I393953
- Resolved the issue with pasting contents while switching paste options.#I396125
-AfterFormFieldFill
event is now triggered properly.#I395575
- Resolved the issue with rendering cell right border.#I390700
- Resolved the text overlapping issue with square wrapped image.#I394115
- Resolved the table resizing issue.
DropDownButton
Bug Fixes
#I388868
- Script error occurs while usingbeforeOpen
event in DropDownButton issue has been resolved
DropDownList
Bug Fixes
#FB36207
- The issue "Console error thrown when using DropDownListfooterTemplate
property in React" has been resolved.
New Features
- Provided event details in open and close event arguments in the dropdownlist component.
File Manager
Bug Fixes
#I391992
- The issue with "Getting incorrect folder or file path details in the Node JS file service provider for the File Manager component" has been resolved.
Gantt
Bug Fixes
#F176984
- Timeline is extended when the splitter position is moved issue has been fixed.#I398394
- Row drag and drop not working properly on resource view sample issue has been fixed.#I396036
- Baselines become milestones when start date and end date are mapped.
Grid
Bug Fixes
#I388962
- Screen reader reads the expanded row as collapsed issue has been resolved.#I392206
- Provided support to export pdf header with text alignment.
Kanban
Bug Fixes
#F176236
- Now, the drag and drop functionality will work fine in the Internet Explorer V11.
ListBox
Bug Fixes
#I384240
- Issue with "RemoveItems
not working properly after adding items with specific index" has been resolved.
ListView
New Features
#I385167
- Provided support to cancel the ListView select event.
Maps
Bug Fixes
#I392653
- Thecontent
property in the event argument can now be used to customize the layer tooltip with format in thetooltipRender
event.#F174180
- Maps will function properly when adding and removing layers via thezoom
event.
New Features
#I390757
- As an alternative to theclick
event, theonclick
event is exposed.
Menu
Bug Fixes
#I387276
- The issue with "Enable Scrolling not working properly when we dynamically set scroll to menu bar" has been resolved.
MultiSelect
New Features
- Provided event details in open and close event arguments in the multiselect component.
Office Chart
Bug Fixes
#I399919
- Resolved the bar chart rendering issue.
PDF Viewer
Bug Fixes
#F176277
- Context menus will now open all the pages that are visible in the viewport.#SF-3813
- The signature is now being downloaded without any pixel issue.#SF-390997
,#SF-392717
,#SF-394607
- The signature is now displayed and properly positioned in the document that was downloaded.#SF-383108
- Now,the custom stamp annotations are added properly in touch mode#SF-377362
- Annotations are now placed in the correct position in the download PDF document with crop value.#SF-383385
- The delete key can be used to remove annotations added in touch mode.#SF-381030
- Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.#SF-385936
- The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.#SF-372855
,#F173951
- An annotation can now be added and resized up to the edge of the PDF document.#SF-380996
- TheTextSearchComplete
event will be triggered when the text is searched in the PDF viewer.#SF-377035
,#SF-379948
- A tooltip will be displayed in a form field even if the FormDesignerService is not injected.#SF-380472
- Added form fields after pressing escape no longer shades form fields.#SF-384112
- TheformFieldSelect
event will be triggered while selecting the first form field in the document.#SF-386568
- In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.#SF-382999
- The type signature in the signature fields will be modified based on the height of the Signature field while resizing.#SF-379221
- Now, cache values (PDF_CONTENT) are updated in thegetCache()
method.#SF-385864
- Now, the dropdown values will be changed programmatically in the PDF Viewer.#SF-386545
- Now, the signature field color will appear while scrolling down long document.#SF-272377
- Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.#F173953
- Now, Script error have been resolved.#SF-378591
- The issue with the comment panel not opening after disabling and enabling again has been fixed.#SF-386545
- Now, the signature field color will appear with opacity while scrolling down long document.#SF-390764
- The issue of is document edited API is false while editing a document has been resolved.#SF-388086
- The issue of replied comments merging with other annotations has been resolved.#SF-379142
,#SF-391296
- The x,y bounds of the form fields are proper while adding the form field.#SF-386887
- The issue with radio button alignment with different zoom settings has been resolved.#F175614
- For load failed and PDF file path not found errors, an error message is now displayed.#SF-379627
- formFieldMouseover and formFieldMouseLeave is now trigger properly.#SF-387260
- Now Signature Indicator Properties can be modified Programmatically in DOM.#SF-384670
- Now that the type has been fixed, the signature value for the second time has been updated using form field collections.#SF-382941
,#SF-383132
- Now duplicate form fields able to select, move, delete and edit after deleting original form fields.#SF-389566
- Now, Script Error is not occurs while try to change Pdf view to text view in sample.#SF-376222
- Now, Annotation selector binds while dragging with right click and then clicking left click.#SF-382568
- Now text boxes with the same name are saved and preserved after downloading and loading the document.SF-387261
- The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.#SF-380373
- Now the event triggering is fixed for Hand Written Signature only, if it is a Signature field, then the add and remove signature events are skipped.#SF-383430
- Now copy, cut and paste does not generate any duplicates while using key short cut.#SF-376526
- Now, Mobile device resizing of the Signature Form Field has been improved.#SF-392270
- Now Signature is not drawn few inches away from the cursor on signature dialog.
Pivot Table
Bug Fixes
#I395797
- Text Wrapping is now working properly in the pivot table.
QueryBuilder
Bug Fixes
#I391922
- Issue with Show Buttons option in query builder has been fixed.
RichTextEditor
Bug Fixes
#I390850
- Now, the first list item will be removed properly when placing the cursor at the start of the first list item and pressing the backspace key.#I386938
- Now, resizing the image works properly even after resizing the Rich Text Editor using the browser window.
Schedule
Bug fixes
#I392060
- An issue withscrollTo
method not working in timeline views has been fixed.
Spreadsheet
Bug Fixes
#I387270
- Issue with "post back occurs while clicking the button in the control" has been resolved.
Switch
Bug Fixes
#384387
- The issue with "Switch component click event trigger two times when we handling enable/disable dynamically" has been resolved.
Tooltip
Bug Fixes
#I395530
- Issue with 'Unable to set a break within the content of the Tooltip component in order to render text in multiple lines' has been resolved.
Tree Grid
Bug fixes
#I394983
- Resolved template column not shown in case of stacked header enabled.
TreeView
Bug Fixes
#F176651
- The issue with "Checkbox state is not maintained properly for multilevel nodes in the TreeView component" 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
7...
v20.2.45
AutoComplete
New Features
- Provided event details in open and close event arguments in the autocomplete component.
Chart
Bug Fixes
#I397378
- Legend toggle visibility displays diagonal line in chart issue has been fixed.#I396922
- Axis ranges are now refreshing properly after data point dragging.#I397935
- Axis are now rendering properly after legend toggle.
ComboBox
New Features
- Provided event details in open and close event arguments in the combobox component.
Diagram
Bug fixes
#I396868
- Now bezier connector rendered properly while drag and drop from palette.#I397678
- Now, the connector is dropped properly inside the swimlane.#I397852
- Now, layers undefined exception will no longer thrown while save and load.
Document Editor
Bug Fixes
#F175673
- Resolved search result navigation issue in header/footer.#I390692
- Resolved issue with rendering paragraph border.#I376858
- Resolved script error which scrolling the document.#I376819
,#I377834
- Resolved script error on accept all/ reject all.#I381509
- Resolved issue with editing floating elements.#I386049
- Font family is now applied properly for selected paragraphs.#I383929
- Resolved issue with applying top border.#I379641
,#I392674
- Resolved the document layouting issue.#I383391
- Track changes now preserved properly while accepting revisions.#I387206
,#I379404
- Resolved the table layouting issue.
DropDownButton
Bug Fixes
#I388868
- Script error occurs while usingbeforeOpen
event in DropDownButton issue has been resolved
DropDownList
Bug Fixes
#FB36207
- The issue "Console error thrown when using DropDownListfooterTemplate
property in React" has been resolved.
New Features
- Provided event details in open and close event arguments in the dropdownlist component.
File Manager
Bug Fixes
#I391992
- The issue with "Getting incorrect folder or file path details in the Node JS file service provider for the File Manager component" has been resolved.
Gantt
Bug Fixes
#I389542
- Filter records with hierarchy mode as both shows no record to display issue has been fixed.
Grid
Bug Fixes
#I388962
- Screen reader reads the expanded row as collapsed issue has been resolved.#I392206
- Provided support to export pdf header with text alignment.
Kanban
Bug Fixes
#F176236
- Now, the drag and drop functionality will work fine in the Internet Explorer V11.
ListBox
Bug Fixes
#I384240
- Issue with "RemoveItems
not working properly after adding items with specific index" has been resolved.
ListView
New Features
#I385167
- Provided support to cancel the ListView select event.
Maps
Bug Fixes
#I392653
- Thecontent
property in the event argument can now be used to customize the layer tooltip with format in thetooltipRender
event.#F174180
- Maps will function properly when adding and removing layers via thezoom
event.
New Features
#I390757
- As an alternative to theclick
event, theonclick
event is exposed.
MultiSelect
New Features
- Provided event details in open and close event arguments in the multiselect component.
PDF Viewer
Bug Fixes
#F176277
- Context menus will now open all the pages that are visible in the viewport.#SF-3813
- The signature is now being downloaded without any pixel issue.#SF-390997
,#SF-392717
,#SF-394607
- The signature is now displayed and properly positioned in the document that was downloaded.#SF-383108
- Now,the custom stamp annotations are added properly in touch mode#SF-377362
- Annotations are now placed in the correct position in the download PDF document with crop value.#SF-383385
- The delete key can be used to remove annotations added in touch mode.#SF-381030
- Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.#SF-385936
- The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.#SF-372855
,#F173951
- An annotation can now be added and resized up to the edge of the PDF document.#SF-380996
- TheTextSearchComplete
event will be triggered when the text is searched in the PDF viewer.#SF-377035
,#SF-379948
- A tooltip will be displayed in a form field even if the FormDesignerService is not injected.#SF-380472
- Added form fields after pressing escape no longer shades form fields.#SF-384112
- TheformFieldSelect
event will be triggered while selecting the first form field in the document.#SF-386568
- In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.#SF-382999
- The type signature in the signature fields will be modified based on the height of the Signature field while resizing.#SF-379221
- Now, cache values (PDF_CONTENT) are updated in thegetCache()
method.#SF-385864
- Now, the dropdown values will be changed programmatically in the PDF Viewer.#SF-386545
- Now, the signature field color will appear while scrolling down long document.#SF-272377
- Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.#F173953
- Now, Script error have been resolved.#SF-378591
- The issue with the comment panel not opening after disabling and enabling again has been fixed.#SF-386545
- Now, the signature field color will appear with opacity while scrolling down long document.#SF-390764
- The issue of is document edited API is false while editing a document has been resolved.#SF-388086
- The issue of replied comments merging with other annotations has been resolved.#SF-379142
,#SF-391296
- The x,y bounds of the form fields are proper while adding the form field.#SF-386887
- The issue with radio button alignment with different zoom settings has been resolved.#F175614
- For load failed and PDF file path not found errors, an error message is now displayed.#SF-379627
- formFieldMouseover and formFieldMouseLeave is now trigger properly.#SF-387260
- Now Signature Indicator Properties can be modified Programmatically in DOM.#SF-384670
- Now that the type has been fixed, the signature value for the second time has been updated using form field collections.#SF-382941
,#SF-383132
- Now duplicate form fields able to select, move, delete and edit after deleting original form fields.#SF-389566
- Now, Script Error is not occurs while try to change Pdf view to text view in sample.#SF-376222
- Now, Annotation selector binds while dragging with right click and then clicking left click.#SF-382568
- Now text boxes with the same name are saved and preserved after downloading and loading the document.SF-387261
- The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.#SF-380373
- Now the event triggering is fixed for Hand Written Signature only, if it is a Signature field, then the add and remove signature events are skipped.#SF-383430
- Now copy, cut and paste does not generate any duplicates while using key short cut.#SF-376526
- Now, Mobile device resizing of the Signature Form Field has been improved.#SF-392270
- Now Signature is not drawn few inches away from the cursor on signature dialog.
Pivot Table
Bug Fixes
#I395797
- Text Wrapping is now working properly in the pivot table.
QueryBuilder
Bug Fixes
#I391922
- Issue with Show Buttons option in query builder has been fixed.
RichTextEditor
Bug Fixes
#I390850
- Now, the first list item will be removed properly when placing the cursor at the start of the first list item and pressing the backspace key.#I386938
- Now, resizing the image works properly even after resizing the Rich Text Editor using the browser window.
Schedule
Bug fixes
#I392060
- An issue withscrollTo
method not working in timeline views has been fixed.
Spreadsheet
Bug Fixes
#I395418
- Issue with "unable to perform copy and paste actions on the textbox inside the cell template" has been resolved.
Switch
Bug Fixes
#384387
- The issue with "Switch component click event trigger two times when we handling enable/disable dynamically" has been resolved.
Tooltip
Bug Fixes
#I395530
- Issue with 'Unable to set a break within the content of the Tooltip component in order to render text in multiple lines' has been resolved.
Tree Grid
Bug fixes
#I387291
- Resolved no records to display when we update the datasource in async way(using Observables).#F174814
,#I395357
- Resolved expand/collapse icon not visible while initial rendering(using Observables).
TreeView
Bug Fixes
#F176651
- The issue with "Checkbox state is not maintained properly for multilevel nodes in the TreeView component" 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
113
114
115
116
117
118
119
120
...
v20.2.44
AutoComplete
New Features
- Provided event details in open and close event arguments in the autocomplete component.
Chart
Bug Fixes
#I395538
- Shared tooltip template is not shown for two series has been fixed.
ComboBox
New Features
- Provided event details in open and close event arguments in the combobox component.
Diagram
Bug fixes
#I395331
- The undefined exception will no longer thrown while draw a SVG node.
Document Editor
Bug Fixes
#I380067
- Resolved the revision preservation issue in the nested table.#FB35879
- Hyperlink is now preserved properly while converting word document to HTML document.#I380080
,#I389118
,#I389521
- Resolved order rendering issue in merged cells.#I390693
- Resolved issue with rendering textbox shape outline.#I388738
- Resolved the cursor positioning issue.#I364803
- Resolved the comment deletion issue after enabling track changes.#I379697
- Resolved script error while accepting the revision.#I386689
- Resolved script error while modifying section format.#I383929
- Resolved issue with applying top border.#I394545
- Resolved issue with applying the filter in the track changes pane.#I397115
- Resolved issue in applying row height.#I391148
- Auto convert hyperlink is now working properly.#I390697
- Shape is now preserved properly on undo/redo.#I392407
- Resolved issue with closing comments pane.
DropDownButton
Bug Fixes
#I388868
- Script error occurs while usingbeforeOpen
event in DropDownButton issue has been resolved
DropDownList
Bug Fixes
#FB36207
- The issue "Console error thrown when using DropDownListfooterTemplate
property in React" has been resolved.
New Features
- Provided event details in open and close event arguments in the dropdownlist component.
File Manager
Bug Fixes
#I391992
- The issue with "Getting incorrect folder or file path details in the Node JS file service provider for the File Manager component" has been resolved.
Gantt
Bug Fixes
#I388575
- Gantt chart disappears when searching is performed with tasks in collapsed state with virtualization issue has been fixed.#I394194
- Timeline changes when toggling critical path issue has been fixed.#I394195
- Week start day not working properly after perform Zooming actions issue has been fixed.#I393709
- Baseline milestone not rendered in proper position .#I394223
- Gantt Chart does not update data source when adding new record.
Grid
Bug Fixes
#F175923
- Script error thrown when we perform Dialog Editing withcolumnTemplate
feature has been fixed.#I387602
,#I391114
-ColumnTemplate
is not working withchildGrid
in React has been fixed.#I392695
- Header checkbox is selected automatically while doing searching and filtering with custom binding has been fixed.#I377797
- Fixed the column misalignment issue while using the lazy load grouping feature to hide columns.#I388048
,#I388054
- Icons appearing as unwanted characters in the NVDA Screen Reader speech viewer has been fixed.#I394025
- Memory leak issue on Command column when grid refreshed is fixed.#I396878
-HeaderTemplate
feature is not working in React child Grid has been fixed.#FB36381
- Gantt withvirtualization
and Persistence working properly and the issue has been Fixed.#F175543
,#I389522
,#F176346
,#I394881
,#I395706
,#I395963
,#I397022
- Typing white space in grid input field on Mac OS has been Fixed.#FB34389
-DataStateChangeEventArgs.search
Data Type has been updated.
Kanban
Bug Fixes
#F176236
- Now, the drag and drop functionality will work fine in the Internet Explorer V11.
ListBox
Bug Fixes
#I384240
- Issue with "RemoveItems
not working properly after adding items with specific index" has been resolved.
ListView
New Features
#I385167
- Provided support to cancel the ListView select event.
Maps
Bug Fixes
#I392653
- Thecontent
property in the event argument can now be used to customize the layer tooltip with format in thetooltipRender
event.#F174180
- Maps will function properly when adding and removing layers via thezoom
event.
New Features
#I390757
- As an alternative to theclick
event, theonclick
event is exposed.
MultiSelect
New Features
- Provided event details in open and close event arguments in the multiselect component.
PDF Viewer
Bug Fixes
#F176277
- Context menus will now open all the pages that are visible in the viewport.#SF-3813
- The signature is now being downloaded without any pixel issue.#SF-390997
,#SF-392717
,#SF-394607
- The signature is now displayed and properly positioned in the document that was downloaded.#SF-383108
- Now,the custom stamp annotations are added properly in touch mode#SF-377362
- Annotations are now placed in the correct position in the download PDF document with crop value.#SF-383385
- The delete key can be used to remove annotations added in touch mode.#SF-381030
- Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.#SF-385936
- The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.#SF-372855
,#F173951
- An annotation can now be added and resized up to the edge of the PDF document.#SF-380996
- TheTextSearchComplete
event will be triggered when the text is searched in the PDF viewer.#SF-377035
,#SF-379948
- A tooltip will be displayed in a form field even if the FormDesignerService is not injected.#SF-380472
- Added form fields after pressing escape no longer shades form fields.#SF-384112
- TheformFieldSelect
event will be triggered while selecting the first form field in the document.#SF-386568
- In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.#SF-382999
- The type signature in the signature fields will be modified based on the height of the Signature field while resizing.#SF-379221
- Now, cache values (PDF_CONTENT) are updated in thegetCache()
method.#SF-385864
- Now, the dropdown values will be changed programmatically in the PDF Viewer.#SF-386545
- Now, the signature field color will appear while scrolling down long document.#SF-272377
- Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.#F173953
- Now, Script error have been resolved.#SF-378591
- The issue with the comment panel not opening after disabling and enabling again has been fixed.#SF-386545
- Now, the signature field color will appear with opacity while scrolling down long document.#SF-390764
- The issue of is document edited API is false while editing a document has been resolved.#SF-388086
- The issue of replied comments merging with other annotations has been resolved.#SF-379142
,#SF-391296
- The x,y bounds of the form fields are proper while adding the form field.#SF-386887
- The issue with radio button alignment with different zoom settings has been resolved.#F175614
- For load failed and PDF file path not found errors, an error message is now displayed.#SF-379627
- formFieldMouseover and formFieldMouseLeave is now trigger properly.#SF-387260
- Now Signature Indicator Properties can be modified Programmatically in DOM.#SF-384670
- Now that the type has been fixed, the signature value for the second time has been updated using form field collections.#SF-382941
,#SF-383132
- Now duplicate form fields able to select, move, delete and edit after deleting original form fields.#SF-389566
- Now, Script Error is not occurs while try to change Pdf view to text view in sample.#SF-376222
- Now, Annotation selector binds while dragging with right click and then clicking left click.#SF-382568
- Now text boxes with the same name are saved and preserved after downloading and loading the document.SF-387261
- The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.#SF-380373
- Now the event triggering is fixed for Hand Written Signature only, if it is a Signature field, then the add and remove signature events are skipped.#SF-383430
- Now copy, cut and paste does not generate any duplicates while using key short cut.#SF-376526
- Now, Mobile device resizing of the Signature Form Field has been improved.#SF-392270
- Now Signature is not drawn few inches away from the cursor on signature dialog.
Pivot Table
Bug Fixes
#I390649
- When virtual scrolling is enabled, the pivot table now properly refreshed while performing value sorting.
New Features
#I364830
- Improved server-side engine performance. As a result, pivot table can now render up to 3 million records without any issues.#I382580
- The calculated field UI now has a "Format" dropdown option for relational data source.
QueryBuilder
Bug Fixes
#I391922
- Issue with Show Buttons option in query builder has been fixed.
RichTextEditor
Bug Fixes
#I390850
- Now, the first list item will be removed properly when placing the cursor at the start of the first list item and pressing the backspace key.#I386938
- Now, resizing the image works properly even after resizing the Rich Text Editor using the browser window.
Schedule
Bug fixes
#I392060
- An issue withscrollTo
method not working in timeline views has been fixed.
Spreadsheet
Bug Fixes
#I383440
- Issue with "exception throws while applying formula reference on the wrap content cell" has been resolved.#I390638
- Issue with "exception throws while performing multi-selection along w...
v20.2.43
Chart
Bug Fixes
#I393292
- Accumulation chart tooltip marker issue has been fixed.
DropDownButton
Bug Fixes
#I388868
- Script error occurs while usingbeforeOpen
event in DropDownButton issue has been resolved
Gantt
Bug Fixes
#I393339
- Empty record is displayed after searching a text when using the refresh method issue has been fixed.#I392655
- Issue in deleting multiple tasks, when one task is collapsed issue has been fixed.#I394407
- Script error occurs when we edit the baseline date issue has been fixed.#I393670
,#I393633
- End date calculated wrongly for adding new task after zoom to fit is performed issue has been fixed.#I376455
- Unable to focus on chart element when editing is not enabled has been fixed.#I391704
-Need to disable HTML encoding in tooltip has been fixed.#F149986
- Unable to use drop down edit in progress column has been fixed.
Grid
Bug Fixes
#I392233
- Filtering issue with Boolean values has been fixed and now working properly.#I388879
- Destroying Grid with expanded child grid throws script error has been resolved.#I388052
- Screen reader reads the column as draggable even though it is not a draggable column has been fixed.
Kanban
Bug Fixes
I392686
- Now, the drag and drop between the cards will work fine when showAddButton is enabled with the Kanban columns.I393080
- Now, the column border of the dragged clone cells will render properly.I393078
- Now, the drag and drop between the cards will work fine with out any flickering.
ListBox
Bug Fixes
#I384240
- Issue with "RemoveItems
not working properly after adding items with specific index" has been resolved.
ListView
New Features
#I385167
- Provided support to cancel the ListView select event.
Maps
Bug Fixes
#I392653
- Thecontent
property in the event argument can now be used to customize the layer tooltip with format in thetooltipRender
event.#F174180
- Maps will function properly when adding and removing layers via thezoom
event.
New Features
#I390757
- As an alternative to theclick
event, theonclick
event is exposed.
PDF Viewer
Bug Fixes
#F176277
- Context menus will now open all the pages that are visible in the viewport.#SF-3813
- The signature is now being downloaded without any pixel issue.#SF-390997
,#SF-392717
,#SF-394607
- The signature is now displayed and properly positioned in the document that was downloaded.#SF-383108
- Now,the custom stamp annotations are added properly in touch mode#SF-377362
- Annotations are now placed in the correct position in the download PDF document with crop value.#SF-383385
- The delete key can be used to remove annotations added in touch mode.#SF-381030
- Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.#SF-385936
- The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.#SF-372855
,#F173951
- An annotation can now be added and resized up to the edge of the PDF document.#SF-380996
- TheTextSearchComplete
event will be triggered when the text is searched in the PDF viewer.#SF-377035
,#SF-379948
- A tooltip will be displayed in a form field even if the FormDesignerService is not injected.#SF-380472
- Added form fields after pressing escape no longer shades form fields.#SF-384112
- TheformFieldSelect
event will be triggered while selecting the first form field in the document.#SF-386568
- In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.#SF-382999
- The type signature in the signature fields will be modified based on the height of the Signature field while resizing.#SF-379221
- Now, cache values (PDF_CONTENT) are updated in thegetCache()
method.#SF-385864
- Now, the dropdown values will be changed programmatically in the PDF Viewer.#SF-386545
- Now, the signature field color will appear while scrolling down long document.#SF-272377
- Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.#F173953
- Now, Script error have been resolved.#SF-378591
- The issue with the comment panel not opening after disabling and enabling again has been fixed.#SF-386545
- Now, the signature field color will appear with opacity while scrolling down long document.#SF-390764
- The issue of is document edited API is false while editing a document has been resolved.#SF-388086
- The issue of replied comments merging with other annotations has been resolved.#SF-379142
,#SF-391296
- The x,y bounds of the form fields are proper while adding the form field.#SF-386887
- The issue with radio button alignment with different zoom settings has been resolved.#F175614
- For load failed and PDF file path not found errors, an error message is now displayed.#SF-379627
- formFieldMouseover and formFieldMouseLeave is now trigger properly.#SF-387260
- Now Signature Indicator Properties can be modified Programmatically in DOM.#SF-384670
- Now that the type has been fixed, the signature value for the second time has been updated using form field collections.#SF-382941
,#SF-383132
- Now duplicate form fields able to select, move, delete and edit after deleting original form fields.#SF-389566
- Now, Script Error is not occurs while try to change Pdf view to text view in sample.#SF-376222
- Now, Annotation selector binds while dragging with right click and then clicking left click.#SF-382568
- Now text boxes with the same name are saved and preserved after downloading and loading the document.SF-387261
- The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.#SF-380373
- Now the event triggering is fixed for Hand Written Signature only, if it is a Signature field, then the add and remove signature events are skipped.#SF-383430
- Now copy, cut and paste does not generate any duplicates while using key short cut.#SF-376526
- Now, Mobile device resizing of the Signature Form Field has been improved.#SF-392270
- Now Signature is not drawn few inches away from the cursor on signature dialog.
Pivot Table
Bug Fixes
#I390649
- When virtual scrolling is enabled, the pivot table now properly refreshed while performing value sorting.
New Features
#I364830
- Improved server-side engine performance. As a result, pivot table can now render up to 3 million records without any issues.#I382580
- The calculated field UI now has a "Format" dropdown option for relational data source.
QueryBuilder
Bug Fixes
#I391922
- Issue with Show Buttons option in query builder has been fixed.
Schedule
Bug fixes
#I392060
- An issue withscrollTo
method not working in timeline views has been fixed.
Spreadsheet
Bug Fixes
#I392958
- Issue with "exception throws while pressing thectrl
key in the search input on the filter popup" has been resolved.#I393391
- Issue with "cell values convert into Date type while scrolling the sheet along with cell value contain-
in the data" has been resolved.
Switch
Bug Fixes
#384387
- The issue with "Switch component click event trigger two times when we handling enable/disable dynamically" has been resolved.
Document Editor
Bug Fixes
#FB34764
- Different odd and even page is now working properly.#I390668
- Copy and paste with multiple section is now working properly.#I388732
- Resolved the table overlapping issue while removing content.#I378646
- Resolved the duplicate spellcheck call for special character.#I380945
- Improved performance on selecting more than 1000 rows.#I379641
,#I392674
,#I367499
- Resolved the document layouting issue.#I379355
- Resolved the pagination issue while opening the document.#I374454
,#I387015
- Resolved the table layouting issue.#I388186
- Resolved the table layouting issue in exported word document.#I387347
- Selection is now working properly after encountering image element.#I383851
- Modified number format is now preserved properly in list dialog.
v20.2.40
Chart
Bug Fixes
#I391172
- Browser clashes while performing pinch zooming has been fixed.#I383951
- Chart zooming is not working after zoom reset in mobile mode has been fixed.#I392310
- Console error When performing range selection in hidden series has been fixed.
Diagram
Bug fixes
#I388692
- Now connectors are properly connected to the node after save and load.#I384554
- Now scroll settings offset are updated properly dynamically.
Dialog
Bug Fixes
#I393351
- Now, the drag action for the dialog content area is prevented.
Document Editor
Bug Fixes
#I392289
,#I392289
- Resolved issue in adding custom context menu item.#I391927
- Resolved issue instopProtection
API.#I381509
,#I376243
,#I383105
,#I378540
,#I379501
- Resolved document layouting issue due to footnote element.#I389862
- Resoled issued in accepting revision inside the table.#I383928
- The cell background color is now rendered properly.#I381259
- Resolved the script error while switching between print and web layout.#I379297
- Resolved the issue with the header footer while pasting content.#I380334
- Resolved table layouting issue.#I376898
- Resolved issue with pasting table inside another table.#I383930
- Resolved the table collapse issue while inserting a column in the merged cell.#I383369
- Improved performance of replacing more than 10000 occurrences of a text.#I381261
- Next editing range is now navigated properly.
Grid
Breaking Changes
- The Expand and Collapse icon element change from div to anchor tag due to improvement in web accessibility.
WAI-ARIA
aria-rowindex
validation error has been resolved. Now thearia-rowindex
andaria-colindex
starting from 1.
MultiSelect
Bug Fixes
#F175828
- Now,customSelection
event is trigger when we render the component withitemTemplate
andallowFiltering
.
PDF Viewer
Bug Fixes
#SF-389566
- Now, Script Error is not occurs while try to change Pdf view to text view in sample.#SF-376222
- Now, Annotation selector binds while dragging with right click and then clicking left click.#SF-382568
- Now text boxes with the same name are saved and preserved after downloading and loading the document.SF-387261
- The signature in the signature field is not visible on Adobe Reader's print preview has been resolved.#SF-380373
- Now the event triggering is fixed for Hand Written Signature only, if it is a Signature field, then the add and remove signature events are skipped.#SF-383430
- Now copy, cut and paste does not generate any duplicates while using key short cut.#SF-376526
- Now, Mobile device resizing of the Signature Form Field has been improved.#SF-392270
- Now Signature is not drawn few inches away from the cursor on signature dialog.
QueryBuilder
Bug Fixes
#I375472
Issue with Rule template default rendered while add condition/group in query builder, if first column as rule template has been fixed.#I388333
Issue with Value template not destroy properly when we use complex data source in query builder has been fixed.
RichTextEditor
Bug Fixes
#I380086
- Now, resizing the table's first and last columns when the Rich Text Editor is rendered inside the Grid component works properly.#I391326
- Now, the Font-family value property is case-Insensitive in the Rich Text Editor.
Schedule
Bug fixes
#I392060
- An issue with Appointments start and end time were changed on schedule property change has been fixed.
Spreadsheet
Bug Fixes
#I387270
- Issue with "exception throws while importing the excel that contain special character in the sheet name" has been resolved.#I392225
- Issue with "exception throws while applying large formula in the sheet" has been resolved.#I391983
- Issue with "custom sorting for multiple columns is not applied properly" has been resolved.#I345383
- Issue with "unwanted commas added in the exported sheet" has been resolved.#I391962
- Issue with "sort order is not getting properly while sorting the column" has been resolved.#I391982
- Issue with "sorting the time column without considering AM / PM" has been resolved.#I390848
- Issue with "sorting method is not working properly when active cell is not the sorting column" has been resolved.
Tree Grid
Bug fixes
#F175410
- Resolved adding multiple rows through add record method in batch editing.
v20.2.39
Dashboard Layout
Bug Fixes
#F171906
- The issue with "Adding dynamic panels after drag causes error in Dashboard Layout" has been resolved.
Dialog
Bug Fixes
#FB35757
- Now, the issue with Content Security Policy is resolved when pasting the contents into the Rich Text Editor.#F175969
- Now, the dragging working properly when dynamically set the dialog header.#FB36339
- Now, the issue with dialog templates not rendered properly is resolved.
Document Editor
Bug Fixes
#I386312
- Resolved issue in increase/decrease indent using tab key.#I378136
- Resolved the content hanging issue while opening the document with tab character.#I390208
,#I376243
- Resolved script error while loading the attached document.#I389150
- Locked regions are not synced properly.#I381259
- Resolved script error while navigating between print and web layout.#I381509
- Resolved layouting issue due to footnote element.#I381367
- Resolved script error while adding comment.#I384633
- Restricted margin value in page setup dialog similar to MS Word.#I383938
- New table is now adjust properly to the page width.#F173898
- Resolved issue with copy & pasting text with highlight color.#I379350
- Resolved layouting issue due to list format.#I383921
- Resolved ok button disabled after selecting bookmark in hyperlink dialog.
New Feature
#I381313
- Added API to get clipboard content.
File Manager
Bug Fixes
#F175723
- The issue with "The File Manager incorrectly shows Type of the selected items when an unidentified file type is selected" has been resolved.
Gantt
Bug Fixes
#I389834
- Records position not updated properly in datasource when we drag and drop the records issue has been fixed.
Grid
Bug Fixes
#I377182
- DOM leak with Group Caption Template issue has been fixed.#I388087
- Grid navigation with TAB stops working when theisFrozen
is enabled issue has been fixed.#F173914
- Inside template function state value is not updated issue has been fixed.#I387341
- Increase in Row Height when editing enabled has been fixed.#F175548
- ThedataStateChange
event triggering at initial grid rendering has been fixed.#I389565
-cssClass
property is not updated dynamically is fixed.#I385208
- Wrong row drop index when dropped in external grid has been fixed.#I386683
-disableHtmlEncode
property is not working in Excel Filter is fixed.#I376845
- Memory leak issue on command column has been fixed.#F175044
- Image is not rendered in Multiple Grid Excel Export issue has been fixed.
ListBox
Bug Fixes
#I384240
- Issue with "RemoveItems
not working properly after adding items with specific index" has been resolved.
PDF Viewer
Bug Fixes
#SF-390764
- The issue of is document edited API is false while editing a document has been resolved.#SF-388086
- The issue of replied comments merging with other annotations has been resolved.#SF-379142
,#SF-391296
- The x,y bounds of the form fields are proper while adding the form field.#SF-386887
- The issue with radio button alignment with different zoom settings has been resolved.#F175614
- For load failed and PDF file path not found errors, an error message is now displayed.#SF-379627
- formFieldMouseover and formFieldMouseLeave is now trigger properly.#SF-387260
- Now Signature Indicator Properties can be modified Programmatically in DOM.#SF-384670
- Now that the type has been fixed, the signature value for the second time has been updated using form field collections.#SF-382941
,#SF-383132
- Now duplicate form fields able to select, move, delete and edit after deleting original form fields.
Pivot Table
Bug Fixes
#I389665
- The pivot table can now be rendered properly while applying date grouping.#I389889
- The class names in the pivot table are properly updated for the sub-total columns.
RichTextEditor
Bug Fixes
#I388456
- Now, when an empty span tag is loaded in the Rich Text Editor, the text displays properly.#I388270
- Now, Script error is not thrown when we click background color toolbar of the RTE, which is rendered inside a table.
Spreadsheet
Bug Fixes
#I390848
- Issue with "sort method is not working as expected for the date type" has been resolved.#I390792
- Issue with "chart object is not updated properly in the cell model after deleting an already created chart element" has been resolved.#I390792
- Issue with "script error occurs while switching chart theme and changing chart type" has been resolved.#I391056
- Issue with "selection is not updated properly after filtering and scrolling which causes copying invalid data" has been resolved.#I390628
- Issue with "find toolbar dialog is misaligned while resizing the browser" has been resolved.#I390628
- Filtered hidden rows are considered during find action issue has been resolved.#I390638
- Issue with "exception throws while unhiding the hidden rows, after selecting a column and perform a Cut action" has been resolved.#I390638
- Issue with "exception throws while scrolling with multi selection in the freeze pane" has been resolved.
Tab
Bug fixes
#I388161
- An issue with "Removing the selected tab item" has been fixed.#I390262
- An issue with "Tab item dropped in wrong position" has been fixed.
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
v20.2.38
Common
New Features
- React sample browser is upgraded with React 18 version.
- Provided the TypeScript 4.7 compatible support for the React components.
- Provided the option to register the license key by using the
npx
command. Follow these steps to register the license using thenpx
command:
The npx command |
---|
Install the Syncfusion packages from npm . |
Add the license key either in the environment variable SYNCFUSION_LICENSE or in the syncfusion-license.txt text file. |
Run the command npx syncfusion-license activate to automatically register the license. |
Carousel
Breaking Changes
- Removed
animation
property from Carousel component, now you can set the animation effect directly to theanimationEffect
property. - To apply custom animation effects, Needs to set
animationEffect
property tocustom
and specify the custom animation class incssClass
property.
Previous
<CarouselComponent animation={{ customEffect: "parallax" }}></CarouselComponent>
Now
New Features
- Provided option to play or pause the slides when hovering the mouse pointer over the Carousel element.
Chart
Bug Fixes
#I381436
- Data label is hidden in stacked bar series has been fixed.#F175532
- Waterfall sum indexes are now rendering properly.#I387394
- Marker position changes while displaying tooltip for rangearea issue has been fixed.#I387391
- Horizontal and vertical line marker shapes are now rendering properly.
Checkbox
Bug Fixes
F379986
- The issue with "Screen reader reads checkbox field twice for tab keypress" has been resolved.
Dashboard Layout
Bug Fixes
#I382649
- The issue with "When resizing the page to less thanmediaQuery
value then the height was not proper for the Dashboard Layout component" has been resolved.
Diagram
Bug fixes
#I387297
- Now, the Expand & Collapse work properly for layout.#I389174
- The undefined exception will no longer thrown while drag and drop the node from treeview to diagram.#I384522
- Now, connector gets rendered properly in the complex hierarchical tree layout.#I383401
- BPMN task type symbols are updated as per BPMN 2.0 standard.#FB35907
- Localization support for symbol palette search box placeholder has been added.
Dialog
Bug Fixes
#FB35757
- Now, the issue with Content Security Policy is resolved when pasting the contents into the Rich Text Editor.#F175969
- Now, the dragging working properly when dynamically set the dialog header.
Document Editor
Bug Fixes
#SF-379353
,#SF-378987
- Resolved floating table overlapping issue.#F174378
- Improved performance while editing in the protected document.#SF-375732
- Resolved issue in rendering merged cell.#SF-376914
- Resolved script error while updating the list.#SF-378333
- Resolved tab character layouting issue.#SF-381087
- Resolved issue instopProtection
API.#SF-382546
,#SF-384249
- Resolved table disappearing issue while applying top margin.
Gantt
Bug Fixes
#I380929
- Baseline end date issue for milestone with same baseline start and end date has been fixed.#388575
- Virtual scroll issue when collapsed and searched has been fixed#I385298
- Bottom Tier not partitioned properly when zoom to fit issue has been fixed.#I388575
- Virtual scroll issue when collapsed and searched has been fixed
Grid
Bug Fixes
#I376131
- when cell containing the checkbox is double clicked the next cell content gets highlighted issue has been fixed.#I385933
- Custom format on number column is not working properly in Grid pdf export issue has been fixed.#FB35672
- Empty grid in batch edit mode throws script error has been fixed.#I382789
- Tab key Navigation not working WhenallowEditing
set to false withRowDragandDrop
is fixed.#FB34522
- Column reorder not working properly in column freeze enabled is fixed.
Kanban
Bug Fixes
#I385821
- Now, the server-side modified data is returned to the client side while performing theCRUD
operation.#I390524
,#F175935
- Now, when dropping the card into an empty column will render it.
ListBox
Bug Fixes
#I383114
- Issue with "Drop event argument not passes the selected item properly, while drag and drop the multiple item of listbox" has been resolved.
Maps
Bug Fixes
#I388045
- In mobile devices, the marker tooltip will now render properly when touched.
MultiSelect
Bug Fixes
#I355272
- Issue with "wrong popup item get selected when popup has duplicate text with item template and change the text property dynamically" has been resolved.#FB31100
- Issue with "popup is not opened while changing thepopupHeight
dynamically in thebeforeOpen
event" has been resolved.
PDF Viewer
Bug Fixes
#SF-383108
- Now,the custom stamp annotations are added properly in touch mode#SF-377362
- Annotations are now placed in the correct position in the download PDF document with crop value.#SF-383385
- The delete key can be used to remove annotations added in touch mode.#SF-381030
- Unloading a PDF document from the first PDF Viewer component no longer affects the rendering of the PDF document in the second PDF Viewer component.#SF-385936
- The value of the Add Signature button will not extend outside the button and missing Portuguese tooltips have been translated.#SF-372855
,#F173951
- An annotation can now be added and resized up to the edge of the PDF document.#SF-380996
- TheTextSearchComplete
event will be triggered when the text is searched in the PDF viewer.#SF-377035
,#SF-379948
- A tooltip will be displayed in a form field even if the FormDesignerService is not injected.#SF-380472
- Added form fields after pressing escape no longer shades form fields.#SF-384112
- TheformFieldSelect
event will be triggered while selecting the first form field in the document.#SF-386568
- In the Bootstrap5 theme, the search icon will change to a clear icon after a search has been initiated.#SF-382999
- The type signature in the signature fields will be modified based on the height of the Signature field while resizing.#SF-379221
- Now, cache values (PDF_CONTENT) are updated in thegetCache()
method.#SF-385864
- Now, the dropdown values will be changed programmatically in the PDF Viewer.#SF-386545
- Now, the signature field color will appear while scrolling down long document.#SF-272377
- Now, the position and size of the arrow shapes in the shape annotation are same as in the downloaded document.#F173953
- Now, Script error have been resolved.#SF-378591
- The issue with the comment panel not opening after disabling and enabling again has been fixed.
Pivot Table
Bug Fixes
- The selection is now properly working when using the selection mode of the pivot table.
- The engine population events are now properly triggered during virtual scrolling.
QueryBuilder
Bug Fixes
- Issue with Dynamically changing the columns with complex data source of query builder has been fixed.
I379818
- Issue with Getting change event as undefined for fields having custom value template of query builder has been fixed.
RichTextEditor
Bug Fixes
#I385741
- Now, pressing thectrl+c
orshift
key on the link inside the list doesn't remove the link.#I386619
- Now, the content area is visible properly when maximizing and minimizing the Rich Text Editor.#I385281
- Now, the height of the link, image, and table dialog when the RichTextEditor is in full-screen mode works properly.
Schedule
Bug fixes
#F172936
- An issue with Form validator instance not available inpopupOpen
event of Scheduler has been fixed.#F175741
- An issue with UID of the appointments varies every time while exporting appointments in ICS file has been fixed.#I379499
- An issue with Recurrence appointments start and end times are not changed based on DST time zone has been fixed.
Splitter
Bug Fixes
#F385792
- The issues with the Splitter's first pane resizing to the right and the pane resizing not working properly has been resolved.
Spreadsheet
Bug Fixes
#I384048
- The issue of copied values being removed after saving when unique is applied is resolved.#I379174
- After importing the protected excel file, the problem of not considering the password when selecting the unprotect sheet option in the sheet tab context menu has been resolved.#I386574
- The exception thrown with font size pixel values while exporting is resolved.#I384953
- Unique formula cell value gets#spill
error on refresh issue resolved.#F175967
- TheaddToolbarItems
method is not working for locale other than 'en-US' issue has been resolved.
Tab
Bug fixes
#I388161
- An issue with "Removing the selected tab item" has been fixed.
Toast
Bug Fixes
F175544
- Now, the toast will render properly in the target container when thetarget
API is set as an HTML element.
Tree Grid
Bug fixes
#I379658
- Remote data aggregate renders properly while on expand/collapse.#I381526
- Checkbox column selection works properly when multiple hierarchy level record with filtering, searching actions performed.#I383115
,#F175737
- Resolved data repeats when we set dataSource through set timeout or created event and also while changing dataSource with virtualization.#I372485
-addRecord
method works properly while adding as in between row with infinite scrolling enabled.
TreeView
Bug Fixes
#I383454
- The issue with "The TreeView checked nodes state not maintained for remote data when enabling the persistence" has been resolved.