@syncfusion/ej2-grids 18.3.44 → 18.3.50-85492
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1800 -1751
- package/README.md +81 -81
- package/dist/ej2-grids.umd.min.js +1 -10
- package/dist/ej2-grids.umd.min.js.map +1 -1
- package/dist/es6/ej2-grids.es2015.js +171 -105
- package/dist/es6/ej2-grids.es2015.js.map +1 -1
- package/dist/es6/ej2-grids.es5.js +726 -658
- package/dist/es6/ej2-grids.es5.js.map +1 -1
- package/helpers/e2e/index.js +3 -3
- package/license +10 -10
- package/package.json +81 -81
- package/src/grid/actions/batch-edit.js +2 -2
- package/src/grid/actions/dialog-edit.js +13 -13
- package/src/grid/actions/edit.js +4 -4
- package/src/grid/actions/excel-export.js +11 -2
- package/src/grid/actions/excel-filter.js +13 -13
- package/src/grid/actions/foreign-key.js +13 -13
- package/src/grid/actions/group.js +1 -1
- package/src/grid/actions/infinite-scroll.d.ts +1 -0
- package/src/grid/actions/infinite-scroll.js +1 -0
- package/src/grid/actions/inline-edit.js +13 -13
- package/src/grid/actions/normal-edit.js +3 -3
- package/src/grid/actions/page.js +6 -2
- package/src/grid/actions/pdf-export.js +12 -3
- package/src/grid/actions/print.js +4 -4
- package/src/grid/actions/resize.js +4 -1
- package/src/grid/actions/row-reorder.js +2 -2
- package/src/grid/actions/selection.js +23 -21
- package/src/grid/actions/toolbar.js +8 -8
- package/src/grid/base/constant.d.ts +2 -0
- package/src/grid/base/constant.js +2 -0
- package/src/grid/base/grid-model.d.ts +1283 -1284
- package/src/grid/base/grid.d.ts +49 -50
- package/src/grid/base/grid.js +34 -25
- package/src/grid/base/interface.d.ts +13 -0
- package/src/grid/base/util.js +3 -3
- package/src/grid/common/excel-filter-base.js +13 -13
- package/src/grid/models/aggregate-model.d.ts +74 -74
- package/src/grid/models/aggregate.js +19 -19
- package/src/grid/models/column-chooser-settings-model.d.ts +8 -8
- package/src/grid/models/column-chooser-settings.js +19 -19
- package/src/grid/models/column-model.d.ts +11 -11
- package/src/grid/models/column.d.ts +5 -5
- package/src/grid/models/column.js +6 -6
- package/src/grid/models/page-settings-model.d.ts +36 -36
- package/src/grid/models/page-settings.js +19 -19
- package/src/grid/renderer/caption-cell-renderer.js +16 -13
- package/src/grid/renderer/command-column-renderer.js +13 -13
- package/src/grid/renderer/content-renderer.js +16 -1
- package/src/grid/renderer/detail-expand-cell-renderer.js +13 -13
- package/src/grid/renderer/detail-header-indent-renderer.js +13 -13
- package/src/grid/renderer/dialog-edit-renderer.js +2 -1
- package/src/grid/renderer/dropdown-edit-cell.js +2 -2
- package/src/grid/renderer/edit-renderer.js +2 -2
- package/src/grid/renderer/expand-cell-renderer.js +13 -13
- package/src/grid/renderer/filter-cell-renderer.js +13 -13
- package/src/grid/renderer/footer-renderer.js +13 -13
- package/src/grid/renderer/freeze-renderer.js +13 -13
- package/src/grid/renderer/group-lazy-load-renderer.js +13 -13
- package/src/grid/renderer/header-cell-renderer.js +13 -13
- package/src/grid/renderer/header-indent-renderer.js +13 -13
- package/src/grid/renderer/indent-cell-renderer.js +13 -13
- package/src/grid/renderer/render.js +1 -1
- package/src/grid/renderer/row-drag-drop-renderer.js +13 -13
- package/src/grid/renderer/row-drag-header-indent-render.js +13 -13
- package/src/grid/renderer/stacked-cell-renderer.js +13 -13
- package/src/grid/renderer/summary-cell-renderer.js +13 -13
- package/src/grid/renderer/virtual-content-renderer.js +13 -13
- package/src/grid/renderer/virtual-freeze-renderer.js +13 -13
- package/src/grid/services/focus-strategy.d.ts +2 -1
- package/src/grid/services/focus-strategy.js +26 -16
- package/src/grid/services/group-model-generator.js +13 -13
- package/src/grid/services/row-model-generator.js +1 -1
- package/src/grid/services/summary-model-generator.js +13 -13
- package/src/pager/pager-dropdown.js +1 -1
- package/src/pager/pager-message.js +1 -1
- package/src/pager/pager-model.d.ts +59 -59
- package/src/pager/pager.js +19 -19
- package/styles/bootstrap-dark.css +0 -4
- package/styles/bootstrap.css +0 -4
- package/styles/bootstrap4.css +5 -4
- package/styles/bootstrap5-dark.css +0 -0
- package/styles/bootstrap5-dark.scss +0 -0
- package/styles/bootstrap5.css +0 -0
- package/styles/bootstrap5.scss +0 -0
- package/styles/excel-filter/_all.scss +2 -2
- package/styles/excel-filter/_bootstrap-dark-definition.scss +54 -54
- package/styles/excel-filter/_bootstrap-definition.scss +61 -61
- package/styles/excel-filter/_bootstrap4-definition.scss +70 -70
- package/styles/excel-filter/_fabric-dark-definition.scss +54 -54
- package/styles/excel-filter/_fabric-definition.scss +59 -59
- package/styles/excel-filter/_highcontrast-definition.scss +54 -54
- package/styles/excel-filter/_highcontrast-light-definition.scss +50 -50
- package/styles/excel-filter/_layout.scss +387 -387
- package/styles/excel-filter/_material-dark-definition.scss +56 -56
- package/styles/excel-filter/_material-definition.scss +57 -57
- package/styles/excel-filter/_office-365-definition.scss +1 -1
- package/styles/excel-filter/_theme.scss +18 -18
- package/styles/excel-filter/bootstrap-dark.css +0 -1
- package/styles/excel-filter/bootstrap.css +0 -1
- package/styles/excel-filter/bootstrap.scss +1 -0
- package/styles/excel-filter/bootstrap4.css +5 -1
- package/styles/excel-filter/fabric.scss +1 -0
- package/styles/excel-filter/highcontrast.scss +1 -0
- package/styles/excel-filter/icons/_bootstrap-dark.scss +29 -29
- package/styles/excel-filter/icons/_bootstrap.scss +29 -29
- package/styles/excel-filter/icons/_bootstrap4.scss +29 -29
- package/styles/excel-filter/icons/_fabric-dark.scss +29 -29
- package/styles/excel-filter/icons/_fabric.scss +29 -29
- package/styles/excel-filter/icons/_highcontrast-light.scss +29 -29
- package/styles/excel-filter/icons/_highcontrast.scss +29 -29
- package/styles/excel-filter/icons/_material-dark.scss +29 -29
- package/styles/excel-filter/icons/_material.scss +29 -29
- package/styles/excel-filter/material.scss +1 -0
- package/styles/fabric-dark.css +0 -3
- package/styles/fabric.css +0 -3
- package/styles/grid/_all.scss +2 -2
- package/styles/grid/_bootstrap-dark-definition.scss +497 -497
- package/styles/grid/_bootstrap-definition.scss +500 -500
- package/styles/grid/_bootstrap4-definition.scss +501 -502
- package/styles/grid/_fabric-dark-definition.scss +499 -499
- package/styles/grid/_fabric-definition.scss +499 -499
- package/styles/grid/_highcontrast-definition.scss +498 -498
- package/styles/grid/_highcontrast-light-definition.scss +495 -495
- package/styles/grid/_layout.scss +2908 -2908
- package/styles/grid/_material-dark-definition.scss +495 -495
- package/styles/grid/_material-definition.scss +495 -495
- package/styles/grid/_office-365-definition.scss +1 -1
- package/styles/grid/_theme.scss +529 -529
- package/styles/grid/bootstrap-dark.css +0 -4
- package/styles/grid/bootstrap.css +0 -4
- package/styles/grid/bootstrap.scss +1 -0
- package/styles/grid/bootstrap4.css +5 -4
- package/styles/grid/fabric-dark.css +0 -3
- package/styles/grid/fabric.css +0 -3
- package/styles/grid/fabric.scss +1 -0
- package/styles/grid/highcontrast-light.css +0 -3
- package/styles/grid/highcontrast.css +0 -3
- package/styles/grid/highcontrast.scss +1 -0
- package/styles/grid/icons/_bootstrap-dark.scss +180 -180
- package/styles/grid/icons/_bootstrap.scss +180 -180
- package/styles/grid/icons/_bootstrap4.scss +180 -180
- package/styles/grid/icons/_fabric-dark.scss +180 -180
- package/styles/grid/icons/_fabric.scss +180 -180
- package/styles/grid/icons/_highcontrast-light.scss +180 -180
- package/styles/grid/icons/_highcontrast.scss +181 -181
- package/styles/grid/icons/_material-dark.scss +180 -180
- package/styles/grid/icons/_material.scss +180 -180
- package/styles/grid/material-dark.css +0 -3
- package/styles/grid/material.css +0 -3
- package/styles/grid/material.scss +1 -0
- package/styles/highcontrast-light.css +0 -3
- package/styles/highcontrast.css +0 -3
- package/styles/material-dark.css +0 -3
- package/styles/material.css +0 -3
- package/styles/pager/_all.scss +2 -2
- package/styles/pager/_bootstrap-dark-definition.scss +112 -112
- package/styles/pager/_bootstrap-definition.scss +112 -112
- package/styles/pager/_bootstrap4-definition.scss +111 -112
- package/styles/pager/_fabric-dark-definition.scss +113 -113
- package/styles/pager/_fabric-definition.scss +112 -112
- package/styles/pager/_highcontrast-definition.scss +112 -112
- package/styles/pager/_highcontrast-light-definition.scss +112 -112
- package/styles/pager/_layout.scss +575 -575
- package/styles/pager/_material-dark-definition.scss +112 -112
- package/styles/pager/_material-definition.scss +111 -111
- package/styles/pager/_theme.scss +129 -129
- package/styles/pager/icons/_bootstrap-dark.scss +49 -49
- package/styles/pager/icons/_bootstrap.scss +49 -49
- package/styles/pager/icons/_bootstrap4.scss +49 -49
- package/styles/pager/icons/_fabric-dark.scss +49 -49
- package/styles/pager/icons/_fabric.scss +49 -49
- package/styles/pager/icons/_highcontrast-light.scss +49 -49
- package/styles/pager/icons/_highcontrast.scss +41 -41
- package/styles/pager/icons/_material-dark.scss +49 -49
- package/styles/pager/icons/_material.scss +41 -41
- package/styles/tailwind-dark.css +0 -0
- package/styles/tailwind-dark.scss +0 -0
- package/styles/tailwind.css +0 -0
- package/styles/tailwind.scss +0 -0
- package/dist/global/ej2-grids.min.js +0 -11
- package/dist/global/ej2-grids.min.js.map +0 -1
- package/dist/global/index.d.ts +0 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,1751 +1,1800 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [Unreleased]
|
|
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
|
-
## 18.2.
|
|
125
|
-
|
|
126
|
-
### Grid
|
|
127
|
-
|
|
128
|
-
#### Bug Fixes
|
|
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
|
-
## 17.4.
|
|
521
|
-
|
|
522
|
-
### Grid
|
|
523
|
-
|
|
524
|
-
#### Bug Fixes
|
|
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
|
-
## 17.3.
|
|
599
|
-
|
|
600
|
-
### Grid
|
|
601
|
-
|
|
602
|
-
#### Bug Fixes
|
|
603
|
-
|
|
604
|
-
- `#
|
|
605
|
-
- `#
|
|
606
|
-
- `#
|
|
607
|
-
- `#
|
|
608
|
-
- `#
|
|
609
|
-
- `#
|
|
610
|
-
- `#
|
|
611
|
-
- `#
|
|
612
|
-
|
|
613
|
-
## 17.3.
|
|
614
|
-
|
|
615
|
-
### Grid
|
|
616
|
-
|
|
617
|
-
#### Bug Fixes
|
|
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
|
-
## 17.1.
|
|
906
|
-
|
|
907
|
-
### Grid
|
|
908
|
-
|
|
909
|
-
#### Bug Fixes
|
|
910
|
-
|
|
911
|
-
- #
|
|
912
|
-
- #
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
-
|
|
926
|
-
-
|
|
927
|
-
-
|
|
928
|
-
-
|
|
929
|
-
|
|
930
|
-
## 17.1.
|
|
931
|
-
|
|
932
|
-
### Grid
|
|
933
|
-
|
|
934
|
-
#### Bug Fixes
|
|
935
|
-
|
|
936
|
-
-
|
|
937
|
-
-
|
|
938
|
-
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
-
|
|
947
|
-
-
|
|
948
|
-
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
-
|
|
961
|
-
-
|
|
962
|
-
-
|
|
963
|
-
-
|
|
964
|
-
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
-
|
|
973
|
-
-
|
|
974
|
-
-
|
|
975
|
-
-
|
|
976
|
-
-
|
|
977
|
-
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
-
|
|
990
|
-
-
|
|
991
|
-
-
|
|
992
|
-
-
|
|
993
|
-
-
|
|
994
|
-
-
|
|
995
|
-
-
|
|
996
|
-
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
-
|
|
1006
|
-
-
|
|
1007
|
-
-
|
|
1008
|
-
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
-
|
|
1015
|
-
-
|
|
1016
|
-
-
|
|
1017
|
-
-
|
|
1018
|
-
-
|
|
1019
|
-
-
|
|
1020
|
-
-
|
|
1021
|
-
-
|
|
1022
|
-
-
|
|
1023
|
-
-
|
|
1024
|
-
-
|
|
1025
|
-
-
|
|
1026
|
-
-
|
|
1027
|
-
-
|
|
1028
|
-
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
-
|
|
1033
|
-
-
|
|
1034
|
-
- `
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
- support
|
|
1039
|
-
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
- Provided
|
|
1054
|
-
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
-
|
|
1075
|
-
-
|
|
1076
|
-
-
|
|
1077
|
-
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
-
|
|
1086
|
-
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
-
|
|
1097
|
-
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
- Provided
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
-
|
|
1126
|
-
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
-
|
|
1144
|
-
- `
|
|
1145
|
-
-
|
|
1146
|
-
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
-
|
|
1163
|
-
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
-
|
|
1175
|
-
-
|
|
1176
|
-
-
|
|
1177
|
-
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
-
|
|
1188
|
-
-
|
|
1189
|
-
-
|
|
1190
|
-
-
|
|
1191
|
-
-
|
|
1192
|
-
- Need to
|
|
1193
|
-
-
|
|
1194
|
-
-
|
|
1195
|
-
-
|
|
1196
|
-
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
-
|
|
1207
|
-
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
-
|
|
1212
|
-
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
-
|
|
1226
|
-
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
-
|
|
1235
|
-
-
|
|
1236
|
-
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
-
|
|
1245
|
-
-
|
|
1246
|
-
-
|
|
1247
|
-
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
####
|
|
1259
|
-
|
|
1260
|
-
-
|
|
1261
|
-
-
|
|
1262
|
-
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
-
|
|
1283
|
-
-
|
|
1284
|
-
-
|
|
1285
|
-
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
-
|
|
1295
|
-
-
|
|
1296
|
-
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
-
|
|
1344
|
-
-
|
|
1345
|
-
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
-
|
|
1367
|
-
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
-
|
|
1396
|
-
-
|
|
1397
|
-
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
-
|
|
1415
|
-
-
|
|
1416
|
-
-
|
|
1417
|
-
-
|
|
1418
|
-
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
-
|
|
1446
|
-
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
####
|
|
1462
|
-
|
|
1463
|
-
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
-
|
|
1495
|
-
-
|
|
1496
|
-
-
|
|
1497
|
-
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
-
|
|
1521
|
-
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
-
|
|
1534
|
-
|
|
1535
|
-
## 16.1.
|
|
1536
|
-
|
|
1537
|
-
### Grid
|
|
1538
|
-
|
|
1539
|
-
####
|
|
1540
|
-
|
|
1541
|
-
-
|
|
1542
|
-
-
|
|
1543
|
-
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
-
|
|
1579
|
-
-
|
|
1580
|
-
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
-
|
|
1591
|
-
-
|
|
1592
|
-
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
####
|
|
1599
|
-
|
|
1600
|
-
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
-
|
|
1619
|
-
|
|
1620
|
-
## 15.4.
|
|
1621
|
-
|
|
1622
|
-
### Grid
|
|
1623
|
-
|
|
1624
|
-
#### Bug Fixes
|
|
1625
|
-
|
|
1626
|
-
-
|
|
1627
|
-
-
|
|
1628
|
-
-
|
|
1629
|
-
-
|
|
1630
|
-
|
|
1631
|
-
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
-
|
|
1653
|
-
-
|
|
1654
|
-
|
|
1655
|
-
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
### Grid
|
|
1698
|
-
|
|
1699
|
-
#### Bug Fixes
|
|
1700
|
-
|
|
1701
|
-
-
|
|
1702
|
-
-
|
|
1703
|
-
-
|
|
1704
|
-
-
|
|
1705
|
-
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
-
|
|
1735
|
-
-
|
|
1736
|
-
-
|
|
1737
|
-
-
|
|
1738
|
-
-
|
|
1739
|
-
-
|
|
1740
|
-
-
|
|
1741
|
-
-
|
|
1742
|
-
-
|
|
1743
|
-
|
|
1744
|
-
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
-
|
|
1751
|
-
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [Unreleased]
|
|
4
|
+
|
|
5
|
+
## 18.3.50 (2020-11-17)
|
|
6
|
+
|
|
7
|
+
### Grid
|
|
8
|
+
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
- `#158208` - Grid `pageSize` 'All' translated issue has been fixed.
|
|
12
|
+
|
|
13
|
+
## 18.3.48 (2020-11-11)
|
|
14
|
+
|
|
15
|
+
### Grid
|
|
16
|
+
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
- `#13681` - Removed select row checkbox in dialog editing `popup` as a improvement feature.
|
|
20
|
+
- `#158850` - Missing of Column name in `actionBegin` arguments while `ungrouping` has been added.
|
|
21
|
+
- `#298860` - Inline editing with persist selection issue has been resolved.
|
|
22
|
+
- `#300648` - Script error while clicking on empty records issue has been fixed.
|
|
23
|
+
- `#300137` - Tooltip is not closed issue has been fixed.
|
|
24
|
+
- `#158868, #159209`- Fixed the asynchronous refreshing while Grid initialization.
|
|
25
|
+
- `#298630` - `checkboxOnly` selection not working when editing, has been fixed.
|
|
26
|
+
- `#299325` - `Checkbox` selection not working while dynamically changing the DataSource, has been resolved.
|
|
27
|
+
- `#298387` - `Cellsave` issue when using home and end keys has been fixed.
|
|
28
|
+
|
|
29
|
+
## 18.3.47 (2020-11-05)
|
|
30
|
+
|
|
31
|
+
### Grid
|
|
32
|
+
|
|
33
|
+
#### Bug Fixes
|
|
34
|
+
|
|
35
|
+
- `#292035` - Resolved Touch functionality is not working with draggable.
|
|
36
|
+
- `#298662` - Grid drag and drop issue has been fixed in IE11 browser.
|
|
37
|
+
- `#10632` - provided the custom text support in pager instance.
|
|
38
|
+
- `#159184` - Script error throws while exporting grid component with aggregates issue has been fixed.
|
|
39
|
+
|
|
40
|
+
## 18.3.44 (2020-10-27)
|
|
41
|
+
|
|
42
|
+
### Grid
|
|
43
|
+
|
|
44
|
+
#### Bug Fixes
|
|
45
|
+
|
|
46
|
+
- `#297750` - Stacked columns with frozen columns issue has been fixed.
|
|
47
|
+
- `#296093` - Prevented row drag and drop icon when `virtualization` is enabled.
|
|
48
|
+
- `#293443` - Incorrect rows count while focusing table with JAWS has been fixed.
|
|
49
|
+
- `#298824` - Pdf export with boolean column issue has been fixed.
|
|
50
|
+
|
|
51
|
+
## 18.3.42 (2020-10-20)
|
|
52
|
+
|
|
53
|
+
### Grid
|
|
54
|
+
|
|
55
|
+
#### Bug Fixes
|
|
56
|
+
|
|
57
|
+
- `#293485` - `ActionBegin` event paging arguments `cancel` property retained issue has been fixed.
|
|
58
|
+
|
|
59
|
+
## 18.3.40 (2020-10-13)
|
|
60
|
+
|
|
61
|
+
### Grid
|
|
62
|
+
|
|
63
|
+
#### Bug Fixes
|
|
64
|
+
|
|
65
|
+
- `#293407` - `RowDeselecting` event triggered when clicking on expansion area issue has been resolved.
|
|
66
|
+
- `#292818` - `Aggregate` column alignment issue has been fixed.
|
|
67
|
+
- `#157969` - Default filtering operator when enabling `showFilterBarOperator` issue has been resolved.
|
|
68
|
+
- `#157753` - Update and insert `actionFailure` events arguments structure issue has been fixed.
|
|
69
|
+
- `#291959` - Radio button editing issue in dialog template has been fixed.
|
|
70
|
+
- `#291000` - `CurrentLocale` pager DropDown API changing issue has been fixed.
|
|
71
|
+
- `#288619` - Persist selection issue with initial selection has been fixed.
|
|
72
|
+
- `#293646` - Dynamic query updating issue has been fixed.
|
|
73
|
+
- `#295025` - sort order with foreign key column issue has been fixed.
|
|
74
|
+
- `#293387` - Infinite scrolling with grouping issue has been fixed.
|
|
75
|
+
- `#295712` - Scrollbar move issue when hide columns with RTL mode, has been fixed.
|
|
76
|
+
- `#292471` - Template properties not showing in `pagerTemplate` issue has been fixed.
|
|
77
|
+
|
|
78
|
+
## 18.3.35 (2020-10-01)
|
|
79
|
+
|
|
80
|
+
### Grid
|
|
81
|
+
|
|
82
|
+
#### New Features
|
|
83
|
+
|
|
84
|
+
- `#279959, #278895` - Provided lazy load grouping support.
|
|
85
|
+
- `#252918` - Provided immutable mode and methods support.
|
|
86
|
+
|
|
87
|
+
## 18.2.59 (2020-09-21)
|
|
88
|
+
|
|
89
|
+
### Grid
|
|
90
|
+
|
|
91
|
+
#### Bug Fixes
|
|
92
|
+
|
|
93
|
+
- `#283675` - Excel custom filtered value issue has been resolved.
|
|
94
|
+
- `#291032` - String column Change event issue has been fixed.
|
|
95
|
+
- `#291960` - resize handler height issue with auto wrap has been fixed.
|
|
96
|
+
- `#293441` - Improved the Checkbox filter module with keyboard navigation.
|
|
97
|
+
- `#287676` - Mouse position issue when row dragged, has been fixed.
|
|
98
|
+
|
|
99
|
+
## 18.2.58 (2020-09-15)
|
|
100
|
+
|
|
101
|
+
### Grid
|
|
102
|
+
|
|
103
|
+
#### Bug Fixes
|
|
104
|
+
|
|
105
|
+
- `#291552` - `Resizing` lines in stacked header issue has been resolved.
|
|
106
|
+
- `#290601` - `Recordclick` event arguments has been fixed.
|
|
107
|
+
- `#291949, #287468` - Provided the internal event to use custom datasource in `checkbox` filter.
|
|
108
|
+
- `#280083` - Added the correct translated string in the locale `json` file.
|
|
109
|
+
- `#291160` - Edit form closes when exception thrown from server issue has been fixed.
|
|
110
|
+
- `#157390` - Provided the column and `rowIndex` details inside the `editTemplate`.
|
|
111
|
+
- `#292599` - Script error while using grouped `foreignkeyColumn` with aggregate column has been fixed.
|
|
112
|
+
|
|
113
|
+
## 18.2.57 (2020-09-08)
|
|
114
|
+
|
|
115
|
+
### Grid
|
|
116
|
+
|
|
117
|
+
#### Bug Fixes
|
|
118
|
+
|
|
119
|
+
- `#288147` - Script error while using `addRecord` in `IE11`, has been fixed.
|
|
120
|
+
- `#288292` - copy and paste in `mac os` issue has been resolved.
|
|
121
|
+
- `#290651` - column chooser `pop-up` is hidden partially has been fixed.
|
|
122
|
+
- `#290215` - Checkbox selection issue when delete records, has been fixed.
|
|
123
|
+
|
|
124
|
+
## 18.2.56 (2020-09-01)
|
|
125
|
+
|
|
126
|
+
### Grid
|
|
127
|
+
|
|
128
|
+
#### Bug Fixes
|
|
129
|
+
|
|
130
|
+
- `#289461` - Added the internal event to access menu filter `popup` before close.
|
|
131
|
+
- `#289421` - `AutoFill` functionality issue when `frozen` columns, has been fixed.
|
|
132
|
+
- `#289539` - Script error while using `commandcolumns` with `virtualization` has been fixed.
|
|
133
|
+
- `#290636` - Decimal value paste issue has been fixed.
|
|
134
|
+
|
|
135
|
+
## 18.2.55 (2020-08-25)
|
|
136
|
+
|
|
137
|
+
### Grid
|
|
138
|
+
|
|
139
|
+
#### Bug Fixes
|
|
140
|
+
|
|
141
|
+
- `#288845` - `Multi-column` sort pop-up in mobile device issue has been resolved.
|
|
142
|
+
- `#289048` - Checkbox selection issue when adding row has been fixed.
|
|
143
|
+
- `#288647, #289359` - Menu and excel filter dialog open issue has been fixed.
|
|
144
|
+
|
|
145
|
+
## 18.2.54 (2020-08-18)
|
|
146
|
+
|
|
147
|
+
### Grid
|
|
148
|
+
|
|
149
|
+
#### Bug Fixes
|
|
150
|
+
|
|
151
|
+
- `#285919` - script error while using `checkbox` column with dialog editing has been fixed.
|
|
152
|
+
- `#282743` - Provided custom separator support in `csv` export.
|
|
153
|
+
- `#287707` - Menu Filtering in string column issue has been resolved.
|
|
154
|
+
- `#286727` - Cell text selection issue while editing has been fixed.
|
|
155
|
+
- `#287222` - Date column filtering issue with blank value has been fixed.
|
|
156
|
+
- `#278507, #288354` - Setting column `minWidth` support while window resizing has been provided.
|
|
157
|
+
- `#281825` - Grid resizing behaviour with percentage width column and grouping has been.
|
|
158
|
+
- `#287897` - Row drag issue when field based checkbox column, has been fixed.
|
|
159
|
+
|
|
160
|
+
## 18.2.48 (2020-08-04)
|
|
161
|
+
|
|
162
|
+
### Grid
|
|
163
|
+
|
|
164
|
+
#### Bug Fixes
|
|
165
|
+
|
|
166
|
+
- `#155948` - Grid pager text issue has been fixed.
|
|
167
|
+
- `#285963, #282379` - Provided catch exception for pdf exporting using custom datasource.
|
|
168
|
+
- `#286379` - `rowSelected` event arguments in row data, issue has been fixed.
|
|
169
|
+
- `#286293` - Excel export `aggregations` misalignment while using the command column, issue has been fixed.
|
|
170
|
+
- `#156328` - `Filterbar` operator alignment issue has been fixed.
|
|
171
|
+
- `#273866` - Column resize icon issue has been fixed.
|
|
172
|
+
|
|
173
|
+
## 18.2.47 (2020-07-28)
|
|
174
|
+
|
|
175
|
+
### Grid
|
|
176
|
+
|
|
177
|
+
#### Bug Fixes
|
|
178
|
+
|
|
179
|
+
- `#279922` - `Frozen` columns Border issue has been fixed.
|
|
180
|
+
- `#284955` - cell focusing in `Batch` mode issue has been fixed.
|
|
181
|
+
- `#285597, #155910` - Aggregate cell alignment issue has been fixed.
|
|
182
|
+
- `#286012` - Page number style in `Pdf` footer issue has been fixed.
|
|
183
|
+
- `#15777` - Multiple selection in row drag and drop issue has been resolved.
|
|
184
|
+
- `#281447` - Provided `dataStateChange` event support for menu and excel filter autocomplete control.
|
|
185
|
+
- `#285669, #284890` - Column reordering issue with custom binding has been fixed.
|
|
186
|
+
|
|
187
|
+
#### New Features
|
|
188
|
+
|
|
189
|
+
- `#284752` - Provided `pdfAggregateQueryCellInfo` and `excelAggregateQueryCellInfo` event to customize the aggregate cell before exporting .
|
|
190
|
+
|
|
191
|
+
## 18.2.46 (2020-07-21)
|
|
192
|
+
|
|
193
|
+
### Grid
|
|
194
|
+
|
|
195
|
+
#### Bug Fixes
|
|
196
|
+
|
|
197
|
+
- `#282385` - Footer and Header content alignment issue with Pdf export has been fixed.
|
|
198
|
+
- `#281232` - Scroll bar not working properly has been fixed.
|
|
199
|
+
- `#281745` - `rowIndexes` property return the improper value in `rowDeselectEventArgs` has been fixed.
|
|
200
|
+
- `#280856` - Opening context menu resets horizontal scroller has been fixed.
|
|
201
|
+
- `#282656` - Restoring Excel filter Operator selection with Grid persistence issue has been fixed.
|
|
202
|
+
- `#284270` - Foreign Key column search issue has been fixed.
|
|
203
|
+
|
|
204
|
+
## 18.2.45 (2020-07-14)
|
|
205
|
+
|
|
206
|
+
### Grid
|
|
207
|
+
|
|
208
|
+
#### Bug Fixes
|
|
209
|
+
|
|
210
|
+
- `#278574` - `Virtualization` scroll jumps when rendering grid inside the dialog component issue has been fixed.
|
|
211
|
+
- `#283109` - Column Templates are removed in the Infinite scrolling issue has been fixed.
|
|
212
|
+
- `#281788` - Infinite scroll editing issue has been fixed.
|
|
213
|
+
- `#282440` - White space occurs while scrolling left and right in Frozen columns with `virtualization` issue has been fixed.
|
|
214
|
+
- `#283323, #283973` - Triggering multiple `actionBegin` and `actionComplete` event while show/hide column issue has been fixed.
|
|
215
|
+
- `#283675` - Script error while using excel filter has been fixed.
|
|
216
|
+
- `#276276` - `dateTime` filtering issue with `URLAdaptor` has been fixed.
|
|
217
|
+
- `#279521` - Scrollbar now refreshes correctly after filtering with frozen columns and `virtualization` present.
|
|
218
|
+
- `#279969` - `ActionBegin` event arguments `cancel` property retained issue has been fixed.
|
|
219
|
+
- `#281958` - `BoxWithBorder` selection issue has been fixed.
|
|
220
|
+
- `#282215` - When `resetOnRowClick` is enabled, records in the previous page are not deselected issue has been fixed.
|
|
221
|
+
- `#280984` - When enable `frozen` columns and resize, `aggregate` cells alignment issue has been fixed.
|
|
222
|
+
- `#282759, #280077` - Scrollbar when clicking `childgrid` page container, issue has been fixed.
|
|
223
|
+
- `#282379` - Provided `catch` exception for pdf exporting.
|
|
224
|
+
- `#280511` - Cell focus not retained when escape key pressed while editing has been fixed.
|
|
225
|
+
|
|
226
|
+
## 18.2.44 (2020-07-07)
|
|
227
|
+
|
|
228
|
+
### Grid
|
|
229
|
+
|
|
230
|
+
#### New Features
|
|
231
|
+
|
|
232
|
+
- `#221401, #247125, #152063` - Provided support to select the operator for `filterbar` in UI.
|
|
233
|
+
- `#147816` - Provided support for `Frozen` rows and columns with `AutoFill`.
|
|
234
|
+
- Provided the `Frozen` support in Grid continuous scroll feature.
|
|
235
|
+
- Provide the Editing support in Grid continuous scroll feature.
|
|
236
|
+
|
|
237
|
+
## 18.1.59 (2020-06-23)
|
|
238
|
+
|
|
239
|
+
### Grid
|
|
240
|
+
|
|
241
|
+
#### Bug Fixes
|
|
242
|
+
|
|
243
|
+
- `#279922, #280077` - Scrollbar when clicking `childgrid` summary row, issue has been fixed.
|
|
244
|
+
|
|
245
|
+
## 18.1.57 (2020-06-16)
|
|
246
|
+
|
|
247
|
+
### Grid
|
|
248
|
+
|
|
249
|
+
#### Bug Fixes
|
|
250
|
+
|
|
251
|
+
- `#279487` - Selecting and Deselecting now works properly after searching in external column chooser.
|
|
252
|
+
- `#278413` - Unwanted Vertical scrollbar after column resizing issue has been resolved.
|
|
253
|
+
- `#279922` - The last row detail template border issue has been fixed.
|
|
254
|
+
- `#154568` - Filter pop-up issue with mobile device has been fixed.
|
|
255
|
+
- `#263232` - Throws scripts error while `hide/show` the columns issue has been fixed.
|
|
256
|
+
- `#277663` - Footer aggregate works properly with custom data while exporting in excel.
|
|
257
|
+
|
|
258
|
+
## 18.1.56 (2020-06-09)
|
|
259
|
+
|
|
260
|
+
### Grid
|
|
261
|
+
|
|
262
|
+
#### Bug Fixes
|
|
263
|
+
|
|
264
|
+
- `#278390` - Internal event for access the excel export rows has been added.
|
|
265
|
+
- `#277728` - Search box focus issue in IE has been fixed.
|
|
266
|
+
- `#12629` - Prevented the `dataStateChange` event after re-ordering a column.
|
|
267
|
+
- `#154111` - Issue in updating `aggregate` format with culture change has been fixed.
|
|
268
|
+
- `#14010` - Grid row selection event arguments type issue has been fixed.
|
|
269
|
+
- `#278858` - `rowDeselected` event with `persistence` and `ResetOnRowClick` issue has been fixed.
|
|
270
|
+
- `#154619` - Number formatting with empty string issue has been fixed.
|
|
271
|
+
- `#279065` - `Groupcaption` aggregate in `pdf` export issue has been fixed.
|
|
272
|
+
|
|
273
|
+
#### Breaking Changes
|
|
274
|
+
|
|
275
|
+
- Now `data`, `row`, `foreignKeyData` these Grid selection event arguments are get array values only when we perform multi selection. Please find modified event arguments and it types from the below table,
|
|
276
|
+
|
|
277
|
+
`Properties` |`Type`
|
|
278
|
+
-----|-----
|
|
279
|
+
`data` | `Object or Object[]`
|
|
280
|
+
`rowIndex` | `number`
|
|
281
|
+
`rowIndexes` | `number[]`
|
|
282
|
+
`row` | `Element or Element[]`
|
|
283
|
+
`foreignKeyData` | `Object or Object[]`
|
|
284
|
+
|
|
285
|
+
## 18.1.55 (2020-06-02)
|
|
286
|
+
|
|
287
|
+
### Grid
|
|
288
|
+
|
|
289
|
+
#### Bug Fixes
|
|
290
|
+
|
|
291
|
+
- `#269310` - Throws scripts error while using the `persist` selection issue has been fixed.
|
|
292
|
+
- `#277025` - Maintain the edit form while cancelling the edit action inside the `actionBegin` event has been fixed.
|
|
293
|
+
- `#278295` - Cell did not save the empty value for complex field has been fixed.
|
|
294
|
+
- `#278209` - Additional Lines with `AutoFill` selection issue has been fixed.
|
|
295
|
+
- `#275723` - Data skipping issue has been fixed in `virtualScroll` feature.
|
|
296
|
+
|
|
297
|
+
## 18.1.54 (2020-05-26)
|
|
298
|
+
|
|
299
|
+
### Grid
|
|
300
|
+
|
|
301
|
+
#### Bug Fixes
|
|
302
|
+
|
|
303
|
+
- `#277115` - Issue with custom datasource while exporting has been fixed.
|
|
304
|
+
- `#275804` - `aria-label` of the column for summary rows in both footer aggregates and group footer aggregates has been fixed.
|
|
305
|
+
- `#154185` - Script error, cannot read property `getBoundingClientRect` has been fixed.
|
|
306
|
+
- `#154127` - Missing of first row `foreignKey` data in the `rowSelected` event argument has been fixed.
|
|
307
|
+
- `#276812` - Grid stacked header with frozen misalignment issue has been fixed.
|
|
308
|
+
|
|
309
|
+
## 18.1.53 (2020-05-19)
|
|
310
|
+
|
|
311
|
+
### Grid
|
|
312
|
+
|
|
313
|
+
#### Bug Fixes
|
|
314
|
+
|
|
315
|
+
- `#275858` - Border misalignment issue with `frozen` columns in batch editing has been fixed.
|
|
316
|
+
- `#275150` - Grid with `frozen` columns and row height is not set properly issue has been fixed.
|
|
317
|
+
- `#275631` - Grid with `frozen` columns and cell editing is not working properly issue has been fixed.
|
|
318
|
+
- `#152895, #271656, #273560` - Grouped Headers are not rendered properly in pdf document issue has been resolved.
|
|
319
|
+
- `#270479` - Script error while using `isFrozen` property in batch editing has been fixed.
|
|
320
|
+
- `#275867` - Misalignment while editing the cell with frozen columns has been fixed.
|
|
321
|
+
|
|
322
|
+
## 18.1.52 (2020-05-13)
|
|
323
|
+
|
|
324
|
+
### Grid
|
|
325
|
+
|
|
326
|
+
#### Bug Fixes
|
|
327
|
+
|
|
328
|
+
- `#273572` - script error after pressing enter key in batch edit mode issue has been resolved.
|
|
329
|
+
- `#153383` - grid lines mismatched while scrolling with frozen column in `firefox` issue has been resolved.
|
|
330
|
+
- `#273838` - Unnecessary to include an Empty row when inserting a `frozenColumn` Grid row issue has been resolved.
|
|
331
|
+
- `#274520` - `cellSeletected` and `cellDeSelected` events triggers many time while selecting cells via mouse issue has been resolved.
|
|
332
|
+
- `#275010` - Need internal events for column chooser buttons issue has been fixed.
|
|
333
|
+
- `#274227` - cancel icon not rendered in the filter bar with movable header has been fixed.
|
|
334
|
+
|
|
335
|
+
#### New Features
|
|
336
|
+
|
|
337
|
+
- `#261103, #267581` - Provided the column `Reordering` support for Grid with `virtualization` and frozen columns feature.
|
|
338
|
+
|
|
339
|
+
## 18.1.48 (2020-05-05)
|
|
340
|
+
|
|
341
|
+
### Grid
|
|
342
|
+
|
|
343
|
+
#### Bug Fixes
|
|
344
|
+
|
|
345
|
+
- `#269945, #271023` - `editTemplate` element events are not triggered for movable content.
|
|
346
|
+
- `#273042` - grouping after restoring the persist data issue has been resolved.
|
|
347
|
+
- `#273483, #275002, #275153` - `actionfailure` event error message issue has been fixed.
|
|
348
|
+
- `#273238` - Missing of `headerText` property in the template data has been fixed.
|
|
349
|
+
- `#266631` - Hidden column headers in Grid did not reflect in pdf export while using `includeHiddenColumn` issue has been fixed.
|
|
350
|
+
- `#271911` - column template in angular after print issue has been resolved.
|
|
351
|
+
- `#273134` - Header template in angular after print issue has been fixed.
|
|
352
|
+
- `#269502` - Mismatch of reordering column issue has been fixed.
|
|
353
|
+
- `#273854, #274776` - Foreign Key search query for `UrlAdaptor` has been fixed.
|
|
354
|
+
|
|
355
|
+
## 18.1.46 (2020-04-28)
|
|
356
|
+
|
|
357
|
+
### Grid
|
|
358
|
+
|
|
359
|
+
#### Bug Fixes
|
|
360
|
+
|
|
361
|
+
- `#272718` - `cellsaved` event while pressing escape key issue has been resolved.
|
|
362
|
+
- `#153144` - `RowDeselected` event `isInteracted` and `rowIndex` property issue has been resolved.
|
|
363
|
+
- `#274186` - Script error with incorrect sorting column has been fixed.
|
|
364
|
+
- `#272426` - Hierarchy exporting with remote/local data issue has been resolved.
|
|
365
|
+
- `#153397` - Persist selection issue with grouping has been fixed.
|
|
366
|
+
- `#272957` - Script error while hovering on new row form element with frozen columns has been resolved.
|
|
367
|
+
- `#272107` - `setCellValue` method issue with row Drag and Drop has been fixed.
|
|
368
|
+
|
|
369
|
+
## 18.1.45 (2020-04-21)
|
|
370
|
+
|
|
371
|
+
### Grid
|
|
372
|
+
|
|
373
|
+
#### Bug Fixes
|
|
374
|
+
|
|
375
|
+
- `#269217` - numeric edit precision issue has been resolved.
|
|
376
|
+
- `#272015, #152919` - React `editTemplate` auto save issue has been resolved.
|
|
377
|
+
- `#271853` - Missing additional parameters in the `foreignKey` column filtering and editing server request issue has been fixed.
|
|
378
|
+
- `#152879` - Filter bar focusing is not working properly, while using `checkboxmode` as `ResetOnRowClick` issue has been fixed.
|
|
379
|
+
- `#151211` - Provided `exportGroupCaption` event support for Excel exporting.
|
|
380
|
+
- `#270519` - Script error while setting `undefined` value for column type/format property with Angular Grid has been fixed.
|
|
381
|
+
- `#258482` - Improper target element in `rowSelecting` event issue has been fixed.
|
|
382
|
+
- `#271748` - Autofit min and max width issue has been resolved.
|
|
383
|
+
- `#223835, #272592` - script error while navigating from movable to frozen header issue has been resolved.
|
|
384
|
+
- `#272340`- Mismatch of `requestType` while clear filtering in excel and Checkbox filter issue has been fixed.
|
|
385
|
+
|
|
386
|
+
## 18.1.44 (2020-04-14)
|
|
387
|
+
|
|
388
|
+
### Grid
|
|
389
|
+
|
|
390
|
+
#### Bug Fixes
|
|
391
|
+
|
|
392
|
+
- `#271625, #272096` - Frozen Grid cell selection issue has been fixed.
|
|
393
|
+
- `#271625` - Grid resize cursor issue with stacked header has been fixed.
|
|
394
|
+
- `#271240` - Batch editing `cellSaved` event after escape key issue has been fixed.
|
|
395
|
+
- `#260390` - Header misalignment in auto wrap enabled Grid with frozen columns has been fixed.
|
|
396
|
+
|
|
397
|
+
#### New Features
|
|
398
|
+
|
|
399
|
+
- `#256907` - Provided support to filter array values.
|
|
400
|
+
|
|
401
|
+
## 18.1.43 (2020-04-07)
|
|
402
|
+
|
|
403
|
+
### Grid
|
|
404
|
+
|
|
405
|
+
#### Bug Fixes
|
|
406
|
+
|
|
407
|
+
- `#268095` - Undefined value is saved as [Object Object] in batch editing has been fixed.
|
|
408
|
+
- `#266864` - Error in Angular Production build with toolbar search is enabled in Grid has been fixed.
|
|
409
|
+
- `#268842` - Empty summary value issue when collapse the record has been fixed.
|
|
410
|
+
- `#270597, #271625` - Validation message position issue has been fixed.
|
|
411
|
+
- `#268807` - ResetOnRowClick now works properly with persist selection.
|
|
412
|
+
- `#270585` - recordClick event issue after grouping has been resolved.
|
|
413
|
+
- `#258489, #268908` - Saving the cell through tab key issue in batch edit has been fixed.
|
|
414
|
+
- `#270170` - Script error with Esc key while in cell edit state and filter enabled has been fixed.
|
|
415
|
+
- `#151902`- Script error When auto fit the Grid having Aggregate, Resize and Freeze enabled has been fixed.
|
|
416
|
+
- `#269226,#152345`- Focusing is not working properly when filtering the column by tab key with immediate mode issue has been fixed.
|
|
417
|
+
- `#152164` - CheckBox column value overriding the boolean type column while editing issue has been resolved.
|
|
418
|
+
|
|
419
|
+
## 18.1.42 (2020-04-01)
|
|
420
|
+
|
|
421
|
+
### Grid
|
|
422
|
+
|
|
423
|
+
#### Bug Fixes
|
|
424
|
+
|
|
425
|
+
- `#151795` - Provided the row information when clicking the row drag and drop icon.
|
|
426
|
+
- `#266184`, `#269384`, `#270479` - Last row cell is not saved properly in batch edit mode issue has been fixed.
|
|
427
|
+
- `#267889` - Saving Null value as NaN in numeric edit columns issue has been fixed.
|
|
428
|
+
- `#268588` - Script error while destroying the grouping enabled hierarchy Grid has been fixed.
|
|
429
|
+
- `#269161` - Column chooser issue in IE11 has been resolved.
|
|
430
|
+
|
|
431
|
+
## 18.1.36-beta (2020-03-19)
|
|
432
|
+
|
|
433
|
+
### Grid
|
|
434
|
+
|
|
435
|
+
#### Bug Fixes
|
|
436
|
+
|
|
437
|
+
- `#261856` - Initial sorting with initial grouping issue has been fixed.
|
|
438
|
+
- `#264895` - Provided support to add aggregates for auto generated columns dynamically.
|
|
439
|
+
- `#263303` - Grid UI has been refreshed while changing `allowRowDragAndDrop` property.
|
|
440
|
+
- `#264370` - Empty tooltip for checkbox column with `ellipsisWithTooltip` property issue has been resolved.
|
|
441
|
+
- `#252918` - Provided a feature to change the UI and datasource value without enabling edit property.
|
|
442
|
+
- `#261903`, `#263836` - Incorrect `datetime` predicate issue has been resolved.
|
|
443
|
+
|
|
444
|
+
## 17.4.55 (2020-03-10)
|
|
445
|
+
|
|
446
|
+
### Grid
|
|
447
|
+
|
|
448
|
+
#### Bug Fixes
|
|
449
|
+
|
|
450
|
+
- `#261856` - Initial sorting with initial grouping issue has been fixed.
|
|
451
|
+
- `#264895` - Provided support to add aggregates for auto generated columns dynamically.
|
|
452
|
+
- `#263303` - Grid UI has been refreshed while changing `allowRowDragAndDrop` property.
|
|
453
|
+
- `#264370` - Empty tooltip for checkbox column with `ellipsisWithTooltip` property issue has been resolved.
|
|
454
|
+
- `#252918` - Provided a feature to change the UI and datasource value without enabling edit property.
|
|
455
|
+
- `#261903`, `#263836` - Incorrect `datetime` predicate issue has been resolved.
|
|
456
|
+
- `#151850` - Case sensitivity issue with Excel filter has been resolved.
|
|
457
|
+
- `#267120` - Unwanted new record while pressing tab key with batch mode has been resolved.
|
|
458
|
+
- `#267938` - Improper column rendering issue with column chooser has been resolved.
|
|
459
|
+
- `#264582` - Grid filter dialog styles issue in compatibility theme has been resolved.
|
|
460
|
+
- `#267397` - Misalignment issue has been resolved while hiding columns with Grid edit state.
|
|
461
|
+
- `#264165, #266190` - validation message issue has been fixed when we set `newRowPosition` as bottom in batch mode.
|
|
462
|
+
|
|
463
|
+
## 17.4.51 (2020-02-25)
|
|
464
|
+
|
|
465
|
+
### Grid
|
|
466
|
+
|
|
467
|
+
#### Bug Fixes
|
|
468
|
+
|
|
469
|
+
- `#150980` - script error while using item template issue has been fixed .
|
|
470
|
+
- `#263885` - script error in IE11 while enabling persistence has been resolved.
|
|
471
|
+
|
|
472
|
+
## 17.4.50 (2020-02-18)
|
|
473
|
+
|
|
474
|
+
### Grid
|
|
475
|
+
|
|
476
|
+
#### Bug Fixes
|
|
477
|
+
|
|
478
|
+
- `#262976` - Numeric text box min max validation issue has been resolved.
|
|
479
|
+
- `#149695` - Checkbox search value is added to the filter search begin event.
|
|
480
|
+
- `#261796` - Script error while navigating batch added record with tab has been fixed.
|
|
481
|
+
- `#263530` - `beforeOpenColumnChooser` event has been triggered while calling `openColumnChooser`.
|
|
482
|
+
- `#262469` - Issue in hiding custom column menu has been fixed.
|
|
483
|
+
- `#151010` - Scroll position issue while filtering has been fixed.
|
|
484
|
+
|
|
485
|
+
## 17.4.49 (2020-02-11)
|
|
486
|
+
|
|
487
|
+
### Grid
|
|
488
|
+
|
|
489
|
+
#### Bug Fixes
|
|
490
|
+
|
|
491
|
+
- `#262309` - Incorrect selected records after batch delete issue has been fixed.
|
|
492
|
+
- `#261796` - Script error while adding row at bottom after batch delete has been resolved.
|
|
493
|
+
- `#261544` - Incorrect column resizing with row drag and drop issue has been resolved.
|
|
494
|
+
- `#150858` - Media Query issue has been resolved.
|
|
495
|
+
- `#263233` - Data type in row drop event argument issue has been resolved.
|
|
496
|
+
- `#262898` - Filtering text box in movable columns focus issue has been fixed.�
|
|
497
|
+
|
|
498
|
+
## 17.4.47 (2020-02-05)
|
|
499
|
+
|
|
500
|
+
### Grid
|
|
501
|
+
|
|
502
|
+
#### Bug Fixes
|
|
503
|
+
|
|
504
|
+
- `#261008` - Aggregate issue while batch adding in empty Grid has been resolved.
|
|
505
|
+
- `#150685` - Persist selection behaviour issue has been fixed
|
|
506
|
+
- `#260966` - Excel Filter locale text issue has been resolved.
|
|
507
|
+
- `#261623` - Script error while removing foreign key column filter issue has been resolved.
|
|
508
|
+
- `#260182` - Multiple request while setting query issue has been resolved.
|
|
509
|
+
|
|
510
|
+
## 17.4.46 (2020-01-30)
|
|
511
|
+
|
|
512
|
+
### Grid
|
|
513
|
+
|
|
514
|
+
#### Bug Fixes
|
|
515
|
+
|
|
516
|
+
- `#260390` - Misalignment while editing with frozen column issue has been fixed.
|
|
517
|
+
- `#260090` - `isInteracted` property is added to the row selecting events.
|
|
518
|
+
- `#150452` - Misalignment while hiding columns with row drag and drop has been fixed.
|
|
519
|
+
|
|
520
|
+
## 17.4.44 (2021-01-21)
|
|
521
|
+
|
|
522
|
+
### Grid
|
|
523
|
+
|
|
524
|
+
#### Bug Fixes
|
|
525
|
+
|
|
526
|
+
- `#259865` - Grid focus persistence while checkbox filtering has been fixed.
|
|
527
|
+
- `#258341` - `action` parameter has been added for filter events.
|
|
528
|
+
- `#150314` - Footer template issue with Pdf export has been fixed.
|
|
529
|
+
- `#260453` - `rowDragStartHelper's`action can be cancelled using the `args.cancel` parameter.
|
|
530
|
+
- `#255626` - Grid data not properly loaded on dynamically changing culture issue has been fixed.
|
|
531
|
+
- `#251481` - Provided the pdf export support for Grid stacked header feature.
|
|
532
|
+
|
|
533
|
+
## 17.4.43 (2020-01-14)
|
|
534
|
+
|
|
535
|
+
### Grid
|
|
536
|
+
|
|
537
|
+
#### Bug Fixes
|
|
538
|
+
|
|
539
|
+
- `#259844` - Excel filter with null operator issue has been fixed.
|
|
540
|
+
- `#248887, #245140, #249856` - Selection issue while Virtualization enabled has been fixed.
|
|
541
|
+
|
|
542
|
+
## 17.4.41 (2020-01-07)
|
|
543
|
+
|
|
544
|
+
### Grid
|
|
545
|
+
|
|
546
|
+
#### Bug Fixes
|
|
547
|
+
|
|
548
|
+
- `#257854` - Multiple requests while pager dropdown change has been fixed.
|
|
549
|
+
- `#258463` - CheckBox filter search list query issue has been fixed.
|
|
550
|
+
- `#258467` - Command button duplicate id issue has been fixed.
|
|
551
|
+
- `#258196` - command column with frozen content issue has been fixed.
|
|
552
|
+
- `#258555` - Unnecessary row selected event while paging issue has been fixed.
|
|
553
|
+
- `#258341` - Incorrect arguments of clear filtering events has been fixed.
|
|
554
|
+
|
|
555
|
+
## 17.4.40 (2019-12-24)
|
|
556
|
+
|
|
557
|
+
### Grid
|
|
558
|
+
|
|
559
|
+
#### Bug Fixes
|
|
560
|
+
|
|
561
|
+
- `#257521` - Styling issue on Aggregate columns has been fixed.
|
|
562
|
+
- `#257192` - Provided cancel support for Sorting action.
|
|
563
|
+
- `#253400` - Enabled hovering for whole row in frozen columns.
|
|
564
|
+
- `#F136797, #259020` - Script error throws in `IE11` while using `autoGenerated` columns has been resolved.
|
|
565
|
+
- `#250970` - Check box as field with header checkbox selection is not working properly has been fixed.
|
|
566
|
+
- `#256174` - Select all does not work properly when Grid have empty records with virtual rows in Batch edit has been fixed.
|
|
567
|
+
- `#F146375` - Aggregate is not shown in Exported file for Child Grid issue has been fixed.
|
|
568
|
+
|
|
569
|
+
## 17.4.39 (2019-12-17)
|
|
570
|
+
|
|
571
|
+
### Grid
|
|
572
|
+
|
|
573
|
+
#### Bug Fixes
|
|
574
|
+
|
|
575
|
+
- `#256411` - While programmatically filter the Grid, `filterBar` does not get updated issue has been fixed.
|
|
576
|
+
- Filter item template arguments from single object to nested object structure has been reverted.
|
|
577
|
+
- `#253073`, `#255255` - Aria labels added for grid dialog with feature name for accessibility improvement.
|
|
578
|
+
- `#253073`, `#255255` - When pressing tab key focus moving to next row support added.
|
|
579
|
+
|
|
580
|
+
#### New Features
|
|
581
|
+
|
|
582
|
+
- Provided `virtualization` support in Frozen Grid.
|
|
583
|
+
|
|
584
|
+
## 17.3.28 (2019-11-19)
|
|
585
|
+
|
|
586
|
+
### Grid
|
|
587
|
+
|
|
588
|
+
#### Bug Fixes
|
|
589
|
+
|
|
590
|
+
- `#242503` - Aggregation not working with the Frozen and Batch Editing issue has been fixed.
|
|
591
|
+
- `#254164` - Support for `FilterItemTemplate` function like as `ValueAccessor` is given.
|
|
592
|
+
- `#253705` - `Ctrl+A` in Grid does not select the last record in Batch mode issue has been fixed.
|
|
593
|
+
- `#253106` - Error thrown on using `setCellValue` method when row drag and drop is enabled issue has been fixed.
|
|
594
|
+
- `#253398` - Frozen header height discrepancy when setting `rowHeight` and `allowTextWrap` property issue has been fixed.
|
|
595
|
+
- `#252923` - Grid footer element is invisible while dynamically bind the Grid dataSource issue has been fixed.
|
|
596
|
+
- `#253614` - Changed the scope of the `filterOperator` variable as public.
|
|
597
|
+
|
|
598
|
+
## 17.3.27 (2019-11-12)
|
|
599
|
+
|
|
600
|
+
### Grid
|
|
601
|
+
|
|
602
|
+
#### Bug Fixes
|
|
603
|
+
|
|
604
|
+
- `#249911` - Border style is not set on last row when performing edit operations issue has been fixed.
|
|
605
|
+
- `#253795` - Script error thrown when having header template in stacked header cell issue has been fixed.
|
|
606
|
+
- `#252476` - Script errors throws while navigating empty grid with tab issue has been fixed.
|
|
607
|
+
- `#251960` - Performance issue occurs when selecting large amount of records in Checkbox in Grid.
|
|
608
|
+
- `#251934` - Custom Date format issue has been fixed.
|
|
609
|
+
- `#252405` - Provided operator support for Custom Excel filter.
|
|
610
|
+
- `#252987`,`#252201` - Refreshing the grid with edited child grid throws script error has been fixed.
|
|
611
|
+
- `#148096` - Error thrown when `hidemedia` is enabled issue has been fixed.
|
|
612
|
+
|
|
613
|
+
## 17.3.26 (2019-11-05)
|
|
614
|
+
|
|
615
|
+
### Grid
|
|
616
|
+
|
|
617
|
+
#### Bug Fixes
|
|
618
|
+
|
|
619
|
+
- `#250198` - Unable to cancel row and cell selecting when multi selection is enabled issue has been fixed.
|
|
620
|
+
- `#250198` - `CellSelected` event returning same data for both current and previous cell has been fixed.
|
|
621
|
+
- `#251226`,`#252997` - Complex field primary key column is not working while the column type is string issue has been fixed.
|
|
622
|
+
- `#252052` - Filtering throws console error when complex data with null values are bound to Grid has been fixed.
|
|
623
|
+
- `#251292` - Duplicate records is sent in Remote Save Adaptor batch deleting issue has been fixed.
|
|
624
|
+
- `#252476` - Script error throws while navigating empty grid with tab issue has been fixed.
|
|
625
|
+
|
|
626
|
+
#### Breaking Changes
|
|
627
|
+
|
|
628
|
+
- 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.
|
|
629
|
+
|
|
630
|
+
## 17.3.21 (2019-10-30)
|
|
631
|
+
|
|
632
|
+
### Grid
|
|
633
|
+
|
|
634
|
+
#### Bug Fixes
|
|
635
|
+
|
|
636
|
+
- `#251660` - Grouping with Virtualization throws script error has been fixed.
|
|
637
|
+
|
|
638
|
+
## 17.3.19 (2019-10-22)
|
|
639
|
+
|
|
640
|
+
### Grid
|
|
641
|
+
|
|
642
|
+
#### Bug Fixes
|
|
643
|
+
|
|
644
|
+
- `#247618` - `DataGrid` shows hand icon instead of standard mouse on non sortable and non clickable column headers.
|
|
645
|
+
- `#249163` - Grid header lines are not properly rendered while resizing the window with text wrap feature.
|
|
646
|
+
|
|
647
|
+
## 17.3.17 (2019-10-15)
|
|
648
|
+
|
|
649
|
+
### Grid
|
|
650
|
+
|
|
651
|
+
#### Bug Fixes
|
|
652
|
+
|
|
653
|
+
- `#244767` - Validation error message not shown for Batch and Dialog editing has been fixed.
|
|
654
|
+
- `#249835` - Need to show confirmation dialog while in batch mode with drag and drop has been fixed.
|
|
655
|
+
- `#250135` - Column resizing feature is not working properly when row drag and drop is enabled.
|
|
656
|
+
- `#147538` - `recordDoubleClick` event does not remove when destroy grid element is fixed.
|
|
657
|
+
- `#244693` - Script error throws while using aggregates with set Row method is fixed.
|
|
658
|
+
- `#249990` - Script error throws while using detail template with auto generated columns is fixed.
|
|
659
|
+
- `#145834` - Need to access complex columns while using auto generated columns is fixed.
|
|
660
|
+
- `#249176` - Exclamation sign was not supported by Filter column is fixed.
|
|
661
|
+
|
|
662
|
+
## 17.3.16 (2019-10-09)
|
|
663
|
+
|
|
664
|
+
### Grid
|
|
665
|
+
|
|
666
|
+
#### Bug Fixes
|
|
667
|
+
|
|
668
|
+
- `#249323` - Case-sensitive is not working when filter the records by `filterByColum` issue has been fixed.
|
|
669
|
+
- `#244767` - `childElement` count undefined issue has been fixed.
|
|
670
|
+
- `#244767` - Added the `columnuid` and `customAttributes` in summary column.
|
|
671
|
+
- `#244767` - Misalignment issue has been fixed while using frozen with aggregate.
|
|
672
|
+
- `#244767` - Validation error message position issue has been fixed.
|
|
673
|
+
|
|
674
|
+
## 17.3.14 (2019-10-03)
|
|
675
|
+
|
|
676
|
+
### Grid
|
|
677
|
+
|
|
678
|
+
#### Bug Fixes
|
|
679
|
+
|
|
680
|
+
- `#247870`,`#248097` - Print issue while having grouped columns has been fixed.
|
|
681
|
+
- `#244767` - Script error thrown when having custom aggregates and dynamically show/hide columns has been fixed.
|
|
682
|
+
- `#247790`,`#147427` - True type font issue when having header in Pdf Export has been fixed.
|
|
683
|
+
- `#147146` - Check box filter is not showing results while typing in the search box for boolean type column.
|
|
684
|
+
- `#242503` - Summary not updated for newly added records in the Grid with batch edit mode with freeze columns issue has been fixed.
|
|
685
|
+
- `#147270` - Maximum call stack issue occurs when Grid has no records and set visible property as false for first column has been fixed.
|
|
686
|
+
- `#147513` - AutoComplete does not show records properly in filter menu while using complex data binding has been fixed.
|
|
687
|
+
|
|
688
|
+
## 17.3.9-beta (2019-09-20)
|
|
689
|
+
|
|
690
|
+
### Grid
|
|
691
|
+
|
|
692
|
+
#### Bug Fixes
|
|
693
|
+
|
|
694
|
+
- `#146977` - Script error thrown when enable frozen column with auto generated columns in Grid.
|
|
695
|
+
- `#246309` - `AllowResize` must be disabled when we are in edit state.
|
|
696
|
+
- `#246947`,`#246460`- Script error is thrown while routing with persistence.
|
|
697
|
+
- `#245859` - Can't access selected records properly in `rowSelected` event while selecting the header checkbox.
|
|
698
|
+
- `#244916` - Virtual scroll displays empty block while directly scroll to the bottom.
|
|
699
|
+
|
|
700
|
+
## 17.2.49 (2019-09-04)
|
|
701
|
+
|
|
702
|
+
### Grid
|
|
703
|
+
|
|
704
|
+
#### Bug Fixes
|
|
705
|
+
|
|
706
|
+
- `#244574` - Grid scroller jumps on browser delay while using `virtualization` has been fixed.
|
|
707
|
+
- `#245739` - Filter dialog does not close properly when render grid inside the dialog has been fixed.
|
|
708
|
+
- `#244047` - Focus module destroyed completely from the content ready.
|
|
709
|
+
- `#223749`, `#241000` Provided the support to use `selectRow` method in `virtualized` Grid.
|
|
710
|
+
- `#241241` - Filtering not working with `ColumnVirtualization`.
|
|
711
|
+
- `#244927` - `CurrrentPage` was not refreshed after changing the dropdown with its highest value.
|
|
712
|
+
- Select multi rows with checkbox wrong while set frozen column in grid component has been fixed.
|
|
713
|
+
|
|
714
|
+
## 17.2.48-beta (2019-08-28)
|
|
715
|
+
|
|
716
|
+
### Grid
|
|
717
|
+
|
|
718
|
+
#### Bug Fixes
|
|
719
|
+
|
|
720
|
+
- `#244231` - On key pressing of column chooser Search bar, empty Grid renders if all columns are unchecked, issue has been fixed.
|
|
721
|
+
- `#146166` - CheckBox column disappears after hiding other columns through `columnChooser` issue has been fixed.
|
|
722
|
+
- `#146777` - While locking the column dynamically, the Locked column is not moving to the first column position issue has been fixed.
|
|
723
|
+
- `#245747` - Validation message position is wrong for rows added in the bottom issue has been fixed.
|
|
724
|
+
- `#242519`,`#244186` - Misalignment issue in Frozen Column while editing Grid with edit template.
|
|
725
|
+
- `#243593` - Script error thrown when perform row drag and drop with expand child.
|
|
726
|
+
- `#242503` - On Saving the cell Footer Content `scrollLeft` is set to zero issue has been fixed.
|
|
727
|
+
- `#146553` - Command column was not working when dynamically added in `columnModel` is resolved.
|
|
728
|
+
|
|
729
|
+
## 17.2.47 (2019-08-27)
|
|
730
|
+
|
|
731
|
+
### Grid
|
|
732
|
+
|
|
733
|
+
#### Bug Fixes
|
|
734
|
+
|
|
735
|
+
- `#244231` - On key pressing of column chooser Search bar, empty Grid renders if all columns are unchecked, issue has been fixed.
|
|
736
|
+
- `#146166` - CheckBox column disappears after hiding other columns through `columnChooser` issue has been fixed.
|
|
737
|
+
- `#146777` - While locking the column dynamically, the Locked column is not moving to the first column position issue has been fixed.
|
|
738
|
+
- `#245747` - Validation message position is wrong for rows added in the bottom issue has been fixed.
|
|
739
|
+
- `#242519`,`#244186` - Misalignment issue in Frozen Column while editing Grid with edit template.
|
|
740
|
+
- `#243593` - Script error thrown when perform row drag and drop with expand child.
|
|
741
|
+
- `#242503` - On Saving the cell Footer Content `scrollLeft` is set to zero issue has been fixed.
|
|
742
|
+
- `#146553` - Command column was not working when dynamically added in `columnModel` is resolved.
|
|
743
|
+
|
|
744
|
+
## 17.2.41 (2019-08-14)
|
|
745
|
+
|
|
746
|
+
### Grid
|
|
747
|
+
|
|
748
|
+
#### Bug Fixes
|
|
749
|
+
|
|
750
|
+
- `#244183` - Provided the `cacheAdaptor` support in Grid.
|
|
751
|
+
- `#240141` - Resize not working properly when enabling row drag and drop feature has been fixed.
|
|
752
|
+
- `#243754` - Removed the `filterItemTemplate` from Grid persist data.
|
|
753
|
+
- `#244375` - Checkbox state was not refreshed while calling `openColumnChooser` has been fixed.
|
|
754
|
+
- `#234468` - Script error while refreshing the Grid with `foreignKeyColumn` in persistence enabled has been fixed.
|
|
755
|
+
|
|
756
|
+
## 17.2.40 (2019-08-06)
|
|
757
|
+
|
|
758
|
+
### Grid
|
|
759
|
+
|
|
760
|
+
#### Bug Fixes
|
|
761
|
+
|
|
762
|
+
- `#242503` - Add form gets misplaced in an empty grid with `frozenColumns`.
|
|
763
|
+
- `#242201` - Script error thrown while navigating to other page and come back to grid with filter settings.
|
|
764
|
+
- `#237984` - Need to show warning message if provided dataSource in incorrect format.
|
|
765
|
+
- `#242484` - Default value is not set for the stacked columns.
|
|
766
|
+
- `#146156` - Drag area created while selecting the input area (row drag and drop and multiple selection enabled).
|
|
767
|
+
- `#242673` - Change return type for `getCurrentEditCellData`.
|
|
768
|
+
|
|
769
|
+
## 17.2.39 (2019-07-30)
|
|
770
|
+
|
|
771
|
+
### Grid
|
|
772
|
+
|
|
773
|
+
#### Bug Fixes
|
|
774
|
+
|
|
775
|
+
- `#240377` - Changing page size dynamically in batch edit mode will now prompt confirmation dialog before discarding the changes.
|
|
776
|
+
- `#240117` - Support to access column object in grid column template has been provided. Use `column` inside the template to access the respective column properties.
|
|
777
|
+
- `#242654` - Dynamically changing `ShowInColumnChooser` property now updated in the `columnMenu` too.
|
|
778
|
+
|
|
779
|
+
#### New Features
|
|
780
|
+
|
|
781
|
+
- Default filter operator support has been provided. Use `column.filter.operator` with any of the filter operators to set default operator for filtering.
|
|
782
|
+
|
|
783
|
+
## 17.2.36 (2019-07-24)
|
|
784
|
+
|
|
785
|
+
### Grid
|
|
786
|
+
|
|
787
|
+
#### Bug Fixes
|
|
788
|
+
|
|
789
|
+
- `#241299` - Misalignment is resolved when hiding a column in a `allowDragAndDrop` enabled Grid.
|
|
790
|
+
- `#237505` - Grouping expand and collapse rows are now working properly when `virtualization` enabled with `aggregates`.
|
|
791
|
+
- `#241020` - Grid initial filtering is now working fine while filtering the `foreignKey` enabled column.
|
|
792
|
+
- `#241150`,`#242157` - Script error while clicking inside the Grid edit form with hidden column has been fixed.
|
|
793
|
+
- `#238244` - Script error has been fixed in `IE` browser while continuously create and destroy the grid.
|
|
794
|
+
- `#240283` - Support to dynamically set true/false to the `allowDragAndDrop` has been provided.
|
|
795
|
+
- `#222746` - Last block of records are now working properly in grouping with `virtualization` feature.
|
|
796
|
+
|
|
797
|
+
#### New Features
|
|
798
|
+
|
|
799
|
+
- `#235428` - Support has been provided to enable or disable match case in `filterSettings`. Use `filterSettings.enableCaseSensitivity` to enable or disable match case.
|
|
800
|
+
- Provided `autoFit` property in column level to do initial auto-fitting operation.
|
|
801
|
+
- Provided `keyPressed` event support.
|
|
802
|
+
|
|
803
|
+
## 17.2.35 (2019-07-17)
|
|
804
|
+
|
|
805
|
+
### Grid
|
|
806
|
+
|
|
807
|
+
#### Bug Fixes
|
|
808
|
+
|
|
809
|
+
- `#238402` - Sort comparer is now working properly for `RemoteSaveAdaptor`;
|
|
810
|
+
- `#235736`, `#237229` - Provided responsive height support for `columnChooser` of `columnMenu`.
|
|
811
|
+
- `#234395` - Provided currency code while exporting to excel end `csv` documents.
|
|
812
|
+
- `#232623` - Comparer object is now properly working in custom `sortComparer` function while performing in descending order.
|
|
813
|
+
- `#240045` - `recordDoubleClick` event is now prevented while clicking on `groupcaption` row.
|
|
814
|
+
- `#239272` - `autoFitColumns` for column resizing is now calculated based on aggregates cell content too.
|
|
815
|
+
- `#241310` - Text wrap is now applying for movable headers too while refreshing the grid.
|
|
816
|
+
- `#234709` - Sorting order is now maintained in the column after undo operation of the grouped column.
|
|
817
|
+
- `#236350` - Script error has been resolved while destroying the grid with pager template.
|
|
818
|
+
|
|
819
|
+
## 17.2.34 (2019-07-11)
|
|
820
|
+
|
|
821
|
+
### Grid
|
|
822
|
+
|
|
823
|
+
#### Bug Fixes
|
|
824
|
+
|
|
825
|
+
- `#237403` - Footer template shows proper result when using both group footer and footer template in exported excel document.
|
|
826
|
+
- `#232272` - `RemoteSaveAdaptor` batch changes are now refreshed properly in grid when `ContractResolver` set to `DefaultContractResolver`.
|
|
827
|
+
- `#236337, #234622` - Child grid data is now successfully loads with query property in the `url` adaptor.
|
|
828
|
+
- `#236011` - Selection `api` example is now working properly in the sample browser.
|
|
829
|
+
- `#233069` - Intelligence is now showing properly for `editSettings.template` property of the grid.
|
|
830
|
+
- `#239971` - Script error has been fixed in command column while adding a new row.
|
|
831
|
+
- `#233758` - Underscore in the field name is considered as Complex data while saving the changes in Dialog template editing has been fixed.
|
|
832
|
+
|
|
833
|
+
#### Breaking Changes
|
|
834
|
+
|
|
835
|
+
- Now in dialog and inline template editing, the element name for complex fields should be given with triple underscore instead of single underscore. This change has been made as underscore is valid identifier in DB field names.
|
|
836
|
+
|
|
837
|
+
## 17.2.28-beta (2019-06-27)
|
|
838
|
+
|
|
839
|
+
### Grid
|
|
840
|
+
|
|
841
|
+
#### Bug Fixes
|
|
842
|
+
|
|
843
|
+
- #238512 - Script error during show or hide column operations in `hierarchyGrid` has been resolved.
|
|
844
|
+
- #145013 - Support has been provided for custom command button click event.
|
|
845
|
+
- #239027 - `Multiselection` is now handled for `Mac` `OS`.
|
|
846
|
+
- #236920 - `field` property is applied to `headerText` in `MVC` platform When header text is set as blank has been resolved.
|
|
847
|
+
- #234538 - Performing filter operation in the `dropdownlist` is updating Grid column's `dataSource` has been resolved.
|
|
848
|
+
- #238762 - `beforePaste` event support has been provided.
|
|
849
|
+
- #239158 - Selection border is not removed while clearing the selection using `clearSelection` method has been fixed.
|
|
850
|
+
- #238396 - Custom filter is now working properly with `0` value.
|
|
851
|
+
- #237140 - `ForeignKey` column filtering is now working in remote date with same `foreignKeyfield` and `foreignkeyvalue`.
|
|
852
|
+
- #232623 - Support has been provided to send row object as one of the parameter for `sortComparer` function.
|
|
853
|
+
- #145110 - Column chooser is now working properly when column is not shown in the column chooser list.
|
|
854
|
+
- #234709 - Sorting is maintained in the column after `ungrouping` the column has been resolved.
|
|
855
|
+
- #236657 - `getSelectedRowCellIndexes` method has been fixed to return appropriate values.
|
|
856
|
+
- #236295 - An `object` type is set as `defaultValue` property for `aspType`.
|
|
857
|
+
- #237984 - Warning log support has been provided for indicating incorrect `dataSource` in `asyncpipe`.
|
|
858
|
+
- #144746 - Server post request has been prevented in `pdfExport` while exporting the `currentViewData`.
|
|
859
|
+
- #223604 - Script error while scrolling when `activeElement` is in null state has been fixed.
|
|
860
|
+
- #235834 - `isVisibile` property is now set while generating focus matrix.
|
|
861
|
+
|
|
862
|
+
#### Breaking Changes
|
|
863
|
+
|
|
864
|
+
- Show or hide operation in grid is no more asynchronous. Previously show/hide grid columns has refreshed the grid content and `dataBound` event will be triggered. This behaviour has been now made synchronous to improve toggle visibility performance.
|
|
865
|
+
- `minWidth` property value is now applied to the columns when column width is not provided. This ensures that the cell content can occupy as much as available space and should not shrink below the given `minWidth` value.
|
|
866
|
+
|
|
867
|
+
## 17.1.51 (2019-06-11)
|
|
868
|
+
|
|
869
|
+
### Grid
|
|
870
|
+
|
|
871
|
+
#### Bug Fixes
|
|
872
|
+
|
|
873
|
+
- #235294 - Pager of the grid is refreshed properly during grid persistence.
|
|
874
|
+
- #232623 - Complex field structure for primary key columns when using deep watch has been resolved.
|
|
875
|
+
- #233441 - Misalignment has been fixed when applying `auto-fit` for stacked header columns.
|
|
876
|
+
- #234514 - Context menu is properly rendering when using both default and custom items in header.
|
|
877
|
+
- #235841 - `Colspan` is set properly while having empty records in hierarchy grid.
|
|
878
|
+
- #236745 - `aria-label` attribute is updated when changing value in batch mode.
|
|
879
|
+
- #144884 - Selected `rowIndexes` during `selectAll` checkbox operation has been resolved.
|
|
880
|
+
- #143410 - Exporting pdf document with UTC date value in string format has been fixed.
|
|
881
|
+
- #235826 - Filter icon overlaps the `headerText` when using menu filter dynamically has been fixed.
|
|
882
|
+
- #235017 - Problem with visible property, when `HideAtMedia` is enabled for the column has been resolved.
|
|
883
|
+
- #235264 - Script error when click on the column menu filter option in phone mode has been fixed.
|
|
884
|
+
- #236759 - `ContextMenu` maintains the previous selected row has been resolved.
|
|
885
|
+
- #237815 - Grid updated value is persisted when data has not been returned from server.
|
|
886
|
+
- #237239 - Template column is rendered properly with persistence during page refresh.
|
|
887
|
+
|
|
888
|
+
## 17.1.50 (2019-06-04)
|
|
889
|
+
|
|
890
|
+
### Grid
|
|
891
|
+
|
|
892
|
+
#### Bug Fixes
|
|
893
|
+
|
|
894
|
+
- #236235 - To get the visible element in custom function while using custom validation has been resolved.
|
|
895
|
+
- #235593 - To send the `tr` element in `rowDataBound` event instead of document fragment has been fixed.
|
|
896
|
+
- #144448 - Maximum call stack issue while invoking `clearFiltering` method in `dataBound` event has been fixed.
|
|
897
|
+
- #144431 - Grid export when null is provided for any complex field has been resolved.
|
|
898
|
+
- #235415 - `actionFailure` event during successful server side `CRUD` actions has been resolved.
|
|
899
|
+
- #234931 - Performance of checking checkbox columns during show/hide operation has been optimized.
|
|
900
|
+
- #235081 - Column value as null in `contextMenuClick` event `args` while the target is column cell has been fixed.
|
|
901
|
+
- #232225 - Server side Sorting in complex type(with nullable value) data column has been fixed.
|
|
902
|
+
- #143671 - Grid filter with null date values has been resolved.
|
|
903
|
+
- #225078 - Excel filter check list search criteria has been considered for grid filtering.
|
|
904
|
+
|
|
905
|
+
## 17.1.48 (2019-05-21)
|
|
906
|
+
|
|
907
|
+
### Grid
|
|
908
|
+
|
|
909
|
+
#### Bug Fixes
|
|
910
|
+
|
|
911
|
+
- #228547 - White space during normal editing is fixed while enabling the row drag and drop functionality.
|
|
912
|
+
- #232660 - Script error while exporting the grouped Grid with `enableGroupByFormat` has been resolved.
|
|
913
|
+
|
|
914
|
+
#### New Features
|
|
915
|
+
|
|
916
|
+
- #144253 - Provided tag helper support for data manager control.
|
|
917
|
+
- #225561 - Provided support to filter records when `ForeignKey` columns and Grid columns have same field names.
|
|
918
|
+
|
|
919
|
+
## 17.1.47 (2019-05-14)
|
|
920
|
+
|
|
921
|
+
### Grid
|
|
922
|
+
|
|
923
|
+
#### Bug Fixes
|
|
924
|
+
|
|
925
|
+
- #226746 - Provide support to set format for aggregate values while exporting is resolved.
|
|
926
|
+
- #234554 - Provide template support for stacked header is resolved.
|
|
927
|
+
- #234230 - Batch edit misbehaves when `allowDragAndDrop` enabled is resolved.
|
|
928
|
+
- #229226 - `Hyperlink` is not working when setting `clipMode` property in `iOS` is resolved.
|
|
929
|
+
|
|
930
|
+
## 17.1.44 (2019-05-07)
|
|
931
|
+
|
|
932
|
+
### Grid
|
|
933
|
+
|
|
934
|
+
#### Bug Fixes
|
|
935
|
+
|
|
936
|
+
- #234045 - Custom date format does not applied properly when excel exporting is fixed.
|
|
937
|
+
- #231005 - Added Select All option for column chooser.
|
|
938
|
+
- #232848 - `enablePersistence` with virtual scrolling displays blank page after refresh is resolved.
|
|
939
|
+
|
|
940
|
+
## 17.1.43 (2019-04-30)
|
|
941
|
+
|
|
942
|
+
### Grid
|
|
943
|
+
|
|
944
|
+
#### Bug Fixes
|
|
945
|
+
|
|
946
|
+
- #233158- Duplicate virtual element rendered while refreshing the grid is resolved.
|
|
947
|
+
- #230859- `actionComplete` event argument `requestType` shown as `paging` while delete operation is resolved.
|
|
948
|
+
- #233673- Script error occurs while using column `virtualization` with `enablePersistance` property is resolved.
|
|
949
|
+
- #233281- Misalignment between frozen and movable content when using EJ compatibility CSS is resolved.
|
|
950
|
+
- #233413- Alignment issue in grid stacked header when we enable frozen feature is resolved.
|
|
951
|
+
- #143681- `clearFiltering` method will send multiple posts in excel filter is resolved.
|
|
952
|
+
- #234189- Script error while using hidden columns method is resolved.
|
|
953
|
+
|
|
954
|
+
## 17.1.42 (2019-04-23)
|
|
955
|
+
|
|
956
|
+
### Grid
|
|
957
|
+
|
|
958
|
+
#### Bug Fixes
|
|
959
|
+
|
|
960
|
+
- #233507- Need to modify `api` description for `startedit` method is resolved.
|
|
961
|
+
- #229454- A large text content gets collapsed while using `rowHeight` in grid is resolved.
|
|
962
|
+
- #232985- Need to send edit operation `args` in `beforeDataBound` event is resolved.
|
|
963
|
+
- #231808- Problem in hiding scrollbar place holder when having frozen is resolved.
|
|
964
|
+
- #232924- Horizontal scrollbar gets hidden in `IE` and `EDGE` browsers is resolved.
|
|
965
|
+
|
|
966
|
+
## 17.1.41 (2019-04-16)
|
|
967
|
+
|
|
968
|
+
### Grid
|
|
969
|
+
|
|
970
|
+
#### Bug Fixes
|
|
971
|
+
|
|
972
|
+
- `args.cancel` support for grid `rowDeselecting` event with checkbox selection is provided.
|
|
973
|
+
- `rowDeselected` event is misbehaved when performing the grid action with `persistSelection` property is resolved.
|
|
974
|
+
- Unable to provide custom format for aggregate columns using tag helpers is resolved.
|
|
975
|
+
- When the field for column is ""(not defined) then the column displays as "[object][object]" is resolved.
|
|
976
|
+
- Searching is not working when dynamically changing the toolbar tooltip text is resolved.
|
|
977
|
+
- Checkbox options in filter dialog misaligns in touch mode is resolved.
|
|
978
|
+
|
|
979
|
+
## 17.1.40 (2019-04-09)
|
|
980
|
+
|
|
981
|
+
### Grid
|
|
982
|
+
|
|
983
|
+
#### Bug Fixes
|
|
984
|
+
|
|
985
|
+
- Column template is removed after calling `getPersistData` method is resolved.
|
|
986
|
+
- Script error is resolved when using `setRowData` method in `cellSave` event.
|
|
987
|
+
- Grid content background in `material-dark` theme is resolved.
|
|
988
|
+
- Group caption is displaying `[object][object]` instead of 0 with `foreignkey` column is resolved.
|
|
989
|
+
- Missing of records after sorting in virtual scrolling grid is resolved.
|
|
990
|
+
- Script error when opening column menu in column virtualised grid is resolved.
|
|
991
|
+
- Grid menu filter does not filter the null date values properly is resolved.
|
|
992
|
+
- Validation message is hidden when editing the last row of the current page is resolved.
|
|
993
|
+
- Validation message is misplaced while using horizontal scrollbar in grid is resolved.
|
|
994
|
+
- `actionComplete` event is not invoked after delete all records is resolved.
|
|
995
|
+
- `GetRowIndexes` method returns incorrect index when invoked after filtering records in virtualisation grid.
|
|
996
|
+
- A support to get row index from row data is provided.
|
|
997
|
+
- Unable to delete record using command delete button when `showConfirmDialog` set to `false` is resolved.
|
|
998
|
+
|
|
999
|
+
## 17.1.38 (2019-03-29)
|
|
1000
|
+
|
|
1001
|
+
### Grid
|
|
1002
|
+
|
|
1003
|
+
#### Bug Fixes
|
|
1004
|
+
|
|
1005
|
+
- Excluded template from `pageSettings` while get persist data in Grid.
|
|
1006
|
+
- Edit cells are focused when enabling `multiselect` dropdown with checkbox mode.
|
|
1007
|
+
- Grid `validationRules` works fine while using min and max value for `NumericTextBox`.
|
|
1008
|
+
- Script error is resolved when opening `contextmenu` in stacked header.
|
|
1009
|
+
- In `FilterBar` mode, the specified format is applied to date column value while performing initial filtering.
|
|
1010
|
+
- Grid exports current view columns alone when column `virtualization` is enabled.
|
|
1011
|
+
- Filtering is working properly after Search toolbar action.
|
|
1012
|
+
- Additional parameters should be send in `params` property is achieved.
|
|
1013
|
+
- `StringLength` attribute converts the HTML value as `lowercase` instead of `camelCase` issue is resolved.
|
|
1014
|
+
- Grid Locale is not applied for edit Form components is resolved.
|
|
1015
|
+
- Complex data fields are updated in `OdataV4` adaptor.
|
|
1016
|
+
- Provided support for defining custom `url` in Normal editing for `Odata` adaptor.
|
|
1017
|
+
- Script error is resolved while opening the menu filter in empty grid.
|
|
1018
|
+
- Underscore with field is consider as complex data while save the changes in dialog template editing is resolved.
|
|
1019
|
+
- Script error is resolved in excel Filter for date columns when data source for date column is in string.
|
|
1020
|
+
- Programmatic update and delete operations are working properly with batch mode.
|
|
1021
|
+
- Checkbox is aligned properly when a row with check box column with `textAlign` property is edited.
|
|
1022
|
+
- Row misalignment occurs when having checkbox column as frozen is resolved.
|
|
1023
|
+
- Searching misbehaves in a `URLAdaptor` bind in Grid while having Checkbox column is resolved.
|
|
1024
|
+
- Column menu icon is misaligned when changing default `rowHeight` of the grid is resolved.
|
|
1025
|
+
- UI issue with Excel Filter Dialog in Bootstrap theme is resolved.
|
|
1026
|
+
- Search query in `WebAPI` request is not proper when have a CheckBox column in Grid is resolved.
|
|
1027
|
+
- Row height is applied in Grid with null values in first column.
|
|
1028
|
+
- Provided Internal events support for cancelling the batch editing and after the form render.
|
|
1029
|
+
- Row deselection is not working properly while using `persistSelection` property is resolved.
|
|
1030
|
+
- Using checkbox property in `IEditCell` type throws compilation error is resolved.
|
|
1031
|
+
- Grid Excel filter sub menu misalignment in IE11 browser is resolved.
|
|
1032
|
+
- Pager is not refreshed with `currentPage` value in `pageSettings` while initial rendering is resolved.
|
|
1033
|
+
- Grid shows incorrect result while getting selected records with `selectAll` in `rowSelected` event is resolved.
|
|
1034
|
+
- `Childgrid` with empty record is not showing No records to display while excel exporting is resolved.
|
|
1035
|
+
|
|
1036
|
+
#### New Features
|
|
1037
|
+
|
|
1038
|
+
- Provided `virtualization` support while expand or collapse the grouped records when `virtualization` is enabled.
|
|
1039
|
+
- Provided support to edit next row cell while pressing the tab key in Batch edit mode.
|
|
1040
|
+
- Provided support to add new row in bottom while pressing the tab key in last cell of last row in current page.
|
|
1041
|
+
- Provided support to trigger `actionComplete` event after calling `expandAll` and `collapseAll` methods.
|
|
1042
|
+
- Provided support to implement 'Angular deep watch pipe'.
|
|
1043
|
+
- Add and Delete operation changes are updated in the grid UI when `virtualization` is used.
|
|
1044
|
+
- Provided internal event to change the edit form elements for tree grid team.
|
|
1045
|
+
- Provided Error handler support in Grid Component.
|
|
1046
|
+
|
|
1047
|
+
## 17.1.1-beta (2019-01-29)
|
|
1048
|
+
|
|
1049
|
+
### Grid
|
|
1050
|
+
|
|
1051
|
+
#### New Features
|
|
1052
|
+
|
|
1053
|
+
- Provided support for toggle selection on row and cells.
|
|
1054
|
+
- Provided reorder position support for the target field index.
|
|
1055
|
+
- Provided support to restrict the searching in column level
|
|
1056
|
+
- Provided set model support for `selectedRowIndex` property.
|
|
1057
|
+
- Provided add `params` support to customize the controls which are used in Menu filter.
|
|
1058
|
+
|
|
1059
|
+
### Grid
|
|
1060
|
+
|
|
1061
|
+
#### Bug Fixes
|
|
1062
|
+
|
|
1063
|
+
- Updating `Vue` component data throws script error with `stacked header` is resolved.
|
|
1064
|
+
- `rowHeight` is not working when group grid columns is resolved.
|
|
1065
|
+
- Pager dropdown does not render in `Production` is fixed.
|
|
1066
|
+
- Provided support to exclude the `grid` properties from persist in the grid initialize.
|
|
1067
|
+
- `Validation rules` not working in Grid stacked columns is fixed.
|
|
1068
|
+
- `Advanced popup` is misaligned in `excel-filter` when scroll down on the page.
|
|
1069
|
+
- `RowSelected` event is triggered when sub context menu get open is fixed.
|
|
1070
|
+
- `Query` property not working for dynamic property change is fixed.
|
|
1071
|
+
- `Touch-scrolling` frozen content moves page scrollbar is resolved.
|
|
1072
|
+
- Script error throws in `row-template` when scroll up/down is fixed.
|
|
1073
|
+
- Unable to filter the date column with `excel-filter` using `DataOperations` class is fixed.
|
|
1074
|
+
- `IE` cannot handle the viewport height when `scroll(virtual scrolling)` is resolved.
|
|
1075
|
+
- Grouped column is not included in dialog editing when `showGroupedColumn` is false is fixed.
|
|
1076
|
+
- `Initial Grouping` not maintained when setting the `locale` property dynamically is fixed.
|
|
1077
|
+
- Script error when `editTemplate` is used in batch mode is fixed.
|
|
1078
|
+
|
|
1079
|
+
#### New Features
|
|
1080
|
+
|
|
1081
|
+
- `row Drag and Drop` support within a single grid is provided.
|
|
1082
|
+
- Support for `true type` font in PDF library is added.
|
|
1083
|
+
- `Hierarchy Grid` printing support is added.
|
|
1084
|
+
- Support For `Excel,CSV and Pdf export` with Hierarchy Grid is provided.
|
|
1085
|
+
- Support for `row-spanning` in Grid is added.
|
|
1086
|
+
- Adding a new row at the bottom of the grid support is added.
|
|
1087
|
+
- support for `paste option` to Grid from `Excelsheet/Grid` is provided.
|
|
1088
|
+
- `Excel-Like Auto Filling` support is added.
|
|
1089
|
+
|
|
1090
|
+
## 16.4.40-beta (2018-12-10)
|
|
1091
|
+
|
|
1092
|
+
### Grid
|
|
1093
|
+
|
|
1094
|
+
#### Bug Fixes
|
|
1095
|
+
|
|
1096
|
+
- Getter function from super class are not available inside the `template-context` is fixed.
|
|
1097
|
+
- Filter icon goes a little above the `headerText` with `wrapMode` as `Header` is resolved.
|
|
1098
|
+
- `rowDeselecting` event not triggered after double clicking a particular row and select different row is resolved.
|
|
1099
|
+
- `Column-Menu` items are not disabled when disabled the grid properties at column level is fixed.
|
|
1100
|
+
- Provided theme support for grid header in `excel-export`.
|
|
1101
|
+
- Provided whole dataset for the `custom-aggregate` function when use `disablePageWiseAggregate` with no grouping.
|
|
1102
|
+
- Provided theme support for grid content in `pdf-export`.
|
|
1103
|
+
- Script error when `editTemplate` is used in `batch mode` is fixed.
|
|
1104
|
+
|
|
1105
|
+
#### Breaking Changes
|
|
1106
|
+
|
|
1107
|
+
Interface changed for `PdfExportProperties`
|
|
1108
|
+
| Property | Old | New |
|
|
1109
|
+
| -------- | --- | --- |
|
|
1110
|
+
| **theme.header** | borders.color | border.color |
|
|
1111
|
+
| | borders.lineStyle | border.dashStyle |
|
|
1112
|
+
| **theme.record** | borders.color | border.color |
|
|
1113
|
+
| | borders.lineStyle| border.dashStyle |
|
|
1114
|
+
| **theme.caption** | borders.color | border.color |
|
|
1115
|
+
| | borders.lineStyle | border.dashStyle |
|
|
1116
|
+
|
|
1117
|
+
## 16.3.33 (2018-11-20)
|
|
1118
|
+
|
|
1119
|
+
### Grid
|
|
1120
|
+
|
|
1121
|
+
#### Bug Fixes
|
|
1122
|
+
|
|
1123
|
+
- Using html in `footerTemplate` of aggregation is hidden in `excel-export` and `pdf-export` is fixed.
|
|
1124
|
+
- `columnMenu` is not properly render when disable the grid properties at column level is resolved.
|
|
1125
|
+
- With Virtual scrolling, args.data returns as undefined in `rowSelected` event is fixed.
|
|
1126
|
+
- `Virtualization` translate value calculated incorrectly when set `height` 100% is fixed.
|
|
1127
|
+
|
|
1128
|
+
## 16.3.32 (2018-11-13)
|
|
1129
|
+
|
|
1130
|
+
### Grid
|
|
1131
|
+
|
|
1132
|
+
#### Bug Fixes
|
|
1133
|
+
|
|
1134
|
+
- Refreshing a template in column Grid after edit and update displays no records in IE is fixed.
|
|
1135
|
+
- Unable to use `captionTemplate` in angular grid is resolved.
|
|
1136
|
+
|
|
1137
|
+
## 16.3.31 (2018-11-07)
|
|
1138
|
+
|
|
1139
|
+
### Grid
|
|
1140
|
+
|
|
1141
|
+
#### Bug Fixes
|
|
1142
|
+
|
|
1143
|
+
- `aggregateModule` is made public from grid class.
|
|
1144
|
+
- `Tooltip` throw script error when hover grid cell faster with `EllipsisWithTooltip` is fixed.
|
|
1145
|
+
- `excelexport` failed when complex property has null as value is resolved.
|
|
1146
|
+
- Script error throws while deleting the records after adding new records in `batch-editing` mode is resolved.
|
|
1147
|
+
|
|
1148
|
+
#### New Features
|
|
1149
|
+
|
|
1150
|
+
- Provided dialog settings to customize dialog-editing.
|
|
1151
|
+
|
|
1152
|
+
#### Breaking Changes
|
|
1153
|
+
|
|
1154
|
+
- For dialog editing, the dialog overlay will be displayed to entire document, Previously the overlay will be displayed only on the grid element.
|
|
1155
|
+
|
|
1156
|
+
## 16.3.30 (2018-11-01)
|
|
1157
|
+
|
|
1158
|
+
### Grid
|
|
1159
|
+
|
|
1160
|
+
#### Bug Fixes
|
|
1161
|
+
|
|
1162
|
+
- `extend` like method to keep getters in the data is added.
|
|
1163
|
+
- `Tab-key` press and update the data in `command-column` causes multiple posts at server side is resolved.
|
|
1164
|
+
- Added `target` to the arguments of the `rowDeselecting` event of Grid.
|
|
1165
|
+
- Cell edit template read function does not called when column type as `boolean` is resolved.
|
|
1166
|
+
- Script error thrown in production mode when using `hideColumns` method to hide a column.
|
|
1167
|
+
|
|
1168
|
+
## 16.3.27 (2018-10-23)
|
|
1169
|
+
|
|
1170
|
+
### Grid
|
|
1171
|
+
|
|
1172
|
+
#### Bug Fixes
|
|
1173
|
+
|
|
1174
|
+
- Grid `Filter` column field is undefined while using stacked headers is fixed.
|
|
1175
|
+
- Angular Grid is failed in production mode when `sideEffects` is set as false is fixed.
|
|
1176
|
+
- `Checkbox` select all is not selecting all records when batch added record is fixed.
|
|
1177
|
+
- `rowHeight` is not set properly when grouping column enabled is resolved.
|
|
1178
|
+
- When performing excel filter search with enter key the operators are always `contains` is resolved.
|
|
1179
|
+
- script error throws in `rowSelected` and `cellSelected` event after moving from one page to another page is fixed.
|
|
1180
|
+
|
|
1181
|
+
## 16.3.25 (2018-10-15)
|
|
1182
|
+
|
|
1183
|
+
### Grid
|
|
1184
|
+
|
|
1185
|
+
#### Bug Fixes
|
|
1186
|
+
|
|
1187
|
+
- Angular Grid printing is not working properly when using ng-template is fixed.
|
|
1188
|
+
- dialog template is not working properly when grid contains column template is fixed.
|
|
1189
|
+
- `ODataV4` - Need to skip expand and select queries when apply `groupby` is used is added.
|
|
1190
|
+
- parse error when valid `json` values are passed into `DataUtil.parse.parseJSON`.
|
|
1191
|
+
- field value is undefined while adding the record in batch editing when we enable checkbox selection is resolved.
|
|
1192
|
+
- Need to provide whole dataset for the custom aggregate function when use `disablePageWiseAggregates` with no grouping is added.
|
|
1193
|
+
- `rowSelected` event arguments are not proper when selecting new records in batch mode is fixed.
|
|
1194
|
+
- Custom aggregate function parameters are incorrect when perform grouping with `disablePageWiseAggregates` is resolved.
|
|
1195
|
+
- `setCellValue` is not working for template column is fixed.
|
|
1196
|
+
- Provided separate title support for command column button.
|
|
1197
|
+
|
|
1198
|
+
## 16.3.24 (2018-10-09)
|
|
1199
|
+
|
|
1200
|
+
### Grid
|
|
1201
|
+
|
|
1202
|
+
#### Bug Fixes
|
|
1203
|
+
|
|
1204
|
+
- Excel Exporting with aggregates throws error is fixed.
|
|
1205
|
+
- Field value is undefined while adding record in batch editing when enabling checkbox selection is fixed.
|
|
1206
|
+
- Column chooser is overridden by search textbox due to padding top property issue is fixed.
|
|
1207
|
+
- Rendering dropdown component in grid editing returns only the first record in the dropdown list is fixed.
|
|
1208
|
+
- Parent grid column chooser is not opening after expanding child grid in hierarchical is resolved.
|
|
1209
|
+
- Grid Excel export not supporting the custom date format instead of skeleton format is resolved.
|
|
1210
|
+
- Provided support for range selection delete with Batch mode.
|
|
1211
|
+
- Separators are not hidden in context menu is resolved.
|
|
1212
|
+
- Using angular services to replace display values in checkbox filter is resolved.
|
|
1213
|
+
|
|
1214
|
+
## 16.3.23 (2018-10-03)
|
|
1215
|
+
|
|
1216
|
+
### Grid
|
|
1217
|
+
|
|
1218
|
+
#### Bug Fixes
|
|
1219
|
+
|
|
1220
|
+
- Prevented the grid refresh action when change the `showDropArea` visibility.
|
|
1221
|
+
- Changed the default values while add the empty data.
|
|
1222
|
+
- Context menu separators are not hidden properly when open in header.
|
|
1223
|
+
- Script error is thrown while auto fit the hierarchy grid with empty data is fixed.
|
|
1224
|
+
- Batch changes not passed when the column is edited with spaces.
|
|
1225
|
+
- Misalignment occurred while doing show or hide grid column with enable frozen columns is fixed.
|
|
1226
|
+
- Support for column chooser can search with user given operators.
|
|
1227
|
+
|
|
1228
|
+
## 16.3.22 (2018-09-25)
|
|
1229
|
+
|
|
1230
|
+
### Grid
|
|
1231
|
+
|
|
1232
|
+
#### Bug Fixes
|
|
1233
|
+
|
|
1234
|
+
- Provided `batchsave` as request type for `actionComplete` event of bulk save.
|
|
1235
|
+
- Provided optional parameter support for `autoFitColumns` API.
|
|
1236
|
+
- Cancel icon is not clearing the searched text when externally opening column chooser fixed.
|
|
1237
|
+
- Now row height is set in batch edit mode to avoid shrinking when not data is added.
|
|
1238
|
+
- Foreign key column checkbox filter shows blank values resolved.
|
|
1239
|
+
- Date value is sent to server side as empty sting instead of null value while adding the record fixed.
|
|
1240
|
+
- Script error thrown when perform editing with command column and detail template.
|
|
1241
|
+
- Need to retrieve the batch changes from the grid when the column is edited with spaces.
|
|
1242
|
+
- Changing page size dropdown value destroys another grid page size dropdown resolved.
|
|
1243
|
+
- Deleted record row objects maintains resolved.
|
|
1244
|
+
- Resolved issue with dynamic data source change when foreign key is used.
|
|
1245
|
+
- Added cancel event argument for search `actionBegin` event.
|
|
1246
|
+
- `ODataV4` - Excel filter now uses `groupby` to get distinct data.
|
|
1247
|
+
- Autofit columns for empty detail Grid issue is fixed.
|
|
1248
|
+
|
|
1249
|
+
## 16.3.21 (2018-09-22)
|
|
1250
|
+
|
|
1251
|
+
### Grid
|
|
1252
|
+
|
|
1253
|
+
#### Bug Fixes
|
|
1254
|
+
|
|
1255
|
+
- Initial multi-sorting icon is added incorrectly fixed.
|
|
1256
|
+
- Validation for complex property is not added properly resolved.
|
|
1257
|
+
|
|
1258
|
+
#### New Features
|
|
1259
|
+
|
|
1260
|
+
- Dialog edit template support added.
|
|
1261
|
+
- Reactive aggregate update support added.
|
|
1262
|
+
- Date time type column filter support added.
|
|
1263
|
+
- Windows explorer like check-box selection added.
|
|
1264
|
+
- Expand and collapse enabled in excel exported document for grouped grid.
|
|
1265
|
+
- Support to prevent the overriding of autofit columns by Resizing added.
|
|
1266
|
+
- Show All option added for page size drop-down.
|
|
1267
|
+
|
|
1268
|
+
## 16.3.17 (2018-09-12)
|
|
1269
|
+
|
|
1270
|
+
### Grid
|
|
1271
|
+
|
|
1272
|
+
#### Bug Fixes
|
|
1273
|
+
|
|
1274
|
+
- Initial multi-sorting icon is added incorrectly fixed.
|
|
1275
|
+
- Validation for complex property is not added properly resolved.
|
|
1276
|
+
|
|
1277
|
+
#### New Features
|
|
1278
|
+
|
|
1279
|
+
- Dialog edit template support added.
|
|
1280
|
+
- Reactive aggregate update support added.
|
|
1281
|
+
- Date time type column filter support added.
|
|
1282
|
+
- Windows explorer like check-box selection added.
|
|
1283
|
+
- Expand and collapse enabled in excel exported document for grouped grid.
|
|
1284
|
+
- Support to prevent the overriding of autofit columns by Resizing added.
|
|
1285
|
+
- Show All option added for page size drop-down.
|
|
1286
|
+
|
|
1287
|
+
## 16.2.50 (2018-09-04)
|
|
1288
|
+
|
|
1289
|
+
### Grid
|
|
1290
|
+
|
|
1291
|
+
#### Bug Fixes
|
|
1292
|
+
|
|
1293
|
+
- Script error thrown with dynamic column and datasource inside the service subscription.
|
|
1294
|
+
- Cell selection misbehaves when having both checkbox and template columns in Grid issue is fixed.
|
|
1295
|
+
- Initial sorting and grid sorting is fixed when `isFrozen` property set for column.
|
|
1296
|
+
- Maximum call stack occurred when traverse through grouped hierarchy grid issue resolved.
|
|
1297
|
+
|
|
1298
|
+
#### Breaking Changes
|
|
1299
|
+
|
|
1300
|
+
- For remote data, while using the checkbox/excel filter, the search operator is changed to `equal` for `number` and `date` type columns.
|
|
1301
|
+
Previously `startswith` operator was used.
|
|
1302
|
+
|
|
1303
|
+
## 16.2.49 (2018-08-21)
|
|
1304
|
+
|
|
1305
|
+
### Grid
|
|
1306
|
+
|
|
1307
|
+
#### Bug Fixes
|
|
1308
|
+
|
|
1309
|
+
- Cursor element height set as 0 when using hidden property issue resolved.
|
|
1310
|
+
- Updating `foreignKey` with URL Adaptor not working issue resolved.
|
|
1311
|
+
- `actionComplete` event is raised for batch save operation.
|
|
1312
|
+
|
|
1313
|
+
## 16.2.48 (2018-08-14)
|
|
1314
|
+
|
|
1315
|
+
### Grid
|
|
1316
|
+
|
|
1317
|
+
#### Bug Fixes
|
|
1318
|
+
|
|
1319
|
+
- `ODataV4` - `$search` is not used when using foreign key column resolved.
|
|
1320
|
+
- Primary key column is now included in select query when using `columnQueryMode` as `ExcludeHidden`.
|
|
1321
|
+
- Edit form is now rendered with tab key while grid is rendered inside dialog.
|
|
1322
|
+
- Selection is now maintained while expand or collapse child grid.
|
|
1323
|
+
- Footer aggregate is not aligned properly when apply column fit resolved.
|
|
1324
|
+
|
|
1325
|
+
## 16.2.47 (2018-08-07)
|
|
1326
|
+
|
|
1327
|
+
### Grid
|
|
1328
|
+
|
|
1329
|
+
#### Bug Fixes
|
|
1330
|
+
|
|
1331
|
+
- Batch editing tab key press prevention when grid placed inside dialog fixed.
|
|
1332
|
+
- Unable to use `headerText` in group caption template is resolved.
|
|
1333
|
+
- Query table name is not used by grid `CRUD` operations fixed.
|
|
1334
|
+
- Arguments return properly in `beforeExcelExport` and `beforePdfExport` event.
|
|
1335
|
+
- Cancel support for `rowDrop` event is provided.
|
|
1336
|
+
|
|
1337
|
+
## 16.2.46 (2018-07-30)
|
|
1338
|
+
|
|
1339
|
+
### Grid
|
|
1340
|
+
|
|
1341
|
+
#### Bug Fixes
|
|
1342
|
+
|
|
1343
|
+
- Selected rows event arguments are wrong with grouping and `enableVirtualization` is resolved.
|
|
1344
|
+
- Multiple rows selecting while scrolling with grouping and `enableVirtualization` is resolved.
|
|
1345
|
+
- Provided locale string for pager All option.
|
|
1346
|
+
|
|
1347
|
+
## 16.2.45 (2018-07-17)
|
|
1348
|
+
|
|
1349
|
+
### Grid
|
|
1350
|
+
|
|
1351
|
+
#### Bug Fixes
|
|
1352
|
+
|
|
1353
|
+
- Edit parameter is not properly applied for foreign key column is resolved.
|
|
1354
|
+
- Batch edit for Template column is fixed.
|
|
1355
|
+
- ng-compiler for filter `itemTemplate` property is fixed.
|
|
1356
|
+
- Operators are not maintained while filtering multiple columns with filter bar issue resolved.
|
|
1357
|
+
- Display of raw HTML when dragging column header to group area is resolved.
|
|
1358
|
+
- Grid displays fine when enable/disable `enableVirtualization` dynamically.
|
|
1359
|
+
|
|
1360
|
+
## 16.2.44 (2018-07-10)
|
|
1361
|
+
|
|
1362
|
+
### Grid
|
|
1363
|
+
|
|
1364
|
+
#### Bug Fixes
|
|
1365
|
+
|
|
1366
|
+
- Dynamic aggregate columns enabled is not working issue resolved.
|
|
1367
|
+
- Custom aggregate is not applied in MVC
|
|
1368
|
+
|
|
1369
|
+
## 16.2.43 (2018-07-03)
|
|
1370
|
+
|
|
1371
|
+
### Grid
|
|
1372
|
+
|
|
1373
|
+
#### Bug Fixes
|
|
1374
|
+
|
|
1375
|
+
- Passed row data to checkbox filter item template.
|
|
1376
|
+
- The locale is not properly applied for aggregates is resolved.
|
|
1377
|
+
- Export cell object is missing on exporting query cell info event argument is resolved.
|
|
1378
|
+
- `setCellValue` not updated the value when we use frozen columns is resolved.
|
|
1379
|
+
- Support to provide show all record option in pager dropdown.
|
|
1380
|
+
- Format is not applying for group caption while using `Urladaptor`.
|
|
1381
|
+
|
|
1382
|
+
## 16.2.42 (2018-06-27)
|
|
1383
|
+
|
|
1384
|
+
### Grid
|
|
1385
|
+
|
|
1386
|
+
#### Bug Fixes
|
|
1387
|
+
|
|
1388
|
+
- Batch confirmation dialog is not shown when we use Excel/Checkbox filter in Grid is resolved.
|
|
1389
|
+
- Excel text filter icon does not update with localization is resolved.
|
|
1390
|
+
- Provide `cellSaved` event support for getting the edited data while using batch Editing.
|
|
1391
|
+
- column size in IE when grouping is not changing like in chrome is resolved.
|
|
1392
|
+
- Bottom rows do not get selected with Virtualization and Grouping is resolved.
|
|
1393
|
+
- Script error thrown while refreshing grid in edit state is resolved.
|
|
1394
|
+
- Complex data with custom excel filter throws script error is resolved.
|
|
1395
|
+
- Invalid filtered data in `datetime` column issue resolved.
|
|
1396
|
+
- Empty Grid showed while editing request failed issue resolved.
|
|
1397
|
+
- Prevented the script errors while destroying grid.
|
|
1398
|
+
- Script error while rendering the grid inside a dialog issue resolved.
|
|
1399
|
+
- Complex data with first row null value issue resolved.
|
|
1400
|
+
- Success and fail handler triggering issue resolved.
|
|
1401
|
+
- Additional parameter not available in menu filter issue resolved.
|
|
1402
|
+
|
|
1403
|
+
## 16.2.41 (2018-06-25)
|
|
1404
|
+
|
|
1405
|
+
### Grid
|
|
1406
|
+
|
|
1407
|
+
#### Bug Fixes
|
|
1408
|
+
|
|
1409
|
+
- Group footer template shows incorrect value while using `disablePageWiseAggregate` issue fixed.
|
|
1410
|
+
- Unable to sort when set dynamic sort settings in descending order resolved.
|
|
1411
|
+
- Footer aggregate row is not aligned properly when using child grid resolved.
|
|
1412
|
+
- In batch editing, script error occurs when focusing on grid after clicking add and cancel button fixed.
|
|
1413
|
+
- Filter icon misalignment with text wrap enabled resolved.
|
|
1414
|
+
- Selection retained after unchecking the check all checkbox with remote data source fixed.
|
|
1415
|
+
- `actionComplete` event is not triggered for batch cancel resolved.
|
|
1416
|
+
- Frozen content got hidden while adding new row with auto height is resolved.
|
|
1417
|
+
- Unable to use auto complete inside filter bar template resolved.
|
|
1418
|
+
- Aggregates row get misaligned while horizontal scrolling if vertical scrollbar presents resolved.
|
|
1419
|
+
- Excel filter dialog is not updated when properties updated through `setProperties` issue resolved.
|
|
1420
|
+
- Indent column disappeared when resizing the hierarchy column in Grid issue fixed.
|
|
1421
|
+
|
|
1422
|
+
## 16.1.44 (2018-05-18)
|
|
1423
|
+
|
|
1424
|
+
### Grid
|
|
1425
|
+
|
|
1426
|
+
#### Bug Fixes
|
|
1427
|
+
|
|
1428
|
+
- edited data is not remove when we click the cancel button with frozen column feature enable.
|
|
1429
|
+
|
|
1430
|
+
## 16.1.43 (2018-05-18)
|
|
1431
|
+
|
|
1432
|
+
### Grid
|
|
1433
|
+
|
|
1434
|
+
#### Bug Fixes
|
|
1435
|
+
|
|
1436
|
+
- Complex data editing is not shown valid selector when we use frozen feature.
|
|
1437
|
+
|
|
1438
|
+
## 16.1.42 (2018-05-15)
|
|
1439
|
+
|
|
1440
|
+
### Grid
|
|
1441
|
+
|
|
1442
|
+
#### Bug Fixes
|
|
1443
|
+
|
|
1444
|
+
- Excel Filter dialog not updated while initial rendering and through `setproperties`.
|
|
1445
|
+
- Localization not applied in Exporting Grid.
|
|
1446
|
+
- Complex data binding not working properly with editing add action.
|
|
1447
|
+
|
|
1448
|
+
## 16.1.41 (2018-05-09)
|
|
1449
|
+
|
|
1450
|
+
### Grid
|
|
1451
|
+
|
|
1452
|
+
#### Bug Fixes
|
|
1453
|
+
|
|
1454
|
+
- `dataStateChange` event is now trigged when `pageSize` is changed.
|
|
1455
|
+
- Provided support for optimizing frozen content height with auto wrap.
|
|
1456
|
+
|
|
1457
|
+
## 16.1.40 (2018-05-08)
|
|
1458
|
+
|
|
1459
|
+
### Grid
|
|
1460
|
+
|
|
1461
|
+
#### Bug Fixes
|
|
1462
|
+
|
|
1463
|
+
- `dataStateChange` event is now trigged when `pageSize` is changed.
|
|
1464
|
+
- Group and caption aggregate is now working with `async` pipe.
|
|
1465
|
+
- Now grid refreshed when group and caption aggregates is emptied.
|
|
1466
|
+
- In Remote data, the `getSelectedRecords` method returns proper count with `persistSelection` enabled.
|
|
1467
|
+
- Script error thrown when set `dataSource` and `columns` is provided at the same time fixed.
|
|
1468
|
+
|
|
1469
|
+
## 16.1.39 (2018-05-05)
|
|
1470
|
+
|
|
1471
|
+
### Grid
|
|
1472
|
+
|
|
1473
|
+
#### Bug Fixes
|
|
1474
|
+
|
|
1475
|
+
- Memory leak issue resolved.
|
|
1476
|
+
|
|
1477
|
+
## 16.1.38 (2018-05-03)
|
|
1478
|
+
|
|
1479
|
+
### Grid
|
|
1480
|
+
|
|
1481
|
+
#### Bug Fixes
|
|
1482
|
+
|
|
1483
|
+
- Duplicate values updating in batch changes for complex property is resolved.
|
|
1484
|
+
- Creating multiple elements while hovering for tooltip issue is resolved.
|
|
1485
|
+
- Lint issue occurs in custom toolbar with latest typescript version is resolved.
|
|
1486
|
+
- Undoing delete operation only restores frozen content in batch edit fixed.
|
|
1487
|
+
|
|
1488
|
+
## 16.1.37 (2018-04-24)
|
|
1489
|
+
|
|
1490
|
+
### Grid
|
|
1491
|
+
|
|
1492
|
+
#### Bug Fixes
|
|
1493
|
+
|
|
1494
|
+
- Script error thrown while deleting all records with aggregates and `Urladaptor` is resolved.
|
|
1495
|
+
- `FilterBar` message is not updated while setting filter settings in `setProperties` method is resolved.
|
|
1496
|
+
- Excel Filter dialog not updated while programmatically filter the column is resolved.
|
|
1497
|
+
- With virtual scrolling grid refreshes constantly issue is resolved.
|
|
1498
|
+
|
|
1499
|
+
## 16.1.35 (2018-04-17)
|
|
1500
|
+
|
|
1501
|
+
### Grid
|
|
1502
|
+
|
|
1503
|
+
#### Bug Fixes
|
|
1504
|
+
|
|
1505
|
+
- Maximum call stack issue while filtering date column with `disablePageWiseAggregates` is resolved.
|
|
1506
|
+
- Provided locale support for custom filter labels and column chooser.
|
|
1507
|
+
- Between operator provides incorrect result in Excel filter issue fixed.
|
|
1508
|
+
- Content rendering delayed while using virtual scrolling with grouping when scrolling horizontally is resolved.
|
|
1509
|
+
|
|
1510
|
+
#### Breaking Changes
|
|
1511
|
+
|
|
1512
|
+
- The Locale properties such as `OK`, `Filter`, `Clear` are removed instead use `OKButton`, `FilterButton`, `ClearButton`.
|
|
1513
|
+
|
|
1514
|
+
## 16.1.34 (2018-04-10)
|
|
1515
|
+
|
|
1516
|
+
### Grid
|
|
1517
|
+
|
|
1518
|
+
#### Bug Fixes
|
|
1519
|
+
|
|
1520
|
+
- Pager Dropdown values is not updated while dynamically changing the Page size issue is resolved.
|
|
1521
|
+
- Provide locale column format support for excel-export.
|
|
1522
|
+
- Setting filter Properties through `setProperties` method is resolved.
|
|
1523
|
+
- Changing frozen columns from null throws script error is resolved.
|
|
1524
|
+
- Excel exporting group caption shows field name instead of header text issue is resolved.
|
|
1525
|
+
- String values not accepted for methods from window in custom filter menu template is resolved.
|
|
1526
|
+
|
|
1527
|
+
## 16.1.33 (2018-04-04)
|
|
1528
|
+
|
|
1529
|
+
### Grid
|
|
1530
|
+
|
|
1531
|
+
#### Bug Fixes
|
|
1532
|
+
|
|
1533
|
+
- Updating column object for dynamically bounded columns.
|
|
1534
|
+
|
|
1535
|
+
## 16.1.32 (2018-03-29)
|
|
1536
|
+
|
|
1537
|
+
### Grid
|
|
1538
|
+
|
|
1539
|
+
#### Bug Fixes
|
|
1540
|
+
|
|
1541
|
+
- Grid refreshes before insert operation completed resolved.
|
|
1542
|
+
- Grid refresh prevented when column showing or hiding dynamically through `hideAtMedia`.
|
|
1543
|
+
- Initial multi sorted column icons is ordered correctly.
|
|
1544
|
+
- Removed filter bar border when using compatibility theme.
|
|
1545
|
+
- Provide complex data editing support.
|
|
1546
|
+
- Grouping with search always shown the spinner when data source has no value is resolved.
|
|
1547
|
+
- Filtering the column while field has underscore value is resolved.
|
|
1548
|
+
- Aggregate returns the null value when grouped has no aggregate field is resolved.
|
|
1549
|
+
- Header text shown along with header template is resolved.
|
|
1550
|
+
|
|
1551
|
+
## 16.1.30 (2018-03-20)
|
|
1552
|
+
|
|
1553
|
+
### Grid
|
|
1554
|
+
|
|
1555
|
+
#### Bug Fixes
|
|
1556
|
+
|
|
1557
|
+
- Column properties is not persisted after reordering columns resolved.
|
|
1558
|
+
- `args.cancel` has included in `rowSelecting` event while select the rows through method and user interaction.
|
|
1559
|
+
|
|
1560
|
+
## 16.1.29 (2018-03-13)
|
|
1561
|
+
|
|
1562
|
+
### Grid
|
|
1563
|
+
|
|
1564
|
+
#### Bug Fixes
|
|
1565
|
+
|
|
1566
|
+
- `args.cancel` has included in `rowSelecting` event.
|
|
1567
|
+
- Dynamically changing filter settings does not update `Filterbar` value and filter status message is resolved.
|
|
1568
|
+
- Batch edit should close on clicking outside grid and on pressing enter or tab key is resolved.
|
|
1569
|
+
- `updateRow` method is provided for Normal editing and Dialog editing.
|
|
1570
|
+
- Duplicate columns added in group drop area issue resolved.
|
|
1571
|
+
|
|
1572
|
+
## 16.1.28 (2018-03-09)
|
|
1573
|
+
|
|
1574
|
+
### Grid
|
|
1575
|
+
|
|
1576
|
+
#### Bug Fixes
|
|
1577
|
+
|
|
1578
|
+
- Minimum height for edit dialog is provided.
|
|
1579
|
+
- Identity column is not disabled when adding resolved.
|
|
1580
|
+
- Script error thrown when destroy the Grid with custom toolbar template issue resolved.
|
|
1581
|
+
- Batch editing save action shows empty grid issue resolved.
|
|
1582
|
+
- `currentViewData` is not changed in remote data editing issue resolved.
|
|
1583
|
+
|
|
1584
|
+
## 16.1.24 (2018-02-22)
|
|
1585
|
+
|
|
1586
|
+
### Grid
|
|
1587
|
+
|
|
1588
|
+
#### New Features
|
|
1589
|
+
|
|
1590
|
+
- New Excel like column filtering option is added.
|
|
1591
|
+
- Added Look-up table or foreign key data binding to grid column.
|
|
1592
|
+
- Row height adjustment feature added.
|
|
1593
|
+
|
|
1594
|
+
#### Bug Fixes
|
|
1595
|
+
|
|
1596
|
+
- Angular and React `enablePersistence` issue resolved.
|
|
1597
|
+
|
|
1598
|
+
#### Breaking Changes
|
|
1599
|
+
|
|
1600
|
+
- All grid enum property values are changed from camel casing to pascal casing. Please refer the below link for complete API changes from `v15.4.23` to `v16.1.24`.
|
|
1601
|
+
[Migration](http://ej2.syncfusion.com/documentation/grid/migration.html).
|
|
1602
|
+
|
|
1603
|
+
## 15.4.30-preview (2018-02-14)
|
|
1604
|
+
|
|
1605
|
+
### Grid
|
|
1606
|
+
|
|
1607
|
+
#### Bug Fixes
|
|
1608
|
+
|
|
1609
|
+
- Exporting is working fine with template column.
|
|
1610
|
+
- Aggregate with frozen columns scroller is working fine
|
|
1611
|
+
|
|
1612
|
+
## 15.4.29-preview (2018-02-07)
|
|
1613
|
+
|
|
1614
|
+
### Grid
|
|
1615
|
+
|
|
1616
|
+
#### Bug Fixes
|
|
1617
|
+
|
|
1618
|
+
- Renamed event `dataSourceChange` to `dataSourceChanged`.
|
|
1619
|
+
|
|
1620
|
+
## 15.4.28-preview (2018-01-30)
|
|
1621
|
+
|
|
1622
|
+
### Grid
|
|
1623
|
+
|
|
1624
|
+
#### Bug Fixes
|
|
1625
|
+
|
|
1626
|
+
- Child Grid editing dialog closes when clicking on edit element.
|
|
1627
|
+
- Printing window is blocking by browser and column hiding.
|
|
1628
|
+
- `getSelectedRecords` method returns selected records properly with checkbox persist selection fixed.
|
|
1629
|
+
- Aggregate with frozen columns scroller is working fine.
|
|
1630
|
+
|
|
1631
|
+
## 15.4.27-preview (2018-01-30)
|
|
1632
|
+
|
|
1633
|
+
### Grid
|
|
1634
|
+
|
|
1635
|
+
#### Bug Fixes
|
|
1636
|
+
|
|
1637
|
+
- Disable edit, delete button when Grid is empty.
|
|
1638
|
+
- `ShowConfirmDialog` is not showing in Command Column.
|
|
1639
|
+
- Grid Validation message is not shown in EJ2 compatibility theme.
|
|
1640
|
+
- Checkbox selection fixes with virtual scrolling.
|
|
1641
|
+
- Provide support to add row with rowindex in AddRecord method.
|
|
1642
|
+
|
|
1643
|
+
## 15.4.26-preview (2018-01-23)
|
|
1644
|
+
|
|
1645
|
+
### Grid
|
|
1646
|
+
|
|
1647
|
+
#### Bug Fixes
|
|
1648
|
+
|
|
1649
|
+
- Validation error message partially hidden when grid has single record in add and update action.
|
|
1650
|
+
- Two way binding for headers on grid not working.
|
|
1651
|
+
- Child grid collapses after save operation fixed.
|
|
1652
|
+
- Checkbox column binding with data source is not working fixed.
|
|
1653
|
+
- Misalignment occurs in frozen columns without height property fixed.
|
|
1654
|
+
|
|
1655
|
+
## 15.4.25-preview (2018-01-09)
|
|
1656
|
+
|
|
1657
|
+
### Grid
|
|
1658
|
+
|
|
1659
|
+
#### New Features
|
|
1660
|
+
|
|
1661
|
+
- `isBlob` argument added in export methods to get blob data export complete events.
|
|
1662
|
+
|
|
1663
|
+
#### Bug Fixes
|
|
1664
|
+
|
|
1665
|
+
- Check Select all not working when refreshing the Grid header in run time.
|
|
1666
|
+
- Column chooser throws script error in IE 11 while destroying the component.
|
|
1667
|
+
- Column checkbox filtering shows no records while grid have menu filtering.
|
|
1668
|
+
|
|
1669
|
+
## 15.4.24-preview (2018-01-10)
|
|
1670
|
+
|
|
1671
|
+
### Grid
|
|
1672
|
+
|
|
1673
|
+
#### Bug Fixes
|
|
1674
|
+
|
|
1675
|
+
- Filter menu clear action throws script error with column menu.
|
|
1676
|
+
- Add row misaligns with header when grid has hidden columns.
|
|
1677
|
+
- Support for `rowSelected` event for template column.
|
|
1678
|
+
- Date filtering request pass as string when reloading.
|
|
1679
|
+
- Script error on add record by hidden column.
|
|
1680
|
+
- Row deselect event not fires in check box selection.
|
|
1681
|
+
- Sorting and grouping failed on complex data.
|
|
1682
|
+
- Last and next page options are enabled when data source is empty.
|
|
1683
|
+
- Default cursor not displayed after invoke grid refresh method.
|
|
1684
|
+
|
|
1685
|
+
## 15.4.23-preview (2017-12-27)
|
|
1686
|
+
|
|
1687
|
+
### Common
|
|
1688
|
+
|
|
1689
|
+
#### New Features
|
|
1690
|
+
|
|
1691
|
+
- Added typing file for ES5 global scripts (`dist/global/index.d.ts`).
|
|
1692
|
+
|
|
1693
|
+
#### Breaking Changes
|
|
1694
|
+
|
|
1695
|
+
- Modified the module bundle file name for ES6 bundling.
|
|
1696
|
+
|
|
1697
|
+
### Grid
|
|
1698
|
+
|
|
1699
|
+
#### Bug Fixes
|
|
1700
|
+
|
|
1701
|
+
- Header content is not scrolling while adding a record in empty Grid.
|
|
1702
|
+
- `displayAsCheckbox` not working for numeric values.
|
|
1703
|
+
- Filtered value not persisting in filter menu with date picker.
|
|
1704
|
+
- Reordering with filter menu throws script error.
|
|
1705
|
+
- Exporting Grouped Grid with Header not working.
|
|
1706
|
+
|
|
1707
|
+
## 15.4.22-preview (2017-12-14)
|
|
1708
|
+
|
|
1709
|
+
### Grid
|
|
1710
|
+
|
|
1711
|
+
#### New Features
|
|
1712
|
+
|
|
1713
|
+
- `recordDoubleClick` event added.
|
|
1714
|
+
|
|
1715
|
+
#### Bug Fixes
|
|
1716
|
+
|
|
1717
|
+
- Script error when pdf exporting with null values.
|
|
1718
|
+
|
|
1719
|
+
#### Breaking Changes
|
|
1720
|
+
|
|
1721
|
+
- Now `ColumnChooser` module must be injected to use column chooser feature.
|
|
1722
|
+
|
|
1723
|
+
#### Bug Fixes
|
|
1724
|
+
|
|
1725
|
+
- Grid height 100% is not working fixed.
|
|
1726
|
+
|
|
1727
|
+
## 15.4.21-preview (2017-12-08)
|
|
1728
|
+
|
|
1729
|
+
### Grid
|
|
1730
|
+
|
|
1731
|
+
#### Bug Fixes
|
|
1732
|
+
|
|
1733
|
+
- Script error when exporting with Custom aggregate fixed.
|
|
1734
|
+
- State persistence in angular is not working fixed.
|
|
1735
|
+
- Exporting with stacked header is not working fixed.
|
|
1736
|
+
- Alignment issue with checkbox column fixed.
|
|
1737
|
+
- Cancelling edit with edit Template fixed.
|
|
1738
|
+
- Stacked header alignment issue fixed.
|
|
1739
|
+
- Disabling Edit confirm dialog is not working issue fixed.
|
|
1740
|
+
- Script error throws when save the record after edit in IE11 fixed.
|
|
1741
|
+
- Editing not working after batch save in action begin event fixed.
|
|
1742
|
+
- Deleting unsaved record throws Script error fixed.
|
|
1743
|
+
|
|
1744
|
+
## 15.4.20-preview (2017-12-01)
|
|
1745
|
+
|
|
1746
|
+
### Grid
|
|
1747
|
+
|
|
1748
|
+
#### Bug Fixes
|
|
1749
|
+
|
|
1750
|
+
- Column format is not applied when type is specified fixed
|
|
1751
|
+
- Value search in checkbox filter is not worked for complex binding fixed
|
|
1752
|
+
- Editing is not worked with stacked header fixed
|
|
1753
|
+
- Numeric Edit column didn't get modified value when Enter key press fixed
|
|
1754
|
+
- Null shows as date value in date type column fixed
|
|
1755
|
+
- Edit Confirm Dialog is not working properly in batch edit mode fixed
|
|
1756
|
+
|
|
1757
|
+
## 15.4.19-preview (2017-11-23)
|
|
1758
|
+
|
|
1759
|
+
### Grid
|
|
1760
|
+
|
|
1761
|
+
#### Bug Fixes
|
|
1762
|
+
|
|
1763
|
+
- Script error resolved when exporting Grid data.
|
|
1764
|
+
- Provided filter `menu` support for `template` columns.
|
|
1765
|
+
- Localization is not found for `numeric` and `date` filter menu issue fixed.
|
|
1766
|
+
|
|
1767
|
+
## 15.4.18-preview (2017-11-16)
|
|
1768
|
+
|
|
1769
|
+
### Grid
|
|
1770
|
+
|
|
1771
|
+
#### Bug Fixes
|
|
1772
|
+
|
|
1773
|
+
- `enum` support for toolbar items provided.
|
|
1774
|
+
- Edit state not changed when changing `dataSource` issue fixed.
|
|
1775
|
+
- Duplicate service injection in React fixed.
|
|
1776
|
+
|
|
1777
|
+
## 15.4.17-preview (2017-11-13)
|
|
1778
|
+
|
|
1779
|
+
### Grid
|
|
1780
|
+
|
|
1781
|
+
Grid component is used to display and manipulate tabular data with configuration options to control the way the data is presented and manipulated.
|
|
1782
|
+
|
|
1783
|
+
- **Data sources** - Bind the Grid component with an array of JavaScript objects or DataManager.
|
|
1784
|
+
- **Sorting and grouping** - Supports n levels of sorting and grouping.
|
|
1785
|
+
- **Selection** - Provides the option to select the grid rows single or multiple.
|
|
1786
|
+
- **Filtering** - Offers filter bar or menu , or checkbox at each column to filter data.
|
|
1787
|
+
- **Editing** - Provides the options to dynamically insert, delete and update records.
|
|
1788
|
+
- **Virtualization** - Provides the options to load large amount of data without performance degradation.
|
|
1789
|
+
- **Aggregates** - Provides built in types are sum , average, min, max, count.
|
|
1790
|
+
- **Paging** - Provides the option to easily switch between pages using the pager bar.
|
|
1791
|
+
- **Reordering** - Allows you to drag any column and drop it at any position in the Grid’s column header row, allowing columns to be repositioned.
|
|
1792
|
+
- **Resize** - Allow you to resize the grid column width dynamically.
|
|
1793
|
+
- **Frozen Rows And Columns** - Provides the options to freeze certain rows or columns to scroll remaining movable content.
|
|
1794
|
+
- **Clipboard** - Provides an option to copy selected rows or cells data into clipboard.
|
|
1795
|
+
- **Column Spanning** - Provides an option to allows to span the multiple adjacent cells.
|
|
1796
|
+
- **Stacked Header** - It can be stacked or grouped in order to show multiple level of column headers.
|
|
1797
|
+
- **Hierarchy Grid** - It is used to display table data in hierarchical structure which can show or hide by clicking on expand or collapse button.
|
|
1798
|
+
- **Print and Exporting** - Provides the option to print and exporting grid records.
|
|
1799
|
+
- **RTL** - Provides a full-fledged right-to-left mode which aligns content in the Grid component from right to left.
|
|
1800
|
+
- **Localization** - Provides inherent support to localize the UI.
|