Releases
v18.2.58
CheckBox
Bug Fixes
Issue with destroy method has been fixed.
ColorPicker
Issue with enableOpacity
has been fixed.
Diagram
291364
- The issue "Connector's tooltip position updated wrongly" has been fixed.
287349
- The issue "Infinite loop occurs while setting delete constraints for node in swim-lane and clear diagram" has been fixed.
290066
- The issue "SendToBack and BringToFront not work for connector with group node" has been fixed.
Document Editor
Bug Fixes
#155699
- Resolved selection change event gets triggered before created event of document editor issue.
#290271
- Resolved some elements are not created with unique id in document editor component issue.
#288253
- Exported document with comments from editor contain initials property in file level now.
#287740
- Landscape Orientation not updated properly in page setup dialog now.
#291080
, #157393
- Restrict editing property works when setting on component creation now.
New Features
#290372
- Added support to apply restart page number for different sections.
#290423
- Added resize API in document editor container.
#243495
, #247427
, #248347
, #252755
, #254094
, #254684
, #256926
, #248347
, #260233
, #262638
, #273681
, #155458
, #278038
- Added support to preserve content control feature.
Grid
Bug Fixes
#291552
- Resizing
lines in stacked header issue has been resolved.
#290601
- Recordclick
event arguments has been fixed.
#291949, #287468
- Provided the internal event to use custom datasource in checkbox
filter.
#280083
- Added the correct translated string in the locale json
file.
#291160
- Edit form closes when exception thrown from server issue has been fixed.
#157390
- Provided the column and rowIndex
details inside the editTemplate
.
#292599
- Script error while using grouped foreignkeyColumn
with aggregate column has been fixed.
ListBox
Bug Fixes
'moveAll' is not working after applied grouping has been fixed.
PDF Viewer
Bug Fixes
#F156838
- The exportSuccess event triggers properly if we export the form fields data using ExportFormFieldsAsObject method.
Splitter
Bug Fixes
#I288982
- The issue with "Resizing feature is not working properly when the splitter’s height is more than the window" has been resolved.
Stock Chart
Bug Fixes
#290529
- Date range picker is not proper when rendering 2 stock charts issue has been fixed.
TreeGrid
Bug Fixes
#292933
- checkbox rendered properly while using the template column.
#290187
- Row drag and drop between treegrid works fine while using self reference data binding.
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
You can’t perform that action at this time.