@syncfusion/ej2-angular-grids 32.1.24-ngcc → 32.1.24
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 +2844 -0
- package/README.md +16 -8
- package/esm2020/public_api.mjs +2 -0
- package/esm2020/src/grid/aggregate-columns.directive.mjs +84 -0
- package/esm2020/src/grid/aggregates.directive.mjs +69 -0
- package/esm2020/src/grid/columns.directive.mjs +100 -0
- package/esm2020/src/grid/grid-all.module.mjs +98 -0
- package/esm2020/src/grid/grid.component.mjs +298 -0
- package/esm2020/src/grid/grid.module.mjs +61 -0
- package/esm2020/src/grid/stacked-column.directive.mjs +100 -0
- package/esm2020/src/index.mjs +12 -0
- package/esm2020/src/pager/pager-all.module.mjs +23 -0
- package/esm2020/src/pager/pager.component.mjs +66 -0
- package/esm2020/src/pager/pager.module.mjs +25 -0
- package/esm2020/syncfusion-ej2-angular-grids.mjs +5 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs +881 -0
- package/fesm2015/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs +881 -0
- package/fesm2020/syncfusion-ej2-angular-grids.mjs.map +1 -0
- package/package.json +28 -46
- package/public_api.d.ts +1 -1
- package/src/grid/aggregate-columns.directive.d.ts +119 -114
- package/src/grid/aggregates.directive.d.ts +45 -40
- package/src/grid/columns.directive.d.ts +484 -479
- package/src/grid/grid-all.module.d.ts +36 -30
- package/src/grid/grid.component.d.ts +168 -163
- package/src/grid/grid.module.d.ts +15 -5
- package/src/grid/stacked-column.directive.d.ts +486 -481
- package/src/index.d.ts +11 -11
- package/src/pager/pager-all.module.d.ts +11 -5
- package/src/pager/pager.component.d.ts +43 -40
- package/src/pager/pager.module.d.ts +11 -5
- package/styles/bds-lite.scss +1 -1
- package/styles/bds.scss +2 -2
- package/styles/bootstrap-dark-lite.scss +1 -1
- package/styles/bootstrap-dark.scss +2 -2
- package/styles/bootstrap-lite.scss +1 -1
- package/styles/bootstrap.scss +2 -2
- package/styles/bootstrap4-lite.scss +1 -1
- package/styles/bootstrap4.scss +2 -2
- package/styles/bootstrap5-dark-lite.scss +1 -1
- package/styles/bootstrap5-dark.scss +2 -2
- package/styles/bootstrap5-lite.scss +1 -1
- package/styles/bootstrap5.3-lite.scss +1 -1
- package/styles/bootstrap5.3.scss +2 -2
- package/styles/bootstrap5.scss +2 -2
- package/styles/excel-filter/bds.scss +1 -1
- package/styles/excel-filter/bootstrap-dark.scss +1 -1
- package/styles/excel-filter/bootstrap.scss +1 -1
- package/styles/excel-filter/bootstrap4.scss +1 -1
- package/styles/excel-filter/bootstrap5-dark.scss +1 -1
- package/styles/excel-filter/bootstrap5.3.scss +1 -1
- package/styles/excel-filter/bootstrap5.scss +1 -1
- package/styles/excel-filter/fabric-dark.scss +1 -1
- package/styles/excel-filter/fabric.scss +1 -1
- package/styles/excel-filter/fluent-dark.scss +1 -1
- package/styles/excel-filter/fluent.scss +1 -1
- package/styles/excel-filter/fluent2.scss +1 -1
- package/styles/excel-filter/highcontrast-light.scss +1 -1
- package/styles/excel-filter/highcontrast.scss +1 -1
- package/styles/excel-filter/material-dark.scss +1 -1
- package/styles/excel-filter/material.scss +1 -1
- package/styles/excel-filter/material3-dark.scss +1 -2
- package/styles/excel-filter/material3.scss +1 -2
- package/styles/excel-filter/tailwind-dark.scss +1 -1
- package/styles/excel-filter/tailwind.scss +1 -1
- package/styles/excel-filter/tailwind3.scss +1 -1
- package/styles/fabric-dark-lite.scss +1 -1
- package/styles/fabric-dark.scss +2 -2
- package/styles/fabric-lite.scss +1 -1
- package/styles/fabric.scss +2 -2
- package/styles/fluent-dark-lite.scss +1 -1
- package/styles/fluent-dark.scss +2 -2
- package/styles/fluent-lite.scss +1 -1
- package/styles/fluent.scss +2 -2
- package/styles/fluent2-lite.scss +1 -1
- package/styles/fluent2.scss +2 -2
- package/styles/grid/bds.scss +1 -1
- package/styles/grid/bootstrap-dark.scss +1 -1
- package/styles/grid/bootstrap.scss +1 -1
- package/styles/grid/bootstrap4.scss +1 -1
- package/styles/grid/bootstrap5-dark.scss +1 -1
- package/styles/grid/bootstrap5.3.scss +1 -1
- package/styles/grid/bootstrap5.scss +1 -1
- package/styles/grid/fabric-dark.scss +1 -1
- package/styles/grid/fabric.scss +1 -1
- package/styles/grid/fluent-dark.scss +1 -1
- package/styles/grid/fluent.scss +1 -1
- package/styles/grid/fluent2.scss +1 -1
- package/styles/grid/highcontrast-light.scss +1 -1
- package/styles/grid/highcontrast.scss +1 -1
- package/styles/grid/material-dark.scss +1 -1
- package/styles/grid/material.scss +1 -1
- package/styles/grid/material3-dark.scss +1 -2
- package/styles/grid/material3.scss +1 -2
- package/styles/grid/tailwind-dark.scss +1 -1
- package/styles/grid/tailwind.scss +1 -1
- package/styles/grid/tailwind3.scss +1 -1
- package/styles/highcontrast-light-lite.scss +1 -1
- package/styles/highcontrast-light.scss +2 -2
- package/styles/highcontrast-lite.scss +1 -1
- package/styles/highcontrast.scss +2 -2
- package/styles/material-dark-lite.scss +1 -1
- package/styles/material-dark.scss +2 -2
- package/styles/material-lite.scss +1 -1
- package/styles/material.scss +2 -2
- package/styles/material3-dark-lite.scss +1 -1
- package/styles/material3-dark.scss +2 -3
- package/styles/material3-lite.scss +1 -1
- package/styles/material3.scss +2 -3
- package/styles/tailwind-dark-lite.scss +1 -1
- package/styles/tailwind-dark.scss +2 -2
- package/styles/tailwind-lite.scss +1 -1
- package/styles/tailwind.scss +2 -2
- package/styles/tailwind3-lite.scss +1 -1
- package/styles/tailwind3.scss +2 -2
- package/syncfusion-ej2-angular-grids.d.ts +5 -0
- package/@syncfusion/ej2-angular-grids.es5.js +0 -1008
- package/@syncfusion/ej2-angular-grids.es5.js.map +0 -1
- package/@syncfusion/ej2-angular-grids.js +0 -947
- package/@syncfusion/ej2-angular-grids.js.map +0 -1
- package/LICENSE +0 -10
- package/dist/ej2-angular-grids.umd.js +0 -1634
- package/dist/ej2-angular-grids.umd.js.map +0 -1
- package/dist/ej2-angular-grids.umd.min.js +0 -11
- package/dist/ej2-angular-grids.umd.min.js.map +0 -1
- package/ej2-angular-grids.d.ts +0 -6
- package/ej2-angular-grids.metadata.json +0 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,2844 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [Unreleased]
|
|
4
|
+
|
|
5
|
+
### Grid
|
|
6
|
+
|
|
7
|
+
#### Bug fixes
|
|
8
|
+
|
|
9
|
+
- `#I799719` - Resolved an issue where the filter option was shown as enabled in the column menu when the filter item was included in `columnMenuItems` and `allowFiltering` is set to false.
|
|
10
|
+
- `#I798391` - Fixed an issue where grid focus behaviour did not work correctly when `enableHeaderFocus` is set to false.
|
|
11
|
+
|
|
12
|
+
## 32.1.23 (2026-01-13)
|
|
13
|
+
|
|
14
|
+
### Grid
|
|
15
|
+
|
|
16
|
+
#### Bug fixes
|
|
17
|
+
|
|
18
|
+
- `#I797313` - The issue where column visibility was not maintained properly when restoring grid settings through `setProperties` has been resolved.
|
|
19
|
+
- `#I795329` - Fixed an issue where the frozen columns in the Grid were not removed when the `frozenColumns` property was set to zero using `setProperties` with `muteOnChange` enabled and the `freezeRefresh` method was called.
|
|
20
|
+
- `#I794354` - The issue where `getSelectedRecords` returned an empty array for conditional row selection without paging has been resolved.
|
|
21
|
+
- `#I796847` - Resolved an issue where a script error occurred when focus moved away from the Grid and then returned to the `detailTemplate` content.
|
|
22
|
+
- `#I797404` - Resolved an issue where the `isEmpty` operator did not filter null or undefined values in string type columns.
|
|
23
|
+
|
|
24
|
+
## 32.1.22 (2026-01-06)
|
|
25
|
+
|
|
26
|
+
### Grid
|
|
27
|
+
|
|
28
|
+
#### Bug fixes
|
|
29
|
+
|
|
30
|
+
- `#I795454` - The issue where the page refreshes during batch editing when `allowKeyboard` is set to false has been resolved.
|
|
31
|
+
- `#I797312` - Resolved an issue where calling `expandAll` or `collapseAll` on grouped columns would throw a script error when the data source was empty.
|
|
32
|
+
|
|
33
|
+
## 32.1.21 (2025-12-30)
|
|
34
|
+
|
|
35
|
+
### Grid
|
|
36
|
+
|
|
37
|
+
#### Bug fixes
|
|
38
|
+
|
|
39
|
+
- `#I791512` - The issue where the selected row was not visible in the viewport when `virtualization` is enabled in the Grid and a row is selected programmatically using the `selectRow` method with specific index has been resolved.
|
|
40
|
+
- `#I793520` - Resolved an inconsistency in keyboard navigation when using `Shift+Tab` to focus on the Grid component with command columns enabled.
|
|
41
|
+
- `#I791818` - Resolved an issue where the border of stacked column headers was misaligned when frozen columns are enabled in the Grid.
|
|
42
|
+
|
|
43
|
+
## 32.1.20 (2025-12-23)
|
|
44
|
+
|
|
45
|
+
### Grid
|
|
46
|
+
|
|
47
|
+
#### Bug fixes
|
|
48
|
+
|
|
49
|
+
- `#I784568` - Resolved an issue where edited values were not saved when using `editTemplate` with `virtualization` in the Grid.
|
|
50
|
+
- `#I788221` - Added support for ordering columns by `headerText` in the column chooser.
|
|
51
|
+
- `#I782100` - Fixed an issue where the column chooser was not fully visible when the Grid was positioned at the bottom of the page.
|
|
52
|
+
- `#I791047` - Fixed an issue where case sensitivity was ignored during lazy load grouping.
|
|
53
|
+
- `#I795201` - Resolved an issue where the scrollbar position was not retained after toggling columns in the column chooser.
|
|
54
|
+
|
|
55
|
+
## 32.1.19 (2025-12-16)
|
|
56
|
+
|
|
57
|
+
### Grid
|
|
58
|
+
|
|
59
|
+
#### Features
|
|
60
|
+
|
|
61
|
+
- `#FB3775` - The `ODataV4` functionality has been enhanced, enabling you to invoke custom URLs for data fetching and CRUD actions.
|
|
62
|
+
- Lazy load grouping with sorting performance has been improved, allowing you to handle large datasets without performance lag.
|
|
63
|
+
- The Fluent 2 theme are now available in both light and dark modes on the EJ2 Grid. Explore the demo [here](https://ej2.syncfusion.com/demos/#/fluent2/grid/grid-overview.html).
|
|
64
|
+
|
|
65
|
+
- `#FB3775` - The `ODataV4` functionality has been enhanced, enabling you to invoke custom URLs for data fetching and CRUD actions.
|
|
66
|
+
- Lazy load grouping with sorting performance has been improved, allowing you to handle large datasets without performance lag.
|
|
67
|
+
- The Fluent 2 theme are now available in both light and dark modes on the EJ2 Grid. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/fluent2/grid/over-view).
|
|
68
|
+
|
|
69
|
+
## 25.1.35 (2024-03-15)
|
|
70
|
+
|
|
71
|
+
### Grid
|
|
72
|
+
|
|
73
|
+
#### Features
|
|
74
|
+
|
|
75
|
+
- `#I512834` - The `autoFitColumns` method has been improved to provide more precise adjustments to column widths. This update allows you to adjust column widths based on the maximum content width within a specified range of rows or header content. Additionally, two new optional parameters have been introduced in `autoFitColumns`- `startRowIndex` to specify the starting index for content rows and `endRowIndex` to specify the ending index.
|
|
76
|
+
- `#I311297` - The Grid now includes a "show add new row" feature during inline editing. This feature ensures that a blank row is constantly visible within the grid content, facilitating the easy insertion of new records. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/normal-editing.html).
|
|
77
|
+
- `#I280166` - The enhancement of the Grid frozen row and column feature improves compatibility with enabling the row span and column span functionality. Now, you can merge rows and cells when the same value is present within frozen table rows and cells, or within movable table rows and cells. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/row-spanning.html) for spanned row and for spanned column [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/column-spanning.html).
|
|
78
|
+
- `#I515873` - When dragging the autofill icon from selected cells to desired cells, the grid now automatically scrolls its content both vertically and horizontally, adjusting according to the direction of your drag.
|
|
79
|
+
- `#I335199` - The Grid Infinite scrolling feature enhances the compatibility of the row drag and drop feature.
|
|
80
|
+
- `#F47784` - The improvement made to the grid's infinite scrolling feature enhances its compatibility with the column `virtualization` functionality. This feature ensures optimal performance by effectively displaying multiple columns within infinite scrolling with large datasets, without experiencing any degradation in performance. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/infinite-scrolling.html).
|
|
81
|
+
|
|
82
|
+
- `#I512834` - The `autoFitColumns` method has been improved to provide more precise adjustments to column widths. This update allows you to adjust column widths based on the maximum content width within a specified range of rows or header content. Additionally, two new optional parameters have been introduced in `autoFitColumns`- `startRowIndex` to specify the starting index for content rows and `endRowIndex` to specify the ending index.
|
|
83
|
+
- `#I311297` - The Grid now includes a "show add new row" feature during inline editing. This feature ensures that a blank row is constantly visible within the grid content, facilitating the easy insertion of new records. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/normal-edit).
|
|
84
|
+
- `#I280166` - The enhancement of the Grid frozen row and column feature improves compatibility with enabling the row span and column span functionality. Now, you can merge rows and cells when the same value is present within frozen table rows and cells, or within movable table rows and cells. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/row-spanning) for spanned row and for spanned column [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/column/column-spanning).
|
|
85
|
+
- `#I515873` - When dragging the autofill icon from selected cells to desired cells, the grid now automatically scrolls its content both vertically and horizontally, adjusting according to the direction of your drag.
|
|
86
|
+
- `#I335199` - The Grid Infinite scrolling feature enhances the compatibility of the row drag and drop feature.
|
|
87
|
+
- `#F47784` - The improvement made to the grid's infinite scrolling feature enhances its compatibility with the column `virtualization` functionality. This feature ensures optimal performance by effectively displaying multiple columns within infinite scrolling with large datasets, without experiencing any degradation in performance. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/infinite-scrolling).
|
|
88
|
+
|
|
89
|
+
## 24.1.41 (2023-12-18)
|
|
90
|
+
|
|
91
|
+
### Grid
|
|
92
|
+
|
|
93
|
+
#### Bug fixes
|
|
94
|
+
|
|
95
|
+
- Enhanced keyboard navigation support for `Mac` devices.
|
|
96
|
+
- `#I513158` - Selection issue with selection mode as `Both` and checkbox column has been resolved.
|
|
97
|
+
- `#F185441` - Dropping the record below the last row adds the data in first position issue has been resolved.
|
|
98
|
+
- `#FB49107` - `PersistSelection` does not working with `custom-binding` issue has been resolved.
|
|
99
|
+
- `#I516297` - Resolved the issue where the checkbox state in the column chooser was not being properly announced with the JAWS screen reader.
|
|
100
|
+
|
|
101
|
+
#### Features
|
|
102
|
+
|
|
103
|
+
- Introduced adaptive support for the pager dropdown, dynamically rendering on mobile and tablet devices alongside the pager component. The `pager message` element now adjusts its rendering based on the screen size, ensuring a more responsive and user-friendly experience. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/adaptive-layout.html).
|
|
104
|
+
- Provided support for the `column chooser` and `column menu` features in the `adaptive` Grid. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/adaptive-layout.html).
|
|
105
|
+
- Implemented support to render custom content using the `emptyRecordTemplate` property of the Grid. This feature allows the utilization of a string or an HTML element ID value as a template when there's no data to display. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/empty-record-template.html).
|
|
106
|
+
- `#FB43913` - Provided keyboard navigation support for `Excel Filter` menu items. Navigation through the items can be done using `tab`/`shift-tab` keys or `up`/`down` arrow keys. Sub-menu items can be opened and closed using `right` and `left` arrow keys. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/filter-menu.html).
|
|
107
|
+
- `#I390332` - Implemented the `OnDemand` concept for `Checkbox` and `Excel` type filters. This functionality can be enabled by setting the `enableInfiniteScrolling` property as true within the `filterSettings` property of the Grid. Explore the demo [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/filter-menu.html).
|
|
108
|
+
- The `Lazy Load Grouping` feature now supports compatibility with the Grid's `custom-binding` feature.
|
|
109
|
+
- The Grid export functionality has been enhanced to export grid data as a `blob` instead of initiating direct browser file downloads during client-side grid exports.
|
|
110
|
+
- Enhanced the visual indication effect on rows during the drag-and-drop interaction within the grouped drag-and-drop feature for improved visualization.
|
|
111
|
+
|
|
112
|
+
- Introduced adaptive support for the pager dropdown, dynamically rendering on mobile and tablet devices alongside the pager component. The `pager message` element now adjusts its rendering based on the screen size, ensuring a more responsive and user-friendly experience. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/adaptive-layout).
|
|
113
|
+
- Provided support for the `column chooser` and `column menu` features in the `adaptive` Grid. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/adaptive-layout).
|
|
114
|
+
- Implemented support to render custom content using the `emptyRecordTemplate` property of the Grid. This feature allows the utilization of a string or an HTML element ID value as a template when there's no data to display. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/empty-record-template).
|
|
115
|
+
- `#FB43913` - Provided keyboard navigation support for `Excel Filter` menu items. Navigation through the items can be done using `tab`/`shift-tab` keys or `up`/`down` arrow keys. Sub-menu items can be opened and closed using `right` and `left` arrow keys. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/filter-menu).
|
|
116
|
+
- `#I390332` - Implemented the `OnDemand` concept for `Checkbox` and `Excel` type filters. This functionality can be enabled by setting the `enableInfiniteScrolling` property as true within the `filterSettings` property of the Grid. Explore the demo [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/filter-menu).
|
|
117
|
+
- The `Lazy Load Grouping` feature now supports compatibility with the Grid's `custom-binding` feature.
|
|
118
|
+
- The Grid export functionality has been enhanced to export grid data as a `blob` instead of initiating direct browser file downloads during client-side grid exports.
|
|
119
|
+
- Enhanced the visual indication effect on rows during the drag-and-drop interaction within the grouped drag-and-drop feature for improved visualization.
|
|
120
|
+
|
|
121
|
+
#### Breaking Changes
|
|
122
|
+
|
|
123
|
+
- Improved the grid accessibility over different screen readers by removing the `aria-label` and updating the suitable roles for each elements(`th`,`td`,`tr`) in the grid. Removed the deprecated `aria-description` attribute and updated the alternate attribute `aria-describedby` in grid header cells by including a new `span` element with the content to describe and with the display property as `none`, when the features like Grouping, Sorting, Column menu and Filter Menu are enabled in the grid.
|
|
124
|
+
|
|
125
|
+
## 23.1.36 (2023-09-15)
|
|
126
|
+
|
|
127
|
+
### Grid
|
|
128
|
+
|
|
129
|
+
#### Bug fixes
|
|
130
|
+
|
|
131
|
+
- `#I488183` - Fixed an issue where the frozen columns get hidden while using auto-generated columns.
|
|
132
|
+
- `#I473780` - Resolved an issue where the frozen horizontal scroll did not work when a validation error message is shown.
|
|
133
|
+
- `#I486159` - Fixed an issue where the Column Reorder was not working properly when frozen right feature is enabled.
|
|
134
|
+
|
|
135
|
+
#### Features
|
|
136
|
+
|
|
137
|
+
- `#FB10384` - Provided the support for exporting grid with Column template and Detail template at client side by using the `exportDetailTemplate` event of grid where each cells of the grid rows can be customized.
|
|
138
|
+
- `#FB10132` - Provided the support for exporting multiple grids in same or different pages into pdf and excel formats by listing the id values of each grid that needs to be exported in the `exportGrids` property of Grid.
|
|
139
|
+
- `#FB44392` - Provided the support for Column Virtualization with pagination in Grid.
|
|
140
|
+
|
|
141
|
+
#### Breaking Changes
|
|
142
|
+
|
|
143
|
+
- Revamped the frozen feature by replacing the previous three-table approach with a single table, resulting in significant performance improvements. This enhancement now enables support for previously limited features with frozen columns, such as `column virtualization` and `grouping`. Additionally, added a new mode `Fixed` alongside the existing `Left`, `Right`, and `Center` modes in freeze property of column settings. This update eliminates the need to inject modules for utilizing the frozen feature.
|
|
144
|
+
|
|
145
|
+
## 22.1.34 (2023-06-21)
|
|
146
|
+
|
|
147
|
+
### Grid
|
|
148
|
+
|
|
149
|
+
#### Bug fixes
|
|
150
|
+
|
|
151
|
+
- Improved the checkbox selection functionality by integrating Grid observable binding and incorporating support for the virtual scrolling feature.
|
|
152
|
+
|
|
153
|
+
#### Features
|
|
154
|
+
|
|
155
|
+
- `#I451870` - The Pager component has been enhanced to be more responsive. It now includes the ability to automatically resize itself and dynamically show or hide pager items based on the width of the Grid. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/pager-dropdown.html).
|
|
156
|
+
- `#FB31707` - Added functionality to support drag-and-drop of grid rows between different groups within the Grid. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/drag-drop-within-grid.html).
|
|
157
|
+
- `#FB6478`, `#FB5702` - Implemented support for maintaining the state of expanded grouped rows during editing actions. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/grouping.html).
|
|
158
|
+
|
|
159
|
+
- `#I451870` - The Pager component has been enhanced to be more responsive. It now includes the ability to automatically resize itself and dynamically show or hide pager items based on the width of the Grid. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/paging).
|
|
160
|
+
- `#FB31707` - Added functionality to support drag-and-drop of grid rows between different groups within the Grid. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/drag-drop-within-grid).
|
|
161
|
+
- `#FB6478`, `#FB5702` - Implemented support for maintaining the state of expanded grouped rows during editing actions. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/grouping).
|
|
162
|
+
|
|
163
|
+
## 21.1.35 (2023-03-23)
|
|
164
|
+
|
|
165
|
+
### Grid
|
|
166
|
+
|
|
167
|
+
#### New Features
|
|
168
|
+
|
|
169
|
+
- Implemented a feature to limit column expansion over their specified width, preventing them from using more space.
|
|
170
|
+
- `#I225917`, `#F146138`, `#F150441` - Provided support to dynamically change both new columns and datasource simultaneously by using inbuilt `changeDataSource` method of Grid.
|
|
171
|
+
- `#I304073, #I301329, #I441756` - Now, the filtering functionality has been enhanced to include additional filter operators such as `notcontains`, `notstartwith`, `notendwith`, `null`, `notnull`, `isempty`, and `isnotempty`. Additionally, `like` and `wildcard` support have been added.
|
|
172
|
+
- `#I432547` - The security of the Grid component has been improved by the use of sanitization to remove any potentially untrusted strings and scripts. This feature can be enabled by setting the property `enableHtmlSanitizer` as true.
|
|
173
|
+
|
|
174
|
+
#### Bug Fixes
|
|
175
|
+
|
|
176
|
+
- `#I439725` - The issue where an exception was thrown when attempting to filter 'Blanks' value using URL Adaptor in Excel filter has been resolved.
|
|
177
|
+
- `#F41177` - Resolved the issue exporting the hierarchy grid with different mode.
|
|
178
|
+
- `#I342921`, `#I407440` - The issue related to Content Security Policy violation that occurred while using grid paging and grouping has been resolved.
|
|
179
|
+
- `#I446747` - Script error occurred on `foreignkey` sample while trying to auto complete in filter menu issue has been fixed.
|
|
180
|
+
- `#I428772` - Fixed alignment issue with Dialog component header content and close icon on fluent theme. [More Information](https://ej2.syncfusion.com/documentation/release-notes/20.4.49/#dialog).
|
|
181
|
+
|
|
182
|
+
- `#I439725` - The issue where an exception was thrown when attempting to filter 'Blanks' value using URL Adaptor in Excel filter has been resolved.
|
|
183
|
+
- `#F41177` - Resolved the issue exporting the hierarchy grid with different mode.
|
|
184
|
+
- `#I342921`, `#I407440` - The issue related to Content Security Policy violation that occurred while using grid paging and grouping has been resolved.
|
|
185
|
+
- `#I446747` - Script error occurred on `foreignkey` sample while trying to auto complete in filter menu issue has been fixed.
|
|
186
|
+
- `#I428772` - Fixed alignment issue with Dialog component header content and close icon on fluent theme. [More Information](https://ej2.syncfusion.com/angular/documentation/release-notes/20.4.49/#dialog?type=all?type=all).
|
|
187
|
+
|
|
188
|
+
#### Breaking Changes
|
|
189
|
+
|
|
190
|
+
- Unnecessary role attributes for Grid row cell and header elements have been removed to enhance accessibility standards.
|
|
191
|
+
- The `td` element for `e-detailcell` in [detail element](https://ej2.syncfusion.com/documentation/grid/row/detail-template/) has been only changed from a `td` element to the `th` element to enhance accessibility standards.
|
|
192
|
+
|
|
193
|
+
- Unnecessary role attributes for Grid row cell and header elements have been removed to enhance accessibility standards.
|
|
194
|
+
- The `td` element for `e-detailcell` in [detail element](https://ej2.syncfusion.com/angular/documentation/grid/row/detail-template) has been only changed from a `td` element to the `th` element to enhance accessibility standards.
|
|
195
|
+
|
|
196
|
+
## 20.4.38 (2022-12-21)
|
|
197
|
+
|
|
198
|
+
### Grid
|
|
199
|
+
|
|
200
|
+
#### New Features
|
|
201
|
+
|
|
202
|
+
- `#I395531` - Improved the template rendering performance in React.
|
|
203
|
+
- `#I396818` - Provided support to add current selection to the filter.
|
|
204
|
+
- Provided support to skip the focus in non-editable columns while pressing tab/shift-tab in batch edit.
|
|
205
|
+
- Provided the lazy load group support for virtual scroll enabled grid.
|
|
206
|
+
- Provided support to refresh the aggregate values with lazy load grouping.
|
|
207
|
+
|
|
208
|
+
## 20.3.47 (2022-09-29)
|
|
209
|
+
|
|
210
|
+
### Grid
|
|
211
|
+
|
|
212
|
+
#### New Features
|
|
213
|
+
|
|
214
|
+
- `F26767` - Provided the Shimmer effect for grid while loading, refreshing and data processing.
|
|
215
|
+
- Provided the lazy load group support for infinite scrolling enabled grid.
|
|
216
|
+
- `I388050`, `I388052`, `I375590`, `I370773`, `I375590` - Grid features and icons have been enhanced to meet web accessibility standards and enabled localization support for aria-labels.
|
|
217
|
+
|
|
218
|
+
#### Breaking Changes
|
|
219
|
+
|
|
220
|
+
- `#I374913` - Prevented the group collapse action in infinite scrolling with cache mode by hiding the icons.
|
|
221
|
+
|
|
222
|
+
## 20.2.38 (2022-07-12)
|
|
223
|
+
|
|
224
|
+
### Grid
|
|
225
|
+
|
|
226
|
+
#### Bug Fixes
|
|
227
|
+
|
|
228
|
+
- `#I376131` - when cell containing the checkbox is double clicked the next cell content gets highlighted issue has been fixed.
|
|
229
|
+
- `#I385933` - Custom format on number column is not working properly in Grid pdf export issue has been fixed.
|
|
230
|
+
- `#FB35672` - Empty grid in batch edit mode throws script error has been fixed.
|
|
231
|
+
- `#I382789` - Tab key Navigation not working When `allowEditing` set to false with `RowDragandDrop` is fixed.
|
|
232
|
+
- `#FB34522` - Column reorder not working properly in column freeze enabled is fixed.
|
|
233
|
+
|
|
234
|
+
## 20.2.36 (2022-06-30)
|
|
235
|
+
|
|
236
|
+
### Grid
|
|
237
|
+
|
|
238
|
+
#### New Features
|
|
239
|
+
|
|
240
|
+
- `#I359178` - Provided support to show clear icon in the Grid search text box. It helps to clear the text in search text box and also clear the searching in Grid control too. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/searching)
|
|
241
|
+
- `#I328056`, `#I369597` - Provided support to prevent the selection of specific rows based on the condition.
|
|
242
|
+
- Enhanced the keyboard support for Data grid control. Please find the demo link [here](https://ej2.syncfusion.com/demos/#/bootstrap5/grid/keyboard-navigation.html)
|
|
243
|
+
- `#I194399` - Provided support to rotate grid header while exporting.
|
|
244
|
+
|
|
245
|
+
- `#I359178` - Provided support to show clear icon in the Grid search text box. It helps to clear the text in search text box and also clear the searching in Grid control too. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/searching)
|
|
246
|
+
- `#I328056`, `#I369597` - Provided support to prevent the selection of specific rows based on the condition.
|
|
247
|
+
- Enhanced the keyboard support for Data grid control. Please find the demo link [here](https://ej2.syncfusion.com/angular/demos/#/bootstrap5/grid/keyboard-navigation)
|
|
248
|
+
- `#I194399` - Provided support to rotate grid header while exporting.
|
|
249
|
+
|
|
250
|
+
#### Bug Fixes
|
|
251
|
+
|
|
252
|
+
- `#I235957`, `#I347931`, `#F170423`, `#I356695` - Persist Selection misbehaves while sorting with virtualisation issue has been fixed .
|
|
253
|
+
|
|
254
|
+
## 20.1.47 (2022-04-04)
|
|
255
|
+
|
|
256
|
+
### Grid
|
|
257
|
+
|
|
258
|
+
#### Bug Fixes
|
|
259
|
+
|
|
260
|
+
- `#I368223` - Filtering on the date column with a null value in the array issue has been fixed.
|
|
261
|
+
- `#F171832` - Pdf grid header text colour is not updated properly in `pdfHeaderQueryCellInfo` event issue has been fixed.
|
|
262
|
+
|
|
263
|
+
#### New Features
|
|
264
|
+
|
|
265
|
+
- `#I347226`, `#I345255` - Provided Aria accessibility with keyboard support for pager component.
|
|
266
|
+
|
|
267
|
+
## 19.4.55 (2022-03-08)
|
|
268
|
+
|
|
269
|
+
### Grid
|
|
270
|
+
|
|
271
|
+
#### Bug Fixes
|
|
272
|
+
|
|
273
|
+
- `#I367001` - Inline editing is not working properly when `RowDragandDrop` with frozen columns is fixed.
|
|
274
|
+
- `#I368530` - Aggregates not shown when using `expandAll` and `collapseAll` in grouping issue has been fixed.
|
|
275
|
+
- `#I368787` - `Autofill` removing decimal values in number type columns issue has been fixed.
|
|
276
|
+
|
|
277
|
+
## 19.4.54 (2022-03-01)
|
|
278
|
+
|
|
279
|
+
### Grid
|
|
280
|
+
|
|
281
|
+
#### Bug Fixes
|
|
282
|
+
|
|
283
|
+
- `#F172908` - Script error is thrown when column has `sortComparer` set is fixed.
|
|
284
|
+
- `#I367180` - `RowDragandDrop` not working when page size set to `All` has been fixed.
|
|
285
|
+
- `#I365069` - column menu `popup` not closed after filtering using enter key is fixed.
|
|
286
|
+
|
|
287
|
+
## 19.4.53 (2022-02-22)
|
|
288
|
+
|
|
289
|
+
### Grid
|
|
290
|
+
|
|
291
|
+
#### Bug Fixes
|
|
292
|
+
|
|
293
|
+
- `#I364948` - column menu position issue when open last column is fixed.
|
|
294
|
+
- `#I363675` - Need to set id and aria label for Grid checkboxes accessibility.
|
|
295
|
+
- `#I366853` - Column menu icon is not showing in bigger tailwind theme.
|
|
296
|
+
- `#I357480` - Need to include `strikeThrough` style for excel export issue has been fixed.
|
|
297
|
+
|
|
298
|
+
## 19.4.52 (2022-02-15)
|
|
299
|
+
|
|
300
|
+
### Grid
|
|
301
|
+
|
|
302
|
+
#### Bug Fixes
|
|
303
|
+
|
|
304
|
+
- `#I359192` - Ellipsis is not showing for the cells in the Firefox browser has been fixed.
|
|
305
|
+
- `#I363178` - Filter dialog position mismatches when disable `ColumnMenu` for particular column is fixed.
|
|
306
|
+
- `#I357482` - Not able to set the pager dropdown value as All on initialization issue has been fixed.
|
|
307
|
+
- `#F172084` - `rowSelected` event arguments row data is incorrect while select rows with `Ctrl`, issue has been fixed.
|
|
308
|
+
- `#F171933` - Row hover is not shown after the row drag and drop action is fixed.
|
|
309
|
+
- `#F171832` - Wrong grid cell value in `pdfHeaderQueryCellInfo` event issue has been fixed.
|
|
310
|
+
- `#F171308` - Lint error while passing null value in `filterByColumn` method is fixed.
|
|
311
|
+
- `#I365287` - Script error thrown when refresh the grid with column template and details rows is fixed.
|
|
312
|
+
- `#F172138` - Script error while enabling sticky header with `react-i18next` has been fixed.
|
|
313
|
+
|
|
314
|
+
## 19.4.47 (2022-01-25)
|
|
315
|
+
|
|
316
|
+
### Grid
|
|
317
|
+
|
|
318
|
+
#### Bug Fixes
|
|
319
|
+
|
|
320
|
+
- `#SF-361888` - Gird rows are hide when called `groupCollapseAll` without grouping is fixed.
|
|
321
|
+
- `#SF-362860` - Last column header cell border issue has been fixed.
|
|
322
|
+
- `#SF-357202` - Wrong operator while filtering with Excel filter search box is fixed.
|
|
323
|
+
- `#SF-362140` - Script error while selecting the row with `virtualization` issue has been fixed.
|
|
324
|
+
- `#FB-31236` - Multi-column sorting missing sort number indicators issue has been fixed.
|
|
325
|
+
- `#FB-31556` - Row Height misalignment when show/hide the template column with frozen Grid is fixed.
|
|
326
|
+
- `#F171116` - Border is not apply properly in the Excel exporting has been fixed.
|
|
327
|
+
|
|
328
|
+
## 19.4.43 (2022-01-18)
|
|
329
|
+
|
|
330
|
+
### Grid
|
|
331
|
+
|
|
332
|
+
#### Bug Fixes
|
|
333
|
+
|
|
334
|
+
- `#SF-359831` - Script error thrown in frozen grid while hiding the column through column chooser with aggregates issue has been fixed.
|
|
335
|
+
- `#SF-359248` - Script error thrown if frozen grid have empty records with `PersistSelection` feature issue has been fixed.
|
|
336
|
+
- `#F171949` - Script error while filtering with `UrlAdaptor` is resolved.
|
|
337
|
+
|
|
338
|
+
## 19.4.42 (2022-01-11)
|
|
339
|
+
|
|
340
|
+
### Grid
|
|
341
|
+
|
|
342
|
+
#### Bug Fixes
|
|
343
|
+
|
|
344
|
+
- `#SF-361124` - Script error when filtering with excel filter in other components issue has been fixed.
|
|
345
|
+
- `#SF-354931` - While locking the column with enable frozen right feature, the frozen column is not moving issue has been fixed.
|
|
346
|
+
- `#SF-356095` - Scroll position issue while `updateRow` method with infinite scroll has been fixed.
|
|
347
|
+
- `#SF-358560` - Scroll is prevented with `LazyLoadGrouping` cache mode issue has been fixed.
|
|
348
|
+
- `#SF-358281` - `ActionBegin` event paging arguments cancel is not properly getting cancelled is fixed.
|
|
349
|
+
- `#F171308` - Filter query is not generate properly when filter the null value in `OdataAdaptor` and `OdataV4Adaptor` is resolved.
|
|
350
|
+
|
|
351
|
+
## 19.4.41 (2022-01-04)
|
|
352
|
+
|
|
353
|
+
### Grid
|
|
354
|
+
|
|
355
|
+
#### Bug Fixes
|
|
356
|
+
|
|
357
|
+
- `#SF-313743` - Created event is not triggered when changing the locale is fixed.
|
|
358
|
+
- `#SF-354968` - Column dataSource is changed after dropdown editing a `foreignkey` column is fixed.
|
|
359
|
+
- `#F170844` - Borderline is not applied properly in stacked column has been fixed.
|
|
360
|
+
|
|
361
|
+
## 19.4.40 (2021-12-28)
|
|
362
|
+
|
|
363
|
+
### Grid
|
|
364
|
+
|
|
365
|
+
#### Bug Fixes
|
|
366
|
+
|
|
367
|
+
- `#I345910` - Sticky header not working when group drop area is hidden has been fixed.
|
|
368
|
+
- `#I357254` - Outline is displayed in excel export has been fixed.
|
|
369
|
+
- `#FB30729` - Filter dialog position issue when enable virtual scrolling is fixed.
|
|
370
|
+
- `#I356122` - `actionComplete` event is trigger after row reorder is performed has been fixed.
|
|
371
|
+
- `#I359292` - Script error thrown while clear filtering with disabled column menu is fixed.
|
|
372
|
+
|
|
373
|
+
## 19.4.38 (2021-12-17)
|
|
374
|
+
|
|
375
|
+
### Grid
|
|
376
|
+
|
|
377
|
+
#### Bug Fixes
|
|
378
|
+
|
|
379
|
+
- `#F170844` - Borderline issue in stacked column has been fixed.
|
|
380
|
+
- `#I355438` - Event argument type issue in `actionComplete` event while filtering is fixed.
|
|
381
|
+
- `#F170531` - wrong row information while clicking the custom sub context menu items id fixed.
|
|
382
|
+
|
|
383
|
+
## 19.3.57 (2021-12-07)
|
|
384
|
+
|
|
385
|
+
### Grid
|
|
386
|
+
|
|
387
|
+
#### Bug Fixes
|
|
388
|
+
|
|
389
|
+
- `#I356474` - `captionTemplate` property type issue has been fixed.
|
|
390
|
+
- `#F170289` - Header misalignment when printing the Grid with grouped column, issue has been fixed.
|
|
391
|
+
- `#I348807` - Row selected automatically when `persistSelection` enabled is fixed.
|
|
392
|
+
- `#F170712`, `#I357715` - Script error throws when edit `childGrid` rows with command column buttons is fixed.
|
|
393
|
+
- `#F170524` - Export aggregations misalignment while using Grid with grouped column, issue has been fixed.
|
|
394
|
+
|
|
395
|
+
## 19.3.56 (2021-12-02)
|
|
396
|
+
|
|
397
|
+
### Grid
|
|
398
|
+
|
|
399
|
+
#### Bug Fixes
|
|
400
|
+
|
|
401
|
+
- `#I338678` - frozen horizontal scroll issue in `Ipad` device has been fixed.
|
|
402
|
+
- `#I348728` - Throws script error while cancel the Excel filter is fixed.
|
|
403
|
+
|
|
404
|
+
## 19.3.55 (2021-11-23)
|
|
405
|
+
|
|
406
|
+
### Grid
|
|
407
|
+
|
|
408
|
+
#### Bug Fixes
|
|
409
|
+
|
|
410
|
+
- `#F170201` - Passed `groupcaption` details in the `exportGroupCaption` event arguments.
|
|
411
|
+
- `#I347287` - Maximum call stack issue occurs when checkbox columns set visible property as false for first column has been fixed.
|
|
412
|
+
- `#I347439` - The last row bottom border issue in Frozen right part has been fixed.
|
|
413
|
+
- `#I348589` - Changing grid height programmatically throws script error while scrolling issue has been fixed.
|
|
414
|
+
|
|
415
|
+
## 19.3.54 (2021-11-17)
|
|
416
|
+
|
|
417
|
+
### Grid
|
|
418
|
+
|
|
419
|
+
#### Bug Fixes
|
|
420
|
+
|
|
421
|
+
- `#I346575` - Command button click event argument type not returned properly is fixed.
|
|
422
|
+
- `#I347290` - Persist selection is not working properly when enable selection dynamically is fixed.
|
|
423
|
+
- `#I344276` - `HTMLtag` is not disable properly in tooltip has been fixed.
|
|
424
|
+
- `#I346882` - Throws script error while enabling with `filterbarTemplate` with `ShowFilterBarOperator` is fixed.
|
|
425
|
+
- `#F170007` - Autofit issue while render empty records has been fixed.
|
|
426
|
+
- `#I345285` - Footer aggregate is not aligned properly has been fixed.
|
|
427
|
+
|
|
428
|
+
#### New Features
|
|
429
|
+
|
|
430
|
+
- `#I338539` - Provided the tag helper support for single level stacked header in Angular Grid.
|
|
431
|
+
|
|
432
|
+
## 19.3.48 (2021-11-02)
|
|
433
|
+
|
|
434
|
+
### Grid
|
|
435
|
+
|
|
436
|
+
#### Bug Fixes
|
|
437
|
+
|
|
438
|
+
- `#I345881` - Script error while reordering with the column `virtualization` is resolved.
|
|
439
|
+
- `#I345229` - `expandAll` and `CollapseAll` in grouping issue has been fixed.
|
|
440
|
+
- `#I343503` - row Selected data is incorrect while apply Sorting and Grouping is fixed.
|
|
441
|
+
|
|
442
|
+
## 19.3.47 (2021-10-26)
|
|
443
|
+
|
|
444
|
+
### Grid
|
|
445
|
+
|
|
446
|
+
#### Bug Fixes
|
|
447
|
+
|
|
448
|
+
- `#I345516` - Grid sort icon overlapping with column header text in `boostrap5` theme issue has been fixed.
|
|
449
|
+
- `#I341348` - Provided the support for clearing all the Grid actions.
|
|
450
|
+
- `#I344299` - Grid data is not loaded when using custom binding with `Infinitescrolling` is fixed.
|
|
451
|
+
- `#F167378` - Throws scripts error while apply sorting in load event with `Infinitescrolling` is resolved.
|
|
452
|
+
- `#I345190` - Date column filtering operator issue has been fixed.
|
|
453
|
+
|
|
454
|
+
## 19.3.46 (2021-10-19)
|
|
455
|
+
|
|
456
|
+
### Grid
|
|
457
|
+
|
|
458
|
+
#### Bug Fixes
|
|
459
|
+
|
|
460
|
+
- `#I343873` - Infinite Scroll spinner issue while loading next block is fixed.
|
|
461
|
+
- `#I344229` - Script error while searching in the infinite scrolling enabled is resolved.
|
|
462
|
+
- `#I344295` - Infinite scroll grid is duplicating the last row issue has been fixed.
|
|
463
|
+
- `#FB21743` - Grouping collapse is not working properly with Infinite scroll if it don't have aggregates issue has been fixed.
|
|
464
|
+
|
|
465
|
+
## 19.3.45 (2021-10-12)
|
|
466
|
+
|
|
467
|
+
### Grid
|
|
468
|
+
|
|
469
|
+
#### Bug Fixes
|
|
470
|
+
|
|
471
|
+
- `#I339088` - Export the Grouped first column becomes empty is resolved.
|
|
472
|
+
- `#FB27888` - Cell Edit Template is not working when using dropdown component with filtering is fixed.
|
|
473
|
+
- `#I338678` - Frozen horizontal scroll is not working in `Ipad` device has been fixed.
|
|
474
|
+
- `#I342380` - Command button click event argument missing issue has been fixed.
|
|
475
|
+
|
|
476
|
+
## 19.3.44 (2021-10-05)
|
|
477
|
+
|
|
478
|
+
### Grid
|
|
479
|
+
|
|
480
|
+
#### Bug Fixes
|
|
481
|
+
|
|
482
|
+
- `#I341591` - Grid column `virtualization` does not support dynamic column changes issue has been fixed.
|
|
483
|
+
- `#I330797` - Provided support to set height and width for image when pdf export.
|
|
484
|
+
- `#I341546`, `#I341928` - custom date format filter issue in Excel search box has been fixed.
|
|
485
|
+
- `#I341353` - `No Records To Display` message is split while grouping has been fixed.
|
|
486
|
+
- `#I341339` - Editing issue in `foreignKeyColumn` with `virtualization` has been fixed.
|
|
487
|
+
- `#I342311` - Hierarchy Grid sends request for `childGrid` data when `hierarchyExportMode` as none is resolved.
|
|
488
|
+
- `#I341591` - Aggregate rendering condition order impact the grid performance issue has been fixed.
|
|
489
|
+
|
|
490
|
+
## 19.3.43 (2021-09-30)
|
|
491
|
+
|
|
492
|
+
### Grid
|
|
493
|
+
|
|
494
|
+
#### New Features
|
|
495
|
+
|
|
496
|
+
- `#I284744`, `#I289234` - Provided keyboard navigation support for infinite scroll.
|
|
497
|
+
- `#I314791`, `#I311562` - Provided group caption collapse support for infinite scroll.
|
|
498
|
+
|
|
499
|
+
#### Breaking Changes
|
|
500
|
+
|
|
501
|
+
- The `groupSettings.disablePageWiseAggregates` option will be enabled automatically when using aggregates and grouping in an infinite scroll.
|
|
502
|
+
|
|
503
|
+
## 19.2.62 (2021-09-14)
|
|
504
|
+
|
|
505
|
+
### Grid
|
|
506
|
+
|
|
507
|
+
#### Bug Fixes
|
|
508
|
+
|
|
509
|
+
- `#F168526` - `enablePersistence` was not maintained when filtering applied on `foreignKey` column.
|
|
510
|
+
- `#I335206` - Throws script error while adding the stacked columns dynamically is fixed.
|
|
511
|
+
- `#I341127` - Excel filter sub menus does not open in mobile device is Fixed.
|
|
512
|
+
- `#I340337` - Immutable mode doesn’t work for deep compare data issue has been fixed.
|
|
513
|
+
- `#I336801` - Infinite scrolling with editing with checkbox selection issue has been fixed.
|
|
514
|
+
|
|
515
|
+
## 19.2.60 (2021-09-07)
|
|
516
|
+
|
|
517
|
+
### Grid
|
|
518
|
+
|
|
519
|
+
#### Bug Fixes
|
|
520
|
+
|
|
521
|
+
- `#I339334` - `exportDetailDataBound` event not triggered when export the `HierarchyGrid` has been fixed.
|
|
522
|
+
- `#I339880` - Script error throws when enable `textwrap` with auto generated columns, issue has been fixed.
|
|
523
|
+
- `#FB27674` - Multi column dynamic sorting issue has been resolved.
|
|
524
|
+
- `#I340037` - Grid focus out issue has been resolved.
|
|
525
|
+
- `#I340122` - Script error while using custom component on boolean menu filter has been resolved.
|
|
526
|
+
- `#I339774` - Script error throws while hiding columns in enabled `lazyload` grid, has been fixed.
|
|
527
|
+
|
|
528
|
+
## 19.2.59 (2021-08-31)
|
|
529
|
+
|
|
530
|
+
### Grid
|
|
531
|
+
|
|
532
|
+
#### Bug Fixes
|
|
533
|
+
|
|
534
|
+
- `#F167458` - `enablePersistence` was not maintained when routing to another page is resolved.
|
|
535
|
+
- `#I339406` - Filtering array of values on date column by `filterByColum`, issue has been fixed.
|
|
536
|
+
- `#F168110` - Filter operation is not cleared while clicking the clear button with immediate mode, issue has been fixed.
|
|
537
|
+
|
|
538
|
+
## 19.2.57 (2021-08-24)
|
|
539
|
+
|
|
540
|
+
### Grid
|
|
541
|
+
|
|
542
|
+
#### Bug Fixes
|
|
543
|
+
|
|
544
|
+
- `#I338200` - Searching operation is not working properly in `foreignKeyColumn` issue has been fixed.
|
|
545
|
+
|
|
546
|
+
## 19.2.56 (2021-08-17)
|
|
547
|
+
|
|
548
|
+
### Grid
|
|
549
|
+
|
|
550
|
+
#### Bug Fixes
|
|
551
|
+
|
|
552
|
+
- `#I338201` - tab key issue in details rows has been resolved.
|
|
553
|
+
- `#I338152` - Focusing issue after collapsing all grouped records has been fixed.
|
|
554
|
+
- `#I336671` - first column cell is not focused properly with keyboard navigation has been fixed.
|
|
555
|
+
|
|
556
|
+
## 19.2.55 (2021-08-11)
|
|
557
|
+
|
|
558
|
+
### Grid
|
|
559
|
+
|
|
560
|
+
#### Bug Fixes
|
|
561
|
+
|
|
562
|
+
- `#I331628` - Clear button issue in filter bar input has been fixed.
|
|
563
|
+
- `#I328013` - Copy and paste in `mac os` issue has been resolved.
|
|
564
|
+
- `#I336801` - Adding new record is not working in infinite scroll with frozen grid, has been fixed.
|
|
565
|
+
- `#F158244` - filter menu destroyed issue in filter template has been fixed.
|
|
566
|
+
|
|
567
|
+
#### New Features
|
|
568
|
+
|
|
569
|
+
- `#I334322` - Provided exporting headers with image support.
|
|
570
|
+
- `#I284744, #I289234` - Provided keyboard navigation support in infinite scroll.
|
|
571
|
+
- `#I325175, #I327940` - Provided Sticky header support.
|
|
572
|
+
|
|
573
|
+
## 19.2.51 (2021-08-03)
|
|
574
|
+
|
|
575
|
+
### Grid
|
|
576
|
+
|
|
577
|
+
#### Bug Fixes
|
|
578
|
+
|
|
579
|
+
- `#F167053` - Border misalignment when adding a row in bottom has been fixed.
|
|
580
|
+
- `#I336216` - Cell Selection with box mode is not working properly after filtering, has been fixed.
|
|
581
|
+
- `#I336097, #I335284` - Virtualization Grid in flex container produce blank space issue has been fixed.
|
|
582
|
+
|
|
583
|
+
## 19.2.49 (2021-07-27)
|
|
584
|
+
|
|
585
|
+
### Grid
|
|
586
|
+
|
|
587
|
+
#### Bug Fixes
|
|
588
|
+
|
|
589
|
+
- `#FB26500` - copy are hidden in context menu while cell selection mode is resolved.
|
|
590
|
+
- `#I334589` - throws script error drag and drop on an expanded row with `DetailsTemplate` is fixed.
|
|
591
|
+
- `#I307521` - Provided a feature to change the cursor indication while dragging.
|
|
592
|
+
|
|
593
|
+
## 19.2.48 (2021-07-20)
|
|
594
|
+
|
|
595
|
+
### Grid
|
|
596
|
+
|
|
597
|
+
#### Bug Fixes
|
|
598
|
+
|
|
599
|
+
- `#I335031` - Filter icon not updated while `programmatically` filter the column using `ColumnMenu` is resolved.
|
|
600
|
+
- `#I334653` - Editing issue in grouped Grid with `virtualization` has been fixed.
|
|
601
|
+
- `#F166736` - Duplicate Sort numbers element rendered while prevent sort action is resolved.
|
|
602
|
+
- `#I334387` - Filter bar focusing is not working properly, while using the `multiselect` component in the filter template has been fixed.
|
|
603
|
+
- `#FB26392` - Script error is thrown while double-clicking the validation error message is fixed.
|
|
604
|
+
- `#FB26502` - Cell drag issue when field based command column, has been fixed.
|
|
605
|
+
|
|
606
|
+
## 19.2.47 (2021-07-13)
|
|
607
|
+
|
|
608
|
+
### Grid
|
|
609
|
+
|
|
610
|
+
#### Bug Fixes
|
|
611
|
+
|
|
612
|
+
- `#F166398` - Empty column misalignment while using percentage width column with grouping is fixed.
|
|
613
|
+
- `#I331505` - Multi Selection issue when enable `rowDragAndDrop` is fixed.
|
|
614
|
+
- `#I333234` - Throws scripts error while `hide/show` the columns with `virtualization` is enabled, issue has been fixed.
|
|
615
|
+
- `#I325339` - Need to modify the `aria-sort` attribute value to lower case.
|
|
616
|
+
- `#I332233` - searching blank value is not working in filter text box is fixed.
|
|
617
|
+
- `#I329930` - Virtual scrolling issue has been fixed while using it with grouping feature.
|
|
618
|
+
- `#I334284, #F166423` - Infinite scroll records removed after refreshing issue has been fixed.
|
|
619
|
+
- `#I310815, I331546, I326532` - Grid instance retaining memory leak issue has been fixed.
|
|
620
|
+
|
|
621
|
+
- `#I310815, I331546, I326532` - Grid instance retaining memory leak issue has been fixed.
|
|
622
|
+
|
|
623
|
+
#### Breaking Changes
|
|
624
|
+
|
|
625
|
+
- Modified the `aria-sort` attribute value from `Ascending, Descending` to `ascending, descending`.
|
|
626
|
+
|
|
627
|
+
## 19.2.46 (2021-07-06)
|
|
628
|
+
|
|
629
|
+
### Grid
|
|
630
|
+
|
|
631
|
+
#### Bug Fixes
|
|
632
|
+
|
|
633
|
+
- `#I332536` - Persist selection is not working properly when using `up/down` arrows is fixed.
|
|
634
|
+
- `#I331703` - Excel export filter icon misalignment while using the excel export header properties, issue has been fixed.
|
|
635
|
+
- `#I331500` - throws script error while clearing initial filter dynamically is fixed.
|
|
636
|
+
- `#I328056, #I331256` - `RowDeselected` event is not triggered after paging while using `clearSelction`, has been fixed.
|
|
637
|
+
- `#I331465` - Focus issue while render dropdown component in the header template, issue has been fixed.
|
|
638
|
+
- `#I332058` - Validation rules not working in grouped columns is fixed.
|
|
639
|
+
- `#I332503` - throws script error when Adding new record in a empty Grid with `infiniteScrolling` feature is fixed.
|
|
640
|
+
- `#I332932` - Edit focus is not working properly when checkbox column editing is disabled is fixed.
|
|
641
|
+
- `#I328508` - When selecting last row in view-port, Grid scrolls up automatically issue has been fixed.
|
|
642
|
+
|
|
643
|
+
- `#I332352` - throws script error while refreshing the filtered grid with persistence is fixed.
|
|
644
|
+
|
|
645
|
+
## 19.2.44 (2021-06-30)
|
|
646
|
+
|
|
647
|
+
### Grid
|
|
648
|
+
|
|
649
|
+
#### Bug Fixes
|
|
650
|
+
|
|
651
|
+
- `#FB25509` - Column grouping is not working properly while `allowReordering` is set true, has been fixed.
|
|
652
|
+
|
|
653
|
+
#### New Features
|
|
654
|
+
|
|
655
|
+
- Provided support for row reorder with virtual scrolling.
|
|
656
|
+
|
|
657
|
+
## 19.1.69 (2021-06-15)
|
|
658
|
+
|
|
659
|
+
### Grid
|
|
660
|
+
|
|
661
|
+
#### Bug Fixes
|
|
662
|
+
|
|
663
|
+
- `#I329342` - Adding new record through `addRecord` method with infinite scroll, issue has been fixed.
|
|
664
|
+
- `#F162910` - Header checkbox selection issue when enable infinite Scroll and custom binding has been fixed.
|
|
665
|
+
- `#I330477` - Pdf Export misalignment while using the stacked header with grouping, issue has been fixed.
|
|
666
|
+
- `#I323971` - Pdf Export misalignment while using the stacked header with hidden column, issue has been fixed.
|
|
667
|
+
- `#I329350` - Immutable mode doesn’t work for date values issue has been fixed.
|
|
668
|
+
- `#I329350` - Update the reordered data in immutable mode re-renders multiple rows issue has been fixed.
|
|
669
|
+
- `#I327293` - CPU takes more usage when export the hierarchy grid issue has been fixed.
|
|
670
|
+
- `#FB25510` - Throws script error While grouping the complex columns is fixed.
|
|
671
|
+
|
|
672
|
+
## 19.1.67 (2021-06-08)
|
|
673
|
+
|
|
674
|
+
### Grid
|
|
675
|
+
|
|
676
|
+
#### Bug Fixes
|
|
677
|
+
|
|
678
|
+
- `#I329898, #I329726, #I330440, #I330494, #I330714, #I330816, #I331022` - Frozen headers not refreshed while refresh the grid in latest chrome is resolved.
|
|
679
|
+
- `#I327857` - Script error throws while save grid with edited state in two child grid is fixed.
|
|
680
|
+
- `#I329250` - Adaptive view filter function issue has been fixed.
|
|
681
|
+
|
|
682
|
+
- `#I269563` - Excel custom filter was not working in angular platform has been fixed.
|
|
683
|
+
|
|
684
|
+
## 19.1.66 (2021-06-01)
|
|
685
|
+
|
|
686
|
+
### Grid
|
|
687
|
+
|
|
688
|
+
#### Bug Fixes
|
|
689
|
+
|
|
690
|
+
- `#I329121` - Horizontal scrolling in `columnVirtualization` makes glitch issue has been fixed.
|
|
691
|
+
- `#I326727` - Column resize issue with frozen right/left and aggregate has been resolved.
|
|
692
|
+
- `#I327237` - Empty row appears while hiding/showing columns in `virtualized` grouping grid, has been fixed.
|
|
693
|
+
- `#I299221` - Frozen part refresh issue with template column has been resolved.
|
|
694
|
+
- `#I311142` - Provided internal event to handle queries on custom `ExcelFilter` dataSource.
|
|
695
|
+
|
|
696
|
+
## 19.1.65 (2021-05-25)
|
|
697
|
+
|
|
698
|
+
### Grid
|
|
699
|
+
|
|
700
|
+
#### Bug Fixes
|
|
701
|
+
|
|
702
|
+
- `#I326169` - Column chooser `popup` closing issue has been fixed.
|
|
703
|
+
- `#I327972` - Script error issue has been fixed while using anchor tag in header template.
|
|
704
|
+
- `#I312347` - The selected row is not properly displayed in viewport when `virtualization` is enabled issue has been fixed.
|
|
705
|
+
- `#I328013` - Autofill editing functionality issue has been fixed.
|
|
706
|
+
- `#I327316` - Default value as null is not working in numeric column is fixed.
|
|
707
|
+
- `#I327294` - Batch edit disregards null value in numeric column is fixed.
|
|
708
|
+
|
|
709
|
+
## 19.1.64 (2021-05-19)
|
|
710
|
+
|
|
711
|
+
### Grid
|
|
712
|
+
|
|
713
|
+
#### Bug Fixes
|
|
714
|
+
|
|
715
|
+
- `#I323987` - Wrong batch changes while editing date column has been fixed.
|
|
716
|
+
- `#I325763` - `minwidth` issue with detail template has been fixed.
|
|
717
|
+
- `#I325707` - When enable detail template and `rowDragAndDrop`, aggregate cells alignment issue has been fixed.
|
|
718
|
+
- `#I323588` - Provided `beforeOpenAdaptiveDialog` event to listen the adaptive sort and filter dialog open action.
|
|
719
|
+
- `#I323268` - Provided public methods `showAdaptiveFilterDialog` and `showAdaptiveSortDialog` to open the virtual row mode filter and sort dialog in adaptive horizontal mode.
|
|
720
|
+
- `#F165067, #I323250` - `setCellValue` method issue with Frozen Grid has been fixed.
|
|
721
|
+
- `#I318420` - filter dialog position when `columnMenu` is displayed issue has been fixed.
|
|
722
|
+
- `#I321693` - `RowDeselected` event data property issue when unchecking the header checkbox, has been resolved.
|
|
723
|
+
- `#I326604` - Aggregate value calculated incorrectly when batch adding is Fixed.
|
|
724
|
+
- `#I325669` - Excel export misalignment while using the grouped custom datasource, issue has been fixed.
|
|
725
|
+
|
|
726
|
+
#### New Features
|
|
727
|
+
|
|
728
|
+
- `#I315345` - Provided server side CSV exporting support.
|
|
729
|
+
- `#I317320` - Provided inline editing support in column `virtualization`.
|
|
730
|
+
|
|
731
|
+
## 19.1.59 (2021-05-04)
|
|
732
|
+
|
|
733
|
+
### Grid
|
|
734
|
+
|
|
735
|
+
#### Bug Fixes
|
|
736
|
+
|
|
737
|
+
- `#I324695` - Misalignment occurred while doing show or hide in stacked header with frozen is fixed.
|
|
738
|
+
- `#I321693` - `RowDeselected` event data as empty when unchecking the select All checkbox, issue has been resolved.
|
|
739
|
+
- `#I295052` - Switch component editing issue in dialog template has been fixed.
|
|
740
|
+
- `#I322601` - Header checkbox state is not proper on dynamic data update, issue has been fixed.
|
|
741
|
+
- `#I317611` - Warning error thrown when using local data issue has been fixed.
|
|
742
|
+
- `#I324294` - Grid checkbox selection performance issue has been fixed in material theme.
|
|
743
|
+
- `#F164532` - Column remote data issue with dropdown edit has been fixed.
|
|
744
|
+
|
|
745
|
+
## 19.1.58 (2021-04-27)
|
|
746
|
+
|
|
747
|
+
### Grid
|
|
748
|
+
|
|
749
|
+
#### Bug Fixes
|
|
750
|
+
|
|
751
|
+
- `#I323447` - Grid print dialog hovering issue has been fixed.
|
|
752
|
+
- `#I323007` - `getRowIndexByPrimaryKey` thrown script error while rendering the child grid issue has been fixed.
|
|
753
|
+
- `#I322540` - Selected row index property issue with checkbox deselection has been fixed.
|
|
754
|
+
- `#I322859, #I323462` - Ignore accent property issue with excel filter has been fixed.
|
|
755
|
+
- `#I318995` - Child Grid expand not working properly has been fixed.
|
|
756
|
+
- `#I321908` - Throws script error while dragging page number index in Grid is fixed.
|
|
757
|
+
- `#I323304` - Displayed the `headerText` instead of `Filter` in adaptive UI filter dialog.
|
|
758
|
+
- `#I323304` - Column's visible, `allowFiltering`, and `allowSorting` properties not working in adaptive UI issue has been fixed.
|
|
759
|
+
- `#I322769` - Adaptive UI default toolbar items issue has been fixed.
|
|
760
|
+
|
|
761
|
+
## 19.1.57 (2021-04-20)
|
|
762
|
+
|
|
763
|
+
### Grid
|
|
764
|
+
|
|
765
|
+
#### Bug Fixes
|
|
766
|
+
|
|
767
|
+
- `#I323673` - Paging issue while deleting records in last page has been fixed.
|
|
768
|
+
- `#I321175` - Previous filter value is reappearing on the excel filter input issue has been fixed.
|
|
769
|
+
- `#I323060` - Excel custom filter issue has been fixed.
|
|
770
|
+
- `#I322391` - Provided the support for `rtl` in menu filter in dropdown component.
|
|
771
|
+
- `#I321693` - `RowDeselected` event data property issue has been resolved.
|
|
772
|
+
|
|
773
|
+
## 19.1.56 (2021-04-13)
|
|
774
|
+
|
|
775
|
+
### Grid
|
|
776
|
+
|
|
777
|
+
#### Bug Fixes
|
|
778
|
+
|
|
779
|
+
- `#I319687` - Child grid row drag and drop issue has been fixed.
|
|
780
|
+
- `#I321090` - Throws script error while using `hideSearchbox` in filter is fixed.
|
|
781
|
+
- `#I163579` - Focus issue while render multiple inputs in column template, issue has been fixed.
|
|
782
|
+
- `#I320238` - Change content casing of `No matches found` has been resolved.
|
|
783
|
+
- `#I317408` - Warning error thrown when binding a data dynamically by using `asyncpipe` binding issue has been fixed.
|
|
784
|
+
- `#I321142` - Exporting is not working properly in `foreignKeyColumn` issue has been fixed.
|
|
785
|
+
- `#I317066, #I317853` - When we right-click the bottom row in the current view area, the grid automatically scrolls issue has been fixed.
|
|
786
|
+
|
|
787
|
+
## 19.1.55 (2021-04-06)
|
|
788
|
+
|
|
789
|
+
### Grid
|
|
790
|
+
|
|
791
|
+
#### Bug Fixes
|
|
792
|
+
|
|
793
|
+
- `#I319396,#I317406` - Incorrect click handler reference while destroying Grid has been resolved.
|
|
794
|
+
- `#F163694` - Delete action issue with non-current view records has been fixed.
|
|
795
|
+
- `#I291960` - Resize handler height issue while window resizing has been resolved.
|
|
796
|
+
- `#I319831` - Column resizing line not shown issue has been fixed in `virtualization` feature.
|
|
797
|
+
- `#I314289` - Frozen horizontal scrollbar issue has been fixed in mac browsers.
|
|
798
|
+
- `#I318411` - column menu opens in wrong direction issue has been resolved.
|
|
799
|
+
- `#I319726` - Pdf export issue while using `valueAccessor` in boolean column has been fixed.
|
|
800
|
+
- `#I318892` - `checkboxOnly` selection issue while enable `rowDragandDrop` has been resolved.
|
|
801
|
+
- `#I320238` - Header checkbox selection issue when remove pager has been fixed.
|
|
802
|
+
- `#I318745` - infinite Scroll invoked while moving the horizontal scrollbar issue has been fixed.
|
|
803
|
+
- `#I320328` - throws script error while updating the data in Dialog editing is fixed.
|
|
804
|
+
- `#I300506` - Provided support to set locale texts for Boolean values in checkbox filter.
|
|
805
|
+
|
|
806
|
+
## 19.1.54 (2021-03-30)
|
|
807
|
+
|
|
808
|
+
### Grid
|
|
809
|
+
|
|
810
|
+
#### New Features
|
|
811
|
+
|
|
812
|
+
- `#266164`, `#298390`, `#298305`, `#317536`, `#197245` - Provided mobile view support for responsive Grid.
|
|
813
|
+
- `#243700`, `#255673`, `#145292`, `#312122`, `#316185`, `#162746`, `#162824` - Provided exporting image and hyper link to Excel and PDF file formats.
|
|
814
|
+
- `#297861` - Provided option for rendering checkbox items in menu filter dialog.
|
|
815
|
+
- `#308524` - Provided autofilter support in Grid to Excel export.
|
|
816
|
+
- `#297263` - Provided complex column filtering and sorting support with IQueryable.
|
|
817
|
+
- `#307522` - Provided the target indicator support for drag and drop with different Grid.
|
|
818
|
+
|
|
819
|
+
#### Bug Fixes
|
|
820
|
+
|
|
821
|
+
- `#317762` - Increasing frozen columns using custom toolbar issue has been resolved.
|
|
822
|
+
|
|
823
|
+
## 18.4.49 (2021-03-23)
|
|
824
|
+
|
|
825
|
+
### Grid
|
|
826
|
+
|
|
827
|
+
#### Bug Fixes
|
|
828
|
+
|
|
829
|
+
- `#317578` - Throws script error while updating the template column in Batch edit mode issue has been fixed.
|
|
830
|
+
- `#316684, #319594` - Script error when drag rows from grid to other components issue has been fixed.
|
|
831
|
+
- `#317534` - Custom filtering not working when using filter template, has been fixed.
|
|
832
|
+
|
|
833
|
+
## 18.4.48 (2021-03-16)
|
|
834
|
+
|
|
835
|
+
### Grid
|
|
836
|
+
|
|
837
|
+
#### Bug Fixes
|
|
838
|
+
|
|
839
|
+
- `#315782` - Virtualization with grouping issue has been fixed.
|
|
840
|
+
- `#19156` - Scroll is prevented with infinite scroll's cache mode issue has been fixed.
|
|
841
|
+
|
|
842
|
+
## 18.4.47 (2021-03-09)
|
|
843
|
+
|
|
844
|
+
### Grid
|
|
845
|
+
|
|
846
|
+
#### Bug Fixes
|
|
847
|
+
|
|
848
|
+
- `#315085` - Script error with custom format in server side exporting has been fixed.
|
|
849
|
+
- `#22476` - `getRowIndexByPrimarykey` method returns incorrect index with complex data has been fixed.
|
|
850
|
+
- `#292594` - Preventing the row deselection issue has been resolved.
|
|
851
|
+
- `#316299` - Previous data is not properly return while save action, issue has been fixed.
|
|
852
|
+
- `#315859` - Script error while using using the textbox component in the filter template has been fixed.
|
|
853
|
+
- `#311142` - Provided the support for custom datasource in excel filter.
|
|
854
|
+
- `#314870` - Checkbox Filter true/false locale text issue has been resolved.
|
|
855
|
+
- `#315677` - Horizontal scroll bar is hide while filtering the column with frozen columns issue has been fixed.
|
|
856
|
+
|
|
857
|
+
## 18.4.46 (2021-03-02)
|
|
858
|
+
|
|
859
|
+
### Grid
|
|
860
|
+
|
|
861
|
+
#### Bug Fixes
|
|
862
|
+
|
|
863
|
+
- `#313780` - Infinite Scroll invoked while moving the horizontal scrollbar issue has been fixed.
|
|
864
|
+
- `#314929` - Maximum call stack exceeds issue when pressing tab key has been resolved.
|
|
865
|
+
|
|
866
|
+
## 18.4.44 (2021-02-23)
|
|
867
|
+
|
|
868
|
+
### Grid
|
|
869
|
+
|
|
870
|
+
#### Bug Fixes
|
|
871
|
+
|
|
872
|
+
- `#314800` - filter dialog position when `rtl` is enabled issue has been fixed.
|
|
873
|
+
- `#314860` - Grouped icon drag and drop issue has been fixed.
|
|
874
|
+
|
|
875
|
+
## 18.4.43 (2021-02-16)
|
|
876
|
+
|
|
877
|
+
### Grid
|
|
878
|
+
|
|
879
|
+
#### Bug Fixes
|
|
880
|
+
|
|
881
|
+
- `#310507` - Frozen layout issue while changing `pagesizes` issue has been resolved.
|
|
882
|
+
- `#306030` - Filtering numeric columns through enter key issue has been resolved.
|
|
883
|
+
- `#311829` - Records are repeated while doing virtual scrolling when selection or focus applied issue has been fixed.
|
|
884
|
+
- `#312581` - Header `aria-colindex` attribute issue has been fixed.
|
|
885
|
+
- `#313556` - `ExcelFilter` dialog position issue has been fixed.
|
|
886
|
+
- `#308792` - Filter icon update when enable `foreignKey` column, issue has been resolved.
|
|
887
|
+
|
|
888
|
+
- `#313637` - Dynamically disabling infinite scrolling issue has been resolved.
|
|
889
|
+
|
|
890
|
+
## 18.4.42 (2021-02-09)
|
|
891
|
+
|
|
892
|
+
### Grid
|
|
893
|
+
|
|
894
|
+
#### Bug Fixes
|
|
895
|
+
|
|
896
|
+
- `#310158` - Selected records reorder issue has been fixed.
|
|
897
|
+
- `#311583` - `rowSelected` event issue has been resolved.
|
|
898
|
+
|
|
899
|
+
undefined- `#311879` - Column template with freeze direction issue has been fixed.
|
|
900
|
+
|
|
901
|
+
## 18.4.41 (2021-02-02)
|
|
902
|
+
|
|
903
|
+
### Grid
|
|
904
|
+
|
|
905
|
+
#### Bug Fixes
|
|
906
|
+
|
|
907
|
+
- `#309585` - copy with header in clipboard issue has been resolved.
|
|
908
|
+
- `#299892` - script error when calling refresh method issue has been resolved.
|
|
909
|
+
- `#310296` - Parent level group footer not visible in excel export issue has been fixed.
|
|
910
|
+
- `#309731` - Persist Checkbox selection issue while show/hide column, has been fixed.
|
|
911
|
+
- `#310699` - column width is set as 'auto' works properly while exporting in excel.
|
|
912
|
+
- `#310989` - filtered value retained properly in the `filterbar` when `persistence` enabled.
|
|
913
|
+
|
|
914
|
+
## 18.4.39 (2021-01-28)
|
|
915
|
+
|
|
916
|
+
### Grid
|
|
917
|
+
|
|
918
|
+
#### Bug Fixes
|
|
919
|
+
|
|
920
|
+
- `#310077` - Persist Checkbox selection with frozen columns issue has been fixed.
|
|
921
|
+
- `#309205` - Script error While sorting in excel filter when more than one grid is rendered issue has been resolved.
|
|
922
|
+
|
|
923
|
+
- `#310815` - The Grid memory leak issue has been fixed.
|
|
924
|
+
|
|
925
|
+
#### New Features
|
|
926
|
+
|
|
927
|
+
- `#247931, #251431` - Provided the server side Excel and PDF export support.
|
|
928
|
+
|
|
929
|
+
## 18.4.35 (2021-01-19)
|
|
930
|
+
|
|
931
|
+
### Grid
|
|
932
|
+
|
|
933
|
+
#### Bug Fixes
|
|
934
|
+
|
|
935
|
+
- `#310607` - Script error while excel filtering with Blank value has been fixed.
|
|
936
|
+
- `#308259` - Row deselect event not triggered when clicking on the row has been fixed.
|
|
937
|
+
- `#160944` - Autofit issue while double clicking has been fixed.
|
|
938
|
+
|
|
939
|
+
## 18.4.34 (2021-01-12)
|
|
940
|
+
|
|
941
|
+
### Grid
|
|
942
|
+
|
|
943
|
+
#### Bug Fixes
|
|
944
|
+
|
|
945
|
+
- `#309059` - The horizontal scroll bar is not displayed while using Frozen column issue has been fixed.
|
|
946
|
+
- `#308465` - Filtering Foreign key column issue has been fixed.
|
|
947
|
+
- `#309205` - Script error while using Excel Filter issue has been resolved.
|
|
948
|
+
- `#160945` - Rendering wrong page records issue after deleting with Group has been fixed.
|
|
949
|
+
|
|
950
|
+
## 18.4.33 (2021-01-05)
|
|
951
|
+
|
|
952
|
+
### Grid
|
|
953
|
+
|
|
954
|
+
#### Bug Fixes
|
|
955
|
+
|
|
956
|
+
- `#306851` - Virtualization with `selectRow` method issue has been fixed.
|
|
957
|
+
- `#297879` - Alignment issue has been fixed when we have the hidden frozen column with empty data set.
|
|
958
|
+
- `#160660` - Grid query included in foreign key column issue has been resolved.
|
|
959
|
+
- `#306162` - Pager dropdown overlap issue has been resolved.
|
|
960
|
+
- `#307973` - The `isInteracted` property issue in row deselect events has been fixed.
|
|
961
|
+
- `#160548` - Frozen grid duplicate template rendering issue has been fixed.
|
|
962
|
+
- `#296093` - Grouping with `virtualization` hide column issue has been fixed.
|
|
963
|
+
|
|
964
|
+
## 18.4.32 (2020-12-29)
|
|
965
|
+
|
|
966
|
+
### Grid
|
|
967
|
+
|
|
968
|
+
#### Bug Fixes
|
|
969
|
+
|
|
970
|
+
- `#160497` - `PageSizes` dropdown showing empty string issue has been resolved.
|
|
971
|
+
- `#308117` - Changing `PageSettings` dynamically issue has been fixed.
|
|
972
|
+
- `#305463, #307312` - Filter icon updated issue has been resolved.
|
|
973
|
+
- `#307775, #307812, #306656` - Script error throws when update the react state value issue has been fixed.
|
|
974
|
+
- `#308510` - where property type changed to `Predicate` in `dataStateChangeEventArgs`.
|
|
975
|
+
|
|
976
|
+
## 18.4.31 (2020-12-22)
|
|
977
|
+
|
|
978
|
+
### Grid
|
|
979
|
+
|
|
980
|
+
#### Bug Fixes
|
|
981
|
+
|
|
982
|
+
- `#303869` - Event argument type issue has been fixed.
|
|
983
|
+
- `#160246` - Sorting column not removed while changing `groupSettings` issue has been resolved.
|
|
984
|
+
- `#301282` - Export `aggregations` misalignment while using the custom datasource, issue has been fixed.
|
|
985
|
+
- `#305619` - Export `aggregations` misalignment while using the stacked header, issue has been fixed.
|
|
986
|
+
- `#306030` - Filtering numeric column by pressing `Enter Key` is not working, has been fixed.
|
|
987
|
+
- `#306032` - custom validation message misalignment issue has been fixed.
|
|
988
|
+
- `#306282` - sort icon alignment issue in `bootstap4` has been fixed.
|
|
989
|
+
|
|
990
|
+
## 18.4.30 (2020-12-17)
|
|
991
|
+
|
|
992
|
+
### Grid
|
|
993
|
+
|
|
994
|
+
#### Bug Fixes
|
|
995
|
+
|
|
996
|
+
- `#301599` - Editing issue in frozen Grid with `virtualization` has been fixed.
|
|
997
|
+
|
|
998
|
+
#### New Features
|
|
999
|
+
|
|
1000
|
+
- `#284110` - Provided support for sorting in excel filter dialog.
|
|
1001
|
+
- `#295348`, `#159594` - Provided support for Grid column selection.
|
|
1002
|
+
- `#202824` , `#199899`, `#138469`, `#263330`, `#151661`, `#271993`, `#158735` - Provided support for freeze column to the right of Grid.
|
|
1003
|
+
- `#10632` - Provided support for specifying 'items' type in grid pager.
|
|
1004
|
+
- `#294082` - Provided support for row reorder refresh support in Grid component.
|
|
1005
|
+
|
|
1006
|
+
#### Breaking Changes
|
|
1007
|
+
|
|
1008
|
+
- In Frozen Grid, we have moved the vertical scroller from movable content div to its parent element and also rendered a separate div in grid content element to perform the horizontal scroll action. This changes improves scrolling smoothness and avoid delayed scrolling between the frozen and movable content.
|
|
1009
|
+
|
|
1010
|
+
## 18.3.53 (2020-12-08)
|
|
1011
|
+
|
|
1012
|
+
### Grid
|
|
1013
|
+
|
|
1014
|
+
#### Bug Fixes
|
|
1015
|
+
|
|
1016
|
+
- `#304497` - Initial filtering sends two request issue has been resolved.
|
|
1017
|
+
- `#18774` - Footer aggregate with frozen columns in `rtl` mode alignment issue has been resolved.
|
|
1018
|
+
- `#160297` - opening excel filter through column menu issue has been resolved.
|
|
1019
|
+
|
|
1020
|
+
## 18.3.52 (2020-12-01)
|
|
1021
|
+
|
|
1022
|
+
### Grid
|
|
1023
|
+
|
|
1024
|
+
#### Bug Fixes
|
|
1025
|
+
|
|
1026
|
+
- `#304090` - Checkbox selection issue with filtering actions has been fixed.
|
|
1027
|
+
- `#159766` - Dialog footer content issue has been fixed.
|
|
1028
|
+
- `#303904` - Grid columns is Auto Scroll issue while clicking the first column has been fixed.
|
|
1029
|
+
- `#299643` - Provided the support for `rtl` in excel export.
|
|
1030
|
+
- `#302342` - Whiling dragging header, cursor not following issue has been resolved.
|
|
1031
|
+
- `#159701` - Currency format not applied while exporting pdf issue has been resolved.
|
|
1032
|
+
- `#159725` - Sorting icon displayed over the header in fabric theme issue has been fixed.
|
|
1033
|
+
- `#296476` - AutoFit columns issue with hierarchy Grid has been resolved.
|
|
1034
|
+
- `#304389` - `foreignKey` columns grouping issue has been fixed.
|
|
1035
|
+
|
|
1036
|
+
#### New Features
|
|
1037
|
+
|
|
1038
|
+
- `#284110` - Provided support for sorting in excel filter dialog.
|
|
1039
|
+
|
|
1040
|
+
## 18.3.51 (2020-11-24)
|
|
1041
|
+
|
|
1042
|
+
### Grid
|
|
1043
|
+
|
|
1044
|
+
#### Bug Fixes
|
|
1045
|
+
|
|
1046
|
+
- `#302178` - Grid does not destroyed issue has been resolved.
|
|
1047
|
+
- `#301357`,`#302019` - frozen Grid layout issue when change the empty datasource has been fixed.
|
|
1048
|
+
|
|
1049
|
+
## 18.3.50 (2020-11-17)
|
|
1050
|
+
|
|
1051
|
+
### Grid
|
|
1052
|
+
|
|
1053
|
+
#### Bug Fixes
|
|
1054
|
+
|
|
1055
|
+
- `#158208` - Grid `pageSize` 'All' translated issue has been fixed.
|
|
1056
|
+
|
|
1057
|
+
## 18.3.48 (2020-11-11)
|
|
1058
|
+
|
|
1059
|
+
### Grid
|
|
1060
|
+
|
|
1061
|
+
#### Bug Fixes
|
|
1062
|
+
|
|
1063
|
+
- `#13681` - Removed select row checkbox in dialog editing `popup` as a improvement feature.
|
|
1064
|
+
- `#158850` - Missing of Column name in `actionBegin` arguments while `ungrouping` has been added.
|
|
1065
|
+
- `#298860` - Inline editing with persist selection issue has been resolved.
|
|
1066
|
+
- `#300648` - Script error while clicking on empty records issue has been fixed.
|
|
1067
|
+
- `#300137` - Tooltip is not closed issue has been fixed.
|
|
1068
|
+
- `#158868, #159209`- Fixed the asynchronous refreshing while Grid initialization.
|
|
1069
|
+
- `#298630` - `checkboxOnly` selection not working when editing, has been fixed.
|
|
1070
|
+
- `#299325` - `Checkbox` selection not working while dynamically changing the DataSource, has been resolved.
|
|
1071
|
+
- `#298387` - `Cellsave` issue when using home and end keys has been fixed.
|
|
1072
|
+
|
|
1073
|
+
- `#300566` - Script error while loading the `setCulture` file when `allowPaging` is enabled issue has been fixed.
|
|
1074
|
+
|
|
1075
|
+
## 18.3.47 (2020-11-05)
|
|
1076
|
+
|
|
1077
|
+
### Grid
|
|
1078
|
+
|
|
1079
|
+
#### Bug Fixes
|
|
1080
|
+
|
|
1081
|
+
- `#292035` - Resolved Touch functionality is not working with draggable.
|
|
1082
|
+
- `#298662` - Grid drag and drop issue has been fixed in IE11 browser.
|
|
1083
|
+
- `#10632` - provided the custom text support in pager instance.
|
|
1084
|
+
- `#159184` - Script error throws while exporting grid component with aggregates issue has been fixed.
|
|
1085
|
+
|
|
1086
|
+
- `#158808` - `allowKeyboard` property issue has been resolved.
|
|
1087
|
+
|
|
1088
|
+
## 18.3.44 (2020-10-27)
|
|
1089
|
+
|
|
1090
|
+
### Grid
|
|
1091
|
+
|
|
1092
|
+
#### Bug Fixes
|
|
1093
|
+
|
|
1094
|
+
- `#297750` - Stacked columns with frozen columns issue has been fixed.
|
|
1095
|
+
- `#296093` - Prevented row drag and drop icon when `virtualization` is enabled.
|
|
1096
|
+
- `#293443` - Incorrect rows count while focusing table with JAWS has been fixed.
|
|
1097
|
+
- `#298824` - Pdf export with boolean column issue has been fixed.
|
|
1098
|
+
|
|
1099
|
+
## 18.3.42 (2020-10-20)
|
|
1100
|
+
|
|
1101
|
+
### Grid
|
|
1102
|
+
|
|
1103
|
+
#### Bug Fixes
|
|
1104
|
+
|
|
1105
|
+
- `#293485` - `ActionBegin` event paging arguments `cancel` property retained issue has been fixed.
|
|
1106
|
+
|
|
1107
|
+
## 18.3.40 (2020-10-13)
|
|
1108
|
+
|
|
1109
|
+
### Grid
|
|
1110
|
+
|
|
1111
|
+
#### Bug Fixes
|
|
1112
|
+
|
|
1113
|
+
- `#293407` - `RowDeselecting` event triggered when clicking on expansion area issue has been resolved.
|
|
1114
|
+
- `#292818` - `Aggregate` column alignment issue has been fixed.
|
|
1115
|
+
- `#157969` - Default filtering operator when enabling `showFilterBarOperator` issue has been resolved.
|
|
1116
|
+
- `#157753` - Update and insert `actionFailure` events arguments structure issue has been fixed.
|
|
1117
|
+
- `#291959` - Radio button editing issue in dialog template has been fixed.
|
|
1118
|
+
- `#291000` - `CurrentLocale` pager DropDown API changing issue has been fixed.
|
|
1119
|
+
- `#288619` - Persist selection issue with initial selection has been fixed.
|
|
1120
|
+
- `#293646` - Dynamic query updating issue has been fixed.
|
|
1121
|
+
- `#295025` - sort order with foreign key column issue has been fixed.
|
|
1122
|
+
- `#293387` - Infinite scrolling with grouping issue has been fixed.
|
|
1123
|
+
- `#295712` - Scrollbar move issue when hide columns with RTL mode, has been fixed.
|
|
1124
|
+
- `#292471` - Template properties not showing in `pagerTemplate` issue has been fixed.
|
|
1125
|
+
|
|
1126
|
+
## 18.3.35 (2020-10-01)
|
|
1127
|
+
|
|
1128
|
+
### Grid
|
|
1129
|
+
|
|
1130
|
+
#### New Features
|
|
1131
|
+
|
|
1132
|
+
- `#279959, #278895` - Provided lazy load grouping support.
|
|
1133
|
+
- `#252918` - Provided immutable mode and methods support.
|
|
1134
|
+
|
|
1135
|
+
## 18.2.59 (2020-09-21)
|
|
1136
|
+
|
|
1137
|
+
### Grid
|
|
1138
|
+
|
|
1139
|
+
#### Bug Fixes
|
|
1140
|
+
|
|
1141
|
+
- `#283675` - Excel custom filtered value issue has been resolved.
|
|
1142
|
+
- `#291032` - String column Change event issue has been fixed.
|
|
1143
|
+
- `#291960` - resize handler height issue with auto wrap has been fixed.
|
|
1144
|
+
- `#293441` - Improved the Checkbox filter module with keyboard navigation.
|
|
1145
|
+
- `#287676` - Mouse position issue when row dragged, has been fixed.
|
|
1146
|
+
|
|
1147
|
+
## 18.2.58 (2020-09-15)
|
|
1148
|
+
|
|
1149
|
+
### Grid
|
|
1150
|
+
|
|
1151
|
+
#### Bug Fixes
|
|
1152
|
+
|
|
1153
|
+
- `#291552` - `Resizing` lines in stacked header issue has been resolved.
|
|
1154
|
+
- `#290601` - `Recordclick` event arguments has been fixed.
|
|
1155
|
+
- `#291949, #287468` - Provided the internal event to use custom datasource in `checkbox` filter.
|
|
1156
|
+
- `#280083` - Added the correct translated string in the locale `json` file.
|
|
1157
|
+
- `#291160` - Edit form closes when exception thrown from server issue has been fixed.
|
|
1158
|
+
- `#157390` - Provided the column and `rowIndex` details inside the `editTemplate`.
|
|
1159
|
+
- `#292599` - Script error while using grouped `foreignkeyColumn` with aggregate column has been fixed.
|
|
1160
|
+
|
|
1161
|
+
## 18.2.57 (2020-09-08)
|
|
1162
|
+
|
|
1163
|
+
### Grid
|
|
1164
|
+
|
|
1165
|
+
#### Bug Fixes
|
|
1166
|
+
|
|
1167
|
+
- `#288147` - Script error while using `addRecord` in `IE11`, has been fixed.
|
|
1168
|
+
- `#288292` - copy and paste in `mac os` issue has been resolved.
|
|
1169
|
+
- `#290651` - column chooser `pop-up` is hidden partially has been fixed.
|
|
1170
|
+
- `#290215` - Checkbox selection issue when delete records, has been fixed.
|
|
1171
|
+
|
|
1172
|
+
## 18.2.56 (2020-09-01)
|
|
1173
|
+
|
|
1174
|
+
### Grid
|
|
1175
|
+
|
|
1176
|
+
#### Bug Fixes
|
|
1177
|
+
|
|
1178
|
+
- `#289461` - Added the internal event to access menu filter `popup` before close.
|
|
1179
|
+
- `#289421` - `AutoFill` functionality issue when `frozen` columns, has been fixed.
|
|
1180
|
+
- `#289539` - Script error while using `commandcolumns` with `virtualization` has been fixed.
|
|
1181
|
+
- `#290636` - Decimal value paste issue has been fixed.
|
|
1182
|
+
|
|
1183
|
+
## 18.2.55 (2020-08-25)
|
|
1184
|
+
|
|
1185
|
+
### Grid
|
|
1186
|
+
|
|
1187
|
+
#### Bug Fixes
|
|
1188
|
+
|
|
1189
|
+
- `#288845` - `Multi-column` sort pop-up in mobile device issue has been resolved.
|
|
1190
|
+
- `#289048` - Checkbox selection issue when adding row has been fixed.
|
|
1191
|
+
- `#288647, #289359` - Menu and excel filter dialog open issue has been fixed.
|
|
1192
|
+
|
|
1193
|
+
## 18.2.54 (2020-08-18)
|
|
1194
|
+
|
|
1195
|
+
### Grid
|
|
1196
|
+
|
|
1197
|
+
#### Bug Fixes
|
|
1198
|
+
|
|
1199
|
+
- `#285919` - script error while using `checkbox` column with dialog editing has been fixed.
|
|
1200
|
+
- `#282743` - Provided custom separator support in `csv` export.
|
|
1201
|
+
- `#287707` - Menu Filtering in string column issue has been resolved.
|
|
1202
|
+
- `#286727` - Cell text selection issue while editing has been fixed.
|
|
1203
|
+
- `#287222` - Date column filtering issue with blank value has been fixed.
|
|
1204
|
+
- `#278507, #288354` - Setting column `minWidth` support while window resizing has been provided.
|
|
1205
|
+
- `#281825` - Grid resizing behaviour with percentage width column and grouping has been.
|
|
1206
|
+
- `#287897` - Row drag issue when field based checkbox column, has been fixed.
|
|
1207
|
+
|
|
1208
|
+
## 18.2.48 (2020-08-04)
|
|
1209
|
+
|
|
1210
|
+
### Grid
|
|
1211
|
+
|
|
1212
|
+
#### Bug Fixes
|
|
1213
|
+
|
|
1214
|
+
- `#155948` - Grid pager text issue has been fixed.
|
|
1215
|
+
- `#285963, #282379` - Provided catch exception for pdf exporting using custom datasource.
|
|
1216
|
+
- `#286379` - `rowSelected` event arguments in row data, issue has been fixed.
|
|
1217
|
+
- `#286293` - Excel export `aggregations` misalignment while using the command column, issue has been fixed.
|
|
1218
|
+
- `#156328` - `Filterbar` operator alignment issue has been fixed.
|
|
1219
|
+
- `#273866` - Column resize icon issue has been fixed.
|
|
1220
|
+
|
|
1221
|
+
- `#285372` - script error while using `groupcaptiontemplate` with persistence has been fixed.
|
|
1222
|
+
|
|
1223
|
+
## 18.2.47 (2020-07-28)
|
|
1224
|
+
|
|
1225
|
+
### Grid
|
|
1226
|
+
|
|
1227
|
+
#### Bug Fixes
|
|
1228
|
+
|
|
1229
|
+
- `#279922` - `Frozen` columns Border issue has been fixed.
|
|
1230
|
+
- `#284955` - cell focusing in `Batch` mode issue has been fixed.
|
|
1231
|
+
- `#285597, #155910` - Aggregate cell alignment issue has been fixed.
|
|
1232
|
+
- `#286012` - Page number style in `Pdf` footer issue has been fixed.
|
|
1233
|
+
- `#15777` - Multiple selection in row drag and drop issue has been resolved.
|
|
1234
|
+
- `#281447` - Provided `dataStateChange` event support for menu and excel filter autocomplete control.
|
|
1235
|
+
- `#285669, #284890` - Column reordering issue with custom binding has been fixed.
|
|
1236
|
+
|
|
1237
|
+
#### New Features
|
|
1238
|
+
|
|
1239
|
+
- `#284752` - Provided `pdfAggregateQueryCellInfo` and `excelAggregateQueryCellInfo` event to customize the aggregate cell before exporting .
|
|
1240
|
+
|
|
1241
|
+
## 18.2.46 (2020-07-21)
|
|
1242
|
+
|
|
1243
|
+
### Grid
|
|
1244
|
+
|
|
1245
|
+
#### Bug Fixes
|
|
1246
|
+
|
|
1247
|
+
- `#282385` - Footer and Header content alignment issue with Pdf export has been fixed.
|
|
1248
|
+
- `#281232` - Scroll bar not working properly has been fixed.
|
|
1249
|
+
- `#281745` - `rowIndexes` property return the improper value in `rowDeselectEventArgs` has been fixed.
|
|
1250
|
+
- `#280856` - Opening context menu resets horizontal scroller has been fixed.
|
|
1251
|
+
- `#282656` - Restoring Excel filter Operator selection with Grid persistence issue has been fixed.
|
|
1252
|
+
- `#284270` - Foreign Key column search issue has been fixed.
|
|
1253
|
+
|
|
1254
|
+
## 18.2.45 (2020-07-14)
|
|
1255
|
+
|
|
1256
|
+
### Grid
|
|
1257
|
+
|
|
1258
|
+
#### Bug Fixes
|
|
1259
|
+
|
|
1260
|
+
- `#278574` - `Virtualization` scroll jumps when rendering grid inside the dialog component issue has been fixed.
|
|
1261
|
+
- `#283109` - Column Templates are removed in the Infinite scrolling issue has been fixed.
|
|
1262
|
+
- `#281788` - Infinite scroll editing issue has been fixed.
|
|
1263
|
+
- `#282440` - White space occurs while scrolling left and right in Frozen columns with `virtualization` issue has been fixed.
|
|
1264
|
+
- `#283323, #283973` - Triggering multiple `actionBegin` and `actionComplete` event while show/hide column issue has been fixed.
|
|
1265
|
+
- `#283675` - Script error while using excel filter has been fixed.
|
|
1266
|
+
- `#276276` - `dateTime` filtering issue with `URLAdaptor` has been fixed.
|
|
1267
|
+
- `#279521` - Scrollbar now refreshes correctly after filtering with frozen columns and `virtualization` present.
|
|
1268
|
+
- `#279969` - `ActionBegin` event arguments `cancel` property retained issue has been fixed.
|
|
1269
|
+
- `#281958` - `BoxWithBorder` selection issue has been fixed.
|
|
1270
|
+
- `#282215` - When `resetOnRowClick` is enabled, records in the previous page are not deselected issue has been fixed.
|
|
1271
|
+
- `#280984` - When enable `frozen` columns and resize, `aggregate` cells alignment issue has been fixed.
|
|
1272
|
+
- `#282759, #280077` - Scrollbar when clicking `childgrid` page container, issue has been fixed.
|
|
1273
|
+
- `#282379` - Provided `catch` exception for pdf exporting.
|
|
1274
|
+
- `#280511` - Cell focus not retained when escape key pressed while editing has been fixed.
|
|
1275
|
+
|
|
1276
|
+
## 18.2.44 (2020-07-07)
|
|
1277
|
+
|
|
1278
|
+
### Grid
|
|
1279
|
+
|
|
1280
|
+
#### New Features
|
|
1281
|
+
|
|
1282
|
+
- `#221401, #247125, #152063` - Provided support to select the operator for `filterbar` in UI.
|
|
1283
|
+
- `#147816` - Provided support for `Frozen` rows and columns with `AutoFill`.
|
|
1284
|
+
- Provided the `Frozen` support in Grid continuous scroll feature.
|
|
1285
|
+
- Provide the Editing support in Grid continuous scroll feature.
|
|
1286
|
+
|
|
1287
|
+
## 18.1.59 (2020-06-23)
|
|
1288
|
+
|
|
1289
|
+
### Grid
|
|
1290
|
+
|
|
1291
|
+
#### Bug Fixes
|
|
1292
|
+
|
|
1293
|
+
- `#279922, #280077` - Scrollbar when clicking `childgrid` summary row, issue has been fixed.
|
|
1294
|
+
|
|
1295
|
+
## 18.1.57 (2020-06-16)
|
|
1296
|
+
|
|
1297
|
+
### Grid
|
|
1298
|
+
|
|
1299
|
+
#### Bug Fixes
|
|
1300
|
+
|
|
1301
|
+
- `#279487` - Selecting and Deselecting now works properly after searching in external column chooser.
|
|
1302
|
+
- `#278413` - Unwanted Vertical scrollbar after column resizing issue has been resolved.
|
|
1303
|
+
- `#279922` - The last row detail template border issue has been fixed.
|
|
1304
|
+
- `#154568` - Filter pop-up issue with mobile device has been fixed.
|
|
1305
|
+
- `#263232` - Throws scripts error while `hide/show` the columns issue has been fixed.
|
|
1306
|
+
- `#277663` - Footer aggregate works properly with custom data while exporting in excel.
|
|
1307
|
+
|
|
1308
|
+
## 18.1.56 (2020-06-09)
|
|
1309
|
+
|
|
1310
|
+
### Grid
|
|
1311
|
+
|
|
1312
|
+
#### Bug Fixes
|
|
1313
|
+
|
|
1314
|
+
- `#278390` - Internal event for access the excel export rows has been added.
|
|
1315
|
+
- `#277728` - Search box focus issue in IE has been fixed.
|
|
1316
|
+
- `#12629` - Prevented the `dataStateChange` event after re-ordering a column.
|
|
1317
|
+
- `#154111` - Issue in updating `aggregate` format with culture change has been fixed.
|
|
1318
|
+
- `#14010` - Grid row selection event arguments type issue has been fixed.
|
|
1319
|
+
- `#278858` - `rowDeselected` event with `persistence` and `ResetOnRowClick` issue has been fixed.
|
|
1320
|
+
- `#154619` - Number formatting with empty string issue has been fixed.
|
|
1321
|
+
- `#279065` - `Groupcaption` aggregate in `pdf` export issue has been fixed.
|
|
1322
|
+
|
|
1323
|
+
#### Breaking Changes
|
|
1324
|
+
|
|
1325
|
+
- 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,
|
|
1326
|
+
|
|
1327
|
+
`Properties` |`Type`
|
|
1328
|
+
-----|-----
|
|
1329
|
+
`data` | `Object or Object[]`
|
|
1330
|
+
`rowIndex` | `number`
|
|
1331
|
+
`rowIndexes` | `number[]`
|
|
1332
|
+
`row` | `Element or Element[]`
|
|
1333
|
+
`foreignKeyData` | `Object or Object[]`
|
|
1334
|
+
|
|
1335
|
+
## 18.1.55 (2020-06-02)
|
|
1336
|
+
|
|
1337
|
+
### Grid
|
|
1338
|
+
|
|
1339
|
+
#### Bug Fixes
|
|
1340
|
+
|
|
1341
|
+
- `#269310` - Throws scripts error while using the `persist` selection issue has been fixed.
|
|
1342
|
+
- `#277025` - Maintain the edit form while cancelling the edit action inside the `actionBegin` event has been fixed.
|
|
1343
|
+
- `#278295` - Cell did not save the empty value for complex field has been fixed.
|
|
1344
|
+
- `#278209` - Additional Lines with `AutoFill` selection issue has been fixed.
|
|
1345
|
+
- `#275723` - Data skipping issue has been fixed in `virtualScroll` feature.
|
|
1346
|
+
|
|
1347
|
+
## 18.1.54 (2020-05-26)
|
|
1348
|
+
|
|
1349
|
+
### Grid
|
|
1350
|
+
|
|
1351
|
+
#### Bug Fixes
|
|
1352
|
+
|
|
1353
|
+
- `#277115` - Issue with custom datasource while exporting has been fixed.
|
|
1354
|
+
- `#275804` - `aria-label` of the column for summary rows in both footer aggregates and group footer aggregates has been fixed.
|
|
1355
|
+
- `#154185` - Script error, cannot read property `getBoundingClientRect` has been fixed.
|
|
1356
|
+
- `#154127` - Missing of first row `foreignKey` data in the `rowSelected` event argument has been fixed.
|
|
1357
|
+
- `#276812` - Grid stacked header with frozen misalignment issue has been fixed.
|
|
1358
|
+
|
|
1359
|
+
## 18.1.53 (2020-05-19)
|
|
1360
|
+
|
|
1361
|
+
### Grid
|
|
1362
|
+
|
|
1363
|
+
#### Bug Fixes
|
|
1364
|
+
|
|
1365
|
+
- `#275858` - Border misalignment issue with `frozen` columns in batch editing has been fixed.
|
|
1366
|
+
- `#275150` - Grid with `frozen` columns and row height is not set properly issue has been fixed.
|
|
1367
|
+
- `#275631` - Grid with `frozen` columns and cell editing is not working properly issue has been fixed.
|
|
1368
|
+
- `#152895, #271656, #273560` - Grouped Headers are not rendered properly in pdf document issue has been resolved.
|
|
1369
|
+
- `#270479` - Script error while using `isFrozen` property in batch editing has been fixed.
|
|
1370
|
+
- `#275867` - Misalignment while editing the cell with frozen columns has been fixed.
|
|
1371
|
+
|
|
1372
|
+
## 18.1.52 (2020-05-13)
|
|
1373
|
+
|
|
1374
|
+
### Grid
|
|
1375
|
+
|
|
1376
|
+
#### Bug Fixes
|
|
1377
|
+
|
|
1378
|
+
- `#273572` - script error after pressing enter key in batch edit mode issue has been resolved.
|
|
1379
|
+
- `#153383` - grid lines mismatched while scrolling with frozen column in `firefox` issue has been resolved.
|
|
1380
|
+
- `#273838` - Unnecessary to include an Empty row when inserting a `frozenColumn` Grid row issue has been resolved.
|
|
1381
|
+
- `#274520` - `cellSeletected` and `cellDeSelected` events triggers many time while selecting cells via mouse issue has been resolved.
|
|
1382
|
+
- `#275010` - Need internal events for column chooser buttons issue has been fixed.
|
|
1383
|
+
- `#274227` - cancel icon not rendered in the filter bar with movable header has been fixed.
|
|
1384
|
+
|
|
1385
|
+
#### New Features
|
|
1386
|
+
|
|
1387
|
+
- `#261103, #267581` - Provided the column `Reordering` support for Grid with `virtualization` and frozen columns feature.
|
|
1388
|
+
|
|
1389
|
+
## 18.1.48 (2020-05-05)
|
|
1390
|
+
|
|
1391
|
+
### Grid
|
|
1392
|
+
|
|
1393
|
+
#### Bug Fixes
|
|
1394
|
+
|
|
1395
|
+
- `#269945, #271023` - `editTemplate` element events are not triggered for movable content.
|
|
1396
|
+
- `#273042` - grouping after restoring the persist data issue has been resolved.
|
|
1397
|
+
- `#273483, #275002, #275153` - `actionfailure` event error message issue has been fixed.
|
|
1398
|
+
- `#273238` - Missing of `headerText` property in the template data has been fixed.
|
|
1399
|
+
- `#266631` - Hidden column headers in Grid did not reflect in pdf export while using `includeHiddenColumn` issue has been fixed.
|
|
1400
|
+
- `#271911` - column template in angular after print issue has been resolved.
|
|
1401
|
+
- `#273134` - Header template in angular after print issue has been fixed.
|
|
1402
|
+
- `#269502` - Mismatch of reordering column issue has been fixed.
|
|
1403
|
+
- `#273854, #274776` - Foreign Key search query for `UrlAdaptor` has been fixed.
|
|
1404
|
+
|
|
1405
|
+
## 18.1.46 (2020-04-28)
|
|
1406
|
+
|
|
1407
|
+
### Grid
|
|
1408
|
+
|
|
1409
|
+
#### Bug Fixes
|
|
1410
|
+
|
|
1411
|
+
- `#272718` - `cellsaved` event while pressing escape key issue has been resolved.
|
|
1412
|
+
- `#153144` - `RowDeselected` event `isInteracted` and `rowIndex` property issue has been resolved.
|
|
1413
|
+
- `#274186` - Script error with incorrect sorting column has been fixed.
|
|
1414
|
+
- `#272426` - Hierarchy exporting with remote/local data issue has been resolved.
|
|
1415
|
+
- `#153397` - Persist selection issue with grouping has been fixed.
|
|
1416
|
+
- `#272957` - Script error while hovering on new row form element with frozen columns has been resolved.
|
|
1417
|
+
- `#272107` - `setCellValue` method issue with row Drag and Drop has been fixed.
|
|
1418
|
+
|
|
1419
|
+
## 18.1.45 (2020-04-21)
|
|
1420
|
+
|
|
1421
|
+
### Grid
|
|
1422
|
+
|
|
1423
|
+
#### Bug Fixes
|
|
1424
|
+
|
|
1425
|
+
- `#269217` - numeric edit precision issue has been resolved.
|
|
1426
|
+
- `#272015, #152919` - React `editTemplate` auto save issue has been resolved.
|
|
1427
|
+
- `#271853` - Missing additional parameters in the `foreignKey` column filtering and editing server request issue has been fixed.
|
|
1428
|
+
- `#152879` - Filter bar focusing is not working properly, while using `checkboxmode` as `ResetOnRowClick` issue has been fixed.
|
|
1429
|
+
- `#151211` - Provided `exportGroupCaption` event support for Excel exporting.
|
|
1430
|
+
- `#270519` - Script error while setting `undefined` value for column type/format property with Angular Grid has been fixed.
|
|
1431
|
+
- `#258482` - Improper target element in `rowSelecting` event issue has been fixed.
|
|
1432
|
+
- `#271748` - Autofit min and max width issue has been resolved.
|
|
1433
|
+
- `#223835, #272592` - script error while navigating from movable to frozen header issue has been resolved.
|
|
1434
|
+
- `#272340`- Mismatch of `requestType` while clear filtering in excel and Checkbox filter issue has been fixed.
|
|
1435
|
+
|
|
1436
|
+
## 18.1.44 (2020-04-14)
|
|
1437
|
+
|
|
1438
|
+
### Grid
|
|
1439
|
+
|
|
1440
|
+
#### Bug Fixes
|
|
1441
|
+
|
|
1442
|
+
- `#271625, #272096` - Frozen Grid cell selection issue has been fixed.
|
|
1443
|
+
- `#271625` - Grid resize cursor issue with stacked header has been fixed.
|
|
1444
|
+
- `#271240` - Batch editing `cellSaved` event after escape key issue has been fixed.
|
|
1445
|
+
- `#260390` - Header misalignment in auto wrap enabled Grid with frozen columns has been fixed.
|
|
1446
|
+
|
|
1447
|
+
#### New Features
|
|
1448
|
+
|
|
1449
|
+
- `#256907` - Provided support to filter array values.
|
|
1450
|
+
|
|
1451
|
+
## 18.1.43 (2020-04-07)
|
|
1452
|
+
|
|
1453
|
+
### Grid
|
|
1454
|
+
|
|
1455
|
+
#### Bug Fixes
|
|
1456
|
+
|
|
1457
|
+
- `#268095` - Undefined value is saved as [Object Object] in batch editing has been fixed.
|
|
1458
|
+
- `#266864` - Error in Angular Production build with toolbar search is enabled in Grid has been fixed.
|
|
1459
|
+
- `#268842` - Empty summary value issue when collapse the record has been fixed.
|
|
1460
|
+
- `#270597, #271625` - Validation message position issue has been fixed.
|
|
1461
|
+
- `#268807` - ResetOnRowClick now works properly with persist selection.
|
|
1462
|
+
- `#270585` - recordClick event issue after grouping has been resolved.
|
|
1463
|
+
- `#258489, #268908` - Saving the cell through tab key issue in batch edit has been fixed.
|
|
1464
|
+
- `#270170` - Script error with Esc key while in cell edit state and filter enabled has been fixed.
|
|
1465
|
+
- `#151902`- Script error When auto fit the Grid having Aggregate, Resize and Freeze enabled has been fixed.
|
|
1466
|
+
- `#269226,#152345`- Focusing is not working properly when filtering the column by tab key with immediate mode issue has been fixed.
|
|
1467
|
+
- `#152164` - CheckBox column value overriding the boolean type column while editing issue has been resolved.
|
|
1468
|
+
|
|
1469
|
+
## 18.1.42 (2020-04-01)
|
|
1470
|
+
|
|
1471
|
+
### Grid
|
|
1472
|
+
|
|
1473
|
+
#### Bug Fixes
|
|
1474
|
+
|
|
1475
|
+
- `#151795` - Provided the row information when clicking the row drag and drop icon.
|
|
1476
|
+
- `#266184`, `#269384`, `#270479` - Last row cell is not saved properly in batch edit mode issue has been fixed.
|
|
1477
|
+
- `#267889` - Saving Null value as NaN in numeric edit columns issue has been fixed.
|
|
1478
|
+
- `#268588` - Script error while destroying the grouping enabled hierarchy Grid has been fixed.
|
|
1479
|
+
- `#269161` - Column chooser issue in IE11 has been resolved.
|
|
1480
|
+
|
|
1481
|
+
## 18.1.36-beta (2020-03-19)
|
|
1482
|
+
|
|
1483
|
+
### Grid
|
|
1484
|
+
|
|
1485
|
+
#### Bug Fixes
|
|
1486
|
+
|
|
1487
|
+
- `#261856` - Initial sorting with initial grouping issue has been fixed.
|
|
1488
|
+
- `#264895` - Provided support to add aggregates for auto generated columns dynamically.
|
|
1489
|
+
- `#263303` - Grid UI has been refreshed while changing `allowRowDragAndDrop` property.
|
|
1490
|
+
- `#264370` - Empty tooltip for checkbox column with `ellipsisWithTooltip` property issue has been resolved.
|
|
1491
|
+
- `#252918` - Provided a feature to change the UI and datasource value without enabling edit property.
|
|
1492
|
+
- `#261903`, `#263836` - Incorrect `datetime` predicate issue has been resolved.
|
|
1493
|
+
|
|
1494
|
+
## 17.4.55 (2020-03-10)
|
|
1495
|
+
|
|
1496
|
+
### Grid
|
|
1497
|
+
|
|
1498
|
+
#### Bug Fixes
|
|
1499
|
+
|
|
1500
|
+
- `#261856` - Initial sorting with initial grouping issue has been fixed.
|
|
1501
|
+
- `#264895` - Provided support to add aggregates for auto generated columns dynamically.
|
|
1502
|
+
- `#263303` - Grid UI has been refreshed while changing `allowRowDragAndDrop` property.
|
|
1503
|
+
- `#264370` - Empty tooltip for checkbox column with `ellipsisWithTooltip` property issue has been resolved.
|
|
1504
|
+
- `#252918` - Provided a feature to change the UI and datasource value without enabling edit property.
|
|
1505
|
+
- `#261903`, `#263836` - Incorrect `datetime` predicate issue has been resolved.
|
|
1506
|
+
- `#151850` - Case sensitivity issue with Excel filter has been resolved.
|
|
1507
|
+
- `#267120` - Unwanted new record while pressing tab key with batch mode has been resolved.
|
|
1508
|
+
- `#267938` - Improper column rendering issue with column chooser has been resolved.
|
|
1509
|
+
- `#264582` - Grid filter dialog styles issue in compatibility theme has been resolved.
|
|
1510
|
+
- `#267397` - Misalignment issue has been resolved while hiding columns with Grid edit state.
|
|
1511
|
+
- `#264165, #266190` - validation message issue has been fixed when we set `newRowPosition` as bottom in batch mode.
|
|
1512
|
+
|
|
1513
|
+
## 17.4.51 (2020-02-25)
|
|
1514
|
+
|
|
1515
|
+
### Grid
|
|
1516
|
+
|
|
1517
|
+
#### Bug Fixes
|
|
1518
|
+
|
|
1519
|
+
- `#150980` - script error while using item template issue has been fixed .
|
|
1520
|
+
- `#263885` - script error in IE11 while enabling persistence has been resolved.
|
|
1521
|
+
|
|
1522
|
+
## 17.4.50 (2020-02-18)
|
|
1523
|
+
|
|
1524
|
+
### Grid
|
|
1525
|
+
|
|
1526
|
+
#### Bug Fixes
|
|
1527
|
+
|
|
1528
|
+
- `#262976` - Numeric text box min max validation issue has been resolved.
|
|
1529
|
+
- `#149695` - Checkbox search value is added to the filter search begin event.
|
|
1530
|
+
- `#261796` - Script error while navigating batch added record with tab has been fixed.
|
|
1531
|
+
- `#263530` - `beforeOpenColumnChooser` event has been triggered while calling `openColumnChooser`.
|
|
1532
|
+
- `#262469` - Issue in hiding custom column menu has been fixed.
|
|
1533
|
+
- `#151010` - Scroll position issue while filtering has been fixed.
|
|
1534
|
+
|
|
1535
|
+
## 17.4.49 (2020-02-11)
|
|
1536
|
+
|
|
1537
|
+
### Grid
|
|
1538
|
+
|
|
1539
|
+
#### Bug Fixes
|
|
1540
|
+
|
|
1541
|
+
- `#262309` - Incorrect selected records after batch delete issue has been fixed.
|
|
1542
|
+
- `#261796` - Script error while adding row at bottom after batch delete has been resolved.
|
|
1543
|
+
- `#261544` - Incorrect column resizing with row drag and drop issue has been resolved.
|
|
1544
|
+
- `#150858` - Media Query issue has been resolved.
|
|
1545
|
+
- `#263233` - Data type in row drop event argument issue has been resolved.
|
|
1546
|
+
- `#262898` - Filtering text box in movable columns focus issue has been fixed.�
|
|
1547
|
+
|
|
1548
|
+
## 17.4.47 (2020-02-05)
|
|
1549
|
+
|
|
1550
|
+
### Grid
|
|
1551
|
+
|
|
1552
|
+
#### Bug Fixes
|
|
1553
|
+
|
|
1554
|
+
- `#261008` - Aggregate issue while batch adding in empty Grid has been resolved.
|
|
1555
|
+
- `#150685` - Persist selection behaviour issue has been fixed
|
|
1556
|
+
- `#260966` - Excel Filter locale text issue has been resolved.
|
|
1557
|
+
- `#261623` - Script error while removing foreign key column filter issue has been resolved.
|
|
1558
|
+
- `#260182` - Multiple request while setting query issue has been resolved.
|
|
1559
|
+
|
|
1560
|
+
## 17.4.46 (2020-01-30)
|
|
1561
|
+
|
|
1562
|
+
### Grid
|
|
1563
|
+
|
|
1564
|
+
#### Bug Fixes
|
|
1565
|
+
|
|
1566
|
+
- `#260390` - Misalignment while editing with frozen column issue has been fixed.
|
|
1567
|
+
- `#260090` - `isInteracted` property is added to the row selecting events.
|
|
1568
|
+
- `#150452` - Misalignment while hiding columns with row drag and drop has been fixed.
|
|
1569
|
+
|
|
1570
|
+
## 17.4.44 (2021-01-21)
|
|
1571
|
+
|
|
1572
|
+
### Grid
|
|
1573
|
+
|
|
1574
|
+
#### Bug Fixes
|
|
1575
|
+
|
|
1576
|
+
- `#259865` - Grid focus persistence while checkbox filtering has been fixed.
|
|
1577
|
+
- `#258341` - `action` parameter has been added for filter events.
|
|
1578
|
+
- `#150314` - Footer template issue with Pdf export has been fixed.
|
|
1579
|
+
- `#260453` - `rowDragStartHelper's`action can be cancelled using the `args.cancel` parameter.
|
|
1580
|
+
- `#255626` - Grid data not properly loaded on dynamically changing culture issue has been fixed.
|
|
1581
|
+
- `#251481` - Provided the pdf export support for Grid stacked header feature.
|
|
1582
|
+
|
|
1583
|
+
## 17.4.43 (2020-01-14)
|
|
1584
|
+
|
|
1585
|
+
### Grid
|
|
1586
|
+
|
|
1587
|
+
#### Bug Fixes
|
|
1588
|
+
|
|
1589
|
+
- `#259844` - Excel filter with null operator issue has been fixed.
|
|
1590
|
+
- `#248887, #245140, #249856` - Selection issue while Virtualization enabled has been fixed.
|
|
1591
|
+
|
|
1592
|
+
## 17.4.41 (2020-01-07)
|
|
1593
|
+
|
|
1594
|
+
### Grid
|
|
1595
|
+
|
|
1596
|
+
#### Bug Fixes
|
|
1597
|
+
|
|
1598
|
+
- `#257854` - Multiple requests while pager dropdown change has been fixed.
|
|
1599
|
+
- `#258463` - CheckBox filter search list query issue has been fixed.
|
|
1600
|
+
- `#258467` - Command button duplicate id issue has been fixed.
|
|
1601
|
+
- `#258196` - command column with frozen content issue has been fixed.
|
|
1602
|
+
- `#258555` - Unnecessary row selected event while paging issue has been fixed.
|
|
1603
|
+
- `#258341` - Incorrect arguments of clear filtering events has been fixed.
|
|
1604
|
+
|
|
1605
|
+
## 17.4.40 (2019-12-24)
|
|
1606
|
+
|
|
1607
|
+
### Grid
|
|
1608
|
+
|
|
1609
|
+
#### Bug Fixes
|
|
1610
|
+
|
|
1611
|
+
- `#257521` - Styling issue on Aggregate columns has been fixed.
|
|
1612
|
+
- `#257192` - Provided cancel support for Sorting action.
|
|
1613
|
+
- `#253400` - Enabled hovering for whole row in frozen columns.
|
|
1614
|
+
- `#F136797, #259020` - Script error throws in `IE11` while using `autoGenerated` columns has been resolved.
|
|
1615
|
+
- `#250970` - Check box as field with header checkbox selection is not working properly has been fixed.
|
|
1616
|
+
- `#256174` - Select all does not work properly when Grid have empty records with virtual rows in Batch edit has been fixed.
|
|
1617
|
+
- `#F146375` - Aggregate is not shown in Exported file for Child Grid issue has been fixed.
|
|
1618
|
+
|
|
1619
|
+
## 17.4.39 (2019-12-17)
|
|
1620
|
+
|
|
1621
|
+
### Grid
|
|
1622
|
+
|
|
1623
|
+
#### Bug Fixes
|
|
1624
|
+
|
|
1625
|
+
- `#256411` - While programmatically filter the Grid, `filterBar` does not get updated issue has been fixed.
|
|
1626
|
+
- Filter item template arguments from single object to nested object structure has been reverted.
|
|
1627
|
+
- `#253073`, `#255255` - Aria labels added for grid dialog with feature name for accessibility improvement.
|
|
1628
|
+
- `#253073`, `#255255` - When pressing tab key focus moving to next row support added.
|
|
1629
|
+
|
|
1630
|
+
#### New Features
|
|
1631
|
+
|
|
1632
|
+
- Provided `virtualization` support in Frozen Grid.
|
|
1633
|
+
|
|
1634
|
+
## 17.3.28 (2019-11-19)
|
|
1635
|
+
|
|
1636
|
+
### Grid
|
|
1637
|
+
|
|
1638
|
+
#### Bug Fixes
|
|
1639
|
+
|
|
1640
|
+
- `#242503` - Aggregation not working with the Frozen and Batch Editing issue has been fixed.
|
|
1641
|
+
- `#254164` - Support for `FilterItemTemplate` function like as `ValueAccessor` is given.
|
|
1642
|
+
- `#253705` - `Ctrl+A` in Grid does not select the last record in Batch mode issue has been fixed.
|
|
1643
|
+
- `#253106` - Error thrown on using `setCellValue` method when row drag and drop is enabled issue has been fixed.
|
|
1644
|
+
- `#253398` - Frozen header height discrepancy when setting `rowHeight` and `allowTextWrap` property issue has been fixed.
|
|
1645
|
+
- `#252923` - Grid footer element is invisible while dynamically bind the Grid dataSource issue has been fixed.
|
|
1646
|
+
- `#253614` - Changed the scope of the `filterOperator` variable as public.
|
|
1647
|
+
|
|
1648
|
+
## 17.3.27 (2019-11-12)
|
|
1649
|
+
|
|
1650
|
+
### Grid
|
|
1651
|
+
|
|
1652
|
+
#### Bug Fixes
|
|
1653
|
+
|
|
1654
|
+
- `#249911` - Border style is not set on last row when performing edit operations issue has been fixed.
|
|
1655
|
+
- `#253795` - Script error thrown when having header template in stacked header cell issue has been fixed.
|
|
1656
|
+
- `#252476` - Script errors throws while navigating empty grid with tab issue has been fixed.
|
|
1657
|
+
- `#251960` - Performance issue occurs when selecting large amount of records in Checkbox in Grid.
|
|
1658
|
+
- `#251934` - Custom Date format issue has been fixed.
|
|
1659
|
+
- `#252405` - Provided operator support for Custom Excel filter.
|
|
1660
|
+
- `#252987`,`#252201` - Refreshing the grid with edited child grid throws script error has been fixed.
|
|
1661
|
+
- `#148096` - Error thrown when `hidemedia` is enabled issue has been fixed.
|
|
1662
|
+
|
|
1663
|
+
## 17.3.26 (2019-11-05)
|
|
1664
|
+
|
|
1665
|
+
### Grid
|
|
1666
|
+
|
|
1667
|
+
#### Bug Fixes
|
|
1668
|
+
|
|
1669
|
+
- `#250198` - Unable to cancel row and cell selecting when multi selection is enabled issue has been fixed.
|
|
1670
|
+
- `#250198` - `CellSelected` event returning same data for both current and previous cell has been fixed.
|
|
1671
|
+
- `#251226`,`#252997` - Complex field primary key column is not working while the column type is string issue has been fixed.
|
|
1672
|
+
- `#252052` - Filtering throws console error when complex data with null values are bound to Grid has been fixed.
|
|
1673
|
+
- `#251292` - Duplicate records is sent in Remote Save Adaptor batch deleting issue has been fixed.
|
|
1674
|
+
- `#252476` - Script error throws while navigating empty grid with tab issue has been fixed.
|
|
1675
|
+
|
|
1676
|
+
#### Breaking Changes
|
|
1677
|
+
|
|
1678
|
+
- 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.
|
|
1679
|
+
|
|
1680
|
+
## 17.3.21 (2019-10-30)
|
|
1681
|
+
|
|
1682
|
+
### Grid
|
|
1683
|
+
|
|
1684
|
+
#### Bug Fixes
|
|
1685
|
+
|
|
1686
|
+
- `#251660` - Grouping with Virtualization throws script error has been fixed.
|
|
1687
|
+
|
|
1688
|
+
## 17.3.19 (2019-10-22)
|
|
1689
|
+
|
|
1690
|
+
### Grid
|
|
1691
|
+
|
|
1692
|
+
#### Bug Fixes
|
|
1693
|
+
|
|
1694
|
+
- `#247618` - `DataGrid` shows hand icon instead of standard mouse on non sortable and non clickable column headers.
|
|
1695
|
+
- `#249163` - Grid header lines are not properly rendered while resizing the window with text wrap feature.
|
|
1696
|
+
|
|
1697
|
+
## 17.3.17 (2019-10-15)
|
|
1698
|
+
|
|
1699
|
+
### Grid
|
|
1700
|
+
|
|
1701
|
+
#### Bug Fixes
|
|
1702
|
+
|
|
1703
|
+
- `#244767` - Validation error message not shown for Batch and Dialog editing has been fixed.
|
|
1704
|
+
- `#249835` - Need to show confirmation dialog while in batch mode with drag and drop has been fixed.
|
|
1705
|
+
- `#250135` - Column resizing feature is not working properly when row drag and drop is enabled.
|
|
1706
|
+
- `#147538` - `recordDoubleClick` event does not remove when destroy grid element is fixed.
|
|
1707
|
+
- `#244693` - Script error throws while using aggregates with set Row method is fixed.
|
|
1708
|
+
- `#249990` - Script error throws while using detail template with auto generated columns is fixed.
|
|
1709
|
+
- `#145834` - Need to access complex columns while using auto generated columns is fixed.
|
|
1710
|
+
- `#249176` - Exclamation sign was not supported by Filter column is fixed.
|
|
1711
|
+
|
|
1712
|
+
## 17.3.16 (2019-10-09)
|
|
1713
|
+
|
|
1714
|
+
### Grid
|
|
1715
|
+
|
|
1716
|
+
#### Bug Fixes
|
|
1717
|
+
|
|
1718
|
+
- `#249323` - Case-sensitive is not working when filter the records by `filterByColum` issue has been fixed.
|
|
1719
|
+
- `#244767` - `childElement` count undefined issue has been fixed.
|
|
1720
|
+
- `#244767` - Added the `columnuid` and `customAttributes` in summary column.
|
|
1721
|
+
- `#244767` - Misalignment issue has been fixed while using frozen with aggregate.
|
|
1722
|
+
- `#244767` - Validation error message position issue has been fixed.
|
|
1723
|
+
|
|
1724
|
+
## 17.3.14 (2019-10-03)
|
|
1725
|
+
|
|
1726
|
+
### Grid
|
|
1727
|
+
|
|
1728
|
+
#### Bug Fixes
|
|
1729
|
+
|
|
1730
|
+
- `#247870`,`#248097` - Print issue while having grouped columns has been fixed.
|
|
1731
|
+
- `#244767` - Script error thrown when having custom aggregates and dynamically show/hide columns has been fixed.
|
|
1732
|
+
- `#247790`,`#147427` - True type font issue when having header in Pdf Export has been fixed.
|
|
1733
|
+
- `#147146` - Check box filter is not showing results while typing in the search box for boolean type column.
|
|
1734
|
+
- `#242503` - Summary not updated for newly added records in the Grid with batch edit mode with freeze columns issue has been fixed.
|
|
1735
|
+
- `#147270` - Maximum call stack issue occurs when Grid has no records and set visible property as false for first column has been fixed.
|
|
1736
|
+
- `#147513` - AutoComplete does not show records properly in filter menu while using complex data binding has been fixed.
|
|
1737
|
+
|
|
1738
|
+
## 17.3.9-beta (2019-09-20)
|
|
1739
|
+
|
|
1740
|
+
### Grid
|
|
1741
|
+
|
|
1742
|
+
#### Bug Fixes
|
|
1743
|
+
|
|
1744
|
+
- `#146977` - Script error thrown when enable frozen column with auto generated columns in Grid.
|
|
1745
|
+
- `#246309` - `AllowResize` must be disabled when we are in edit state.
|
|
1746
|
+
- `#246947`,`#246460`- Script error is thrown while routing with persistence.
|
|
1747
|
+
- `#245859` - Can't access selected records properly in `rowSelected` event while selecting the header checkbox.
|
|
1748
|
+
- `#244916` - Virtual scroll displays empty block while directly scroll to the bottom.
|
|
1749
|
+
|
|
1750
|
+
## 17.2.49 (2019-09-04)
|
|
1751
|
+
|
|
1752
|
+
### Grid
|
|
1753
|
+
|
|
1754
|
+
#### Bug Fixes
|
|
1755
|
+
|
|
1756
|
+
- `#244574` - Grid scroller jumps on browser delay while using `virtualization` has been fixed.
|
|
1757
|
+
- `#245739` - Filter dialog does not close properly when render grid inside the dialog has been fixed.
|
|
1758
|
+
- `#244047` - Focus module destroyed completely from the content ready.
|
|
1759
|
+
- `#223749`, `#241000` Provided the support to use `selectRow` method in `virtualized` Grid.
|
|
1760
|
+
- `#241241` - Filtering not working with `ColumnVirtualization`.
|
|
1761
|
+
- `#244927` - `CurrrentPage` was not refreshed after changing the dropdown with its highest value.
|
|
1762
|
+
- Select multi rows with checkbox wrong while set frozen column in grid component has been fixed.
|
|
1763
|
+
|
|
1764
|
+
## 17.2.48-beta (2019-08-28)
|
|
1765
|
+
|
|
1766
|
+
### Grid
|
|
1767
|
+
|
|
1768
|
+
#### Bug Fixes
|
|
1769
|
+
|
|
1770
|
+
- `#244231` - On key pressing of column chooser Search bar, empty Grid renders if all columns are unchecked, issue has been fixed.
|
|
1771
|
+
- `#146166` - CheckBox column disappears after hiding other columns through `columnChooser` issue has been fixed.
|
|
1772
|
+
- `#146777` - While locking the column dynamically, the Locked column is not moving to the first column position issue has been fixed.
|
|
1773
|
+
- `#245747` - Validation message position is wrong for rows added in the bottom issue has been fixed.
|
|
1774
|
+
- `#242519`,`#244186` - Misalignment issue in Frozen Column while editing Grid with edit template.
|
|
1775
|
+
- `#243593` - Script error thrown when perform row drag and drop with expand child.
|
|
1776
|
+
- `#242503` - On Saving the cell Footer Content `scrollLeft` is set to zero issue has been fixed.
|
|
1777
|
+
- `#146553` - Command column was not working when dynamically added in `columnModel` is resolved.
|
|
1778
|
+
|
|
1779
|
+
## 17.2.47 (2019-08-27)
|
|
1780
|
+
|
|
1781
|
+
### Grid
|
|
1782
|
+
|
|
1783
|
+
#### Bug Fixes
|
|
1784
|
+
|
|
1785
|
+
- `#244231` - On key pressing of column chooser Search bar, empty Grid renders if all columns are unchecked, issue has been fixed.
|
|
1786
|
+
- `#146166` - CheckBox column disappears after hiding other columns through `columnChooser` issue has been fixed.
|
|
1787
|
+
- `#146777` - While locking the column dynamically, the Locked column is not moving to the first column position issue has been fixed.
|
|
1788
|
+
- `#245747` - Validation message position is wrong for rows added in the bottom issue has been fixed.
|
|
1789
|
+
- `#242519`,`#244186` - Misalignment issue in Frozen Column while editing Grid with edit template.
|
|
1790
|
+
- `#243593` - Script error thrown when perform row drag and drop with expand child.
|
|
1791
|
+
- `#242503` - On Saving the cell Footer Content `scrollLeft` is set to zero issue has been fixed.
|
|
1792
|
+
- `#146553` - Command column was not working when dynamically added in `columnModel` is resolved.
|
|
1793
|
+
|
|
1794
|
+
## 17.2.41 (2019-08-14)
|
|
1795
|
+
|
|
1796
|
+
### Grid
|
|
1797
|
+
|
|
1798
|
+
#### Bug Fixes
|
|
1799
|
+
|
|
1800
|
+
- `#244183` - Provided the `cacheAdaptor` support in Grid.
|
|
1801
|
+
- `#240141` - Resize not working properly when enabling row drag and drop feature has been fixed.
|
|
1802
|
+
- `#243754` - Removed the `filterItemTemplate` from Grid persist data.
|
|
1803
|
+
- `#244375` - Checkbox state was not refreshed while calling `openColumnChooser` has been fixed.
|
|
1804
|
+
- `#234468` - Script error while refreshing the Grid with `foreignKeyColumn` in persistence enabled has been fixed.
|
|
1805
|
+
|
|
1806
|
+
## 17.2.40 (2019-08-06)
|
|
1807
|
+
|
|
1808
|
+
### Grid
|
|
1809
|
+
|
|
1810
|
+
#### Bug Fixes
|
|
1811
|
+
|
|
1812
|
+
- `#242503` - Add form gets misplaced in an empty grid with `frozenColumns`.
|
|
1813
|
+
- `#242201` - Script error thrown while navigating to other page and come back to grid with filter settings.
|
|
1814
|
+
- `#237984` - Need to show warning message if provided dataSource in incorrect format.
|
|
1815
|
+
- `#242484` - Default value is not set for the stacked columns.
|
|
1816
|
+
- `#146156` - Drag area created while selecting the input area (row drag and drop and multiple selection enabled).
|
|
1817
|
+
- `#242673` - Change return type for `getCurrentEditCellData`.
|
|
1818
|
+
|
|
1819
|
+
## 17.2.39 (2019-07-30)
|
|
1820
|
+
|
|
1821
|
+
### Grid
|
|
1822
|
+
|
|
1823
|
+
#### Bug Fixes
|
|
1824
|
+
|
|
1825
|
+
- `#240377` - Changing page size dynamically in batch edit mode will now prompt confirmation dialog before discarding the changes.
|
|
1826
|
+
- `#240117` - Support to access column object in grid column template has been provided. Use `column` inside the template to access the respective column properties.
|
|
1827
|
+
- `#242654` - Dynamically changing `ShowInColumnChooser` property now updated in the `columnMenu` too.
|
|
1828
|
+
|
|
1829
|
+
#### New Features
|
|
1830
|
+
|
|
1831
|
+
- Default filter operator support has been provided. Use `column.filter.operator` with any of the filter operators to set default operator for filtering.
|
|
1832
|
+
|
|
1833
|
+
## 17.2.36 (2019-07-24)
|
|
1834
|
+
|
|
1835
|
+
### Grid
|
|
1836
|
+
|
|
1837
|
+
#### Bug Fixes
|
|
1838
|
+
|
|
1839
|
+
- `#241299` - Misalignment is resolved when hiding a column in a `allowDragAndDrop` enabled Grid.
|
|
1840
|
+
- `#237505` - Grouping expand and collapse rows are now working properly when `virtualization` enabled with `aggregates`.
|
|
1841
|
+
- `#241020` - Grid initial filtering is now working fine while filtering the `foreignKey` enabled column.
|
|
1842
|
+
- `#241150`,`#242157` - Script error while clicking inside the Grid edit form with hidden column has been fixed.
|
|
1843
|
+
- `#238244` - Script error has been fixed in `IE` browser while continuously create and destroy the grid.
|
|
1844
|
+
- `#240283` - Support to dynamically set true/false to the `allowDragAndDrop` has been provided.
|
|
1845
|
+
- `#222746` - Last block of records are now working properly in grouping with `virtualization` feature.
|
|
1846
|
+
|
|
1847
|
+
#### New Features
|
|
1848
|
+
|
|
1849
|
+
- `#235428` - Support has been provided to enable or disable match case in `filterSettings`. Use `filterSettings.enableCaseSensitivity` to enable or disable match case.
|
|
1850
|
+
- Provided `autoFit` property in column level to do initial auto-fitting operation.
|
|
1851
|
+
- Provided `keyPressed` event support.
|
|
1852
|
+
|
|
1853
|
+
## 17.2.35 (2019-07-17)
|
|
1854
|
+
|
|
1855
|
+
### Grid
|
|
1856
|
+
|
|
1857
|
+
#### Bug Fixes
|
|
1858
|
+
|
|
1859
|
+
- `#238402` - Sort comparer is now working properly for `RemoteSaveAdaptor`;
|
|
1860
|
+
- `#235736`, `#237229` - Provided responsive height support for `columnChooser` of `columnMenu`.
|
|
1861
|
+
- `#234395` - Provided currency code while exporting to excel end `csv` documents.
|
|
1862
|
+
- `#232623` - Comparer object is now properly working in custom `sortComparer` function while performing in descending order.
|
|
1863
|
+
- `#240045` - `recordDoubleClick` event is now prevented while clicking on `groupcaption` row.
|
|
1864
|
+
- `#239272` - `autoFitColumns` for column resizing is now calculated based on aggregates cell content too.
|
|
1865
|
+
- `#241310` - Text wrap is now applying for movable headers too while refreshing the grid.
|
|
1866
|
+
- `#234709` - Sorting order is now maintained in the column after undo operation of the grouped column.
|
|
1867
|
+
- `#236350` - Script error has been resolved while destroying the grid with pager template.
|
|
1868
|
+
|
|
1869
|
+
## 17.2.34 (2019-07-11)
|
|
1870
|
+
|
|
1871
|
+
### Grid
|
|
1872
|
+
|
|
1873
|
+
#### Bug Fixes
|
|
1874
|
+
|
|
1875
|
+
- `#237403` - Footer template shows proper result when using both group footer and footer template in exported excel document.
|
|
1876
|
+
- `#232272` - `RemoteSaveAdaptor` batch changes are now refreshed properly in grid when `ContractResolver` set to `DefaultContractResolver`.
|
|
1877
|
+
- `#236337, #234622` - Child grid data is now successfully loads with query property in the `url` adaptor.
|
|
1878
|
+
- `#236011` - Selection `api` example is now working properly in the sample browser.
|
|
1879
|
+
- `#233069` - Intelligence is now showing properly for `editSettings.template` property of the grid.
|
|
1880
|
+
- `#239971` - Script error has been fixed in command column while adding a new row.
|
|
1881
|
+
- `#233758` - Underscore in the field name is considered as Complex data while saving the changes in Dialog template editing has been fixed.
|
|
1882
|
+
|
|
1883
|
+
#### Breaking Changes
|
|
1884
|
+
|
|
1885
|
+
- 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.
|
|
1886
|
+
|
|
1887
|
+
## 17.2.28-beta (2019-06-27)
|
|
1888
|
+
|
|
1889
|
+
### Grid
|
|
1890
|
+
|
|
1891
|
+
#### Bug Fixes
|
|
1892
|
+
|
|
1893
|
+
- #238512 - Script error during show or hide column operations in `hierarchyGrid` has been resolved.
|
|
1894
|
+
- #145013 - Support has been provided for custom command button click event.
|
|
1895
|
+
- #239027 - `Multiselection` is now handled for `Mac` `OS`.
|
|
1896
|
+
- #236920 - `field` property is applied to `headerText` in `MVC` platform When header text is set as blank has been resolved.
|
|
1897
|
+
- #234538 - Performing filter operation in the `dropdownlist` is updating Grid column's `dataSource` has been resolved.
|
|
1898
|
+
- #238762 - `beforePaste` event support has been provided.
|
|
1899
|
+
- #239158 - Selection border is not removed while clearing the selection using `clearSelection` method has been fixed.
|
|
1900
|
+
- #238396 - Custom filter is now working properly with `0` value.
|
|
1901
|
+
- #237140 - `ForeignKey` column filtering is now working in remote date with same `foreignKeyfield` and `foreignkeyvalue`.
|
|
1902
|
+
- #232623 - Support has been provided to send row object as one of the parameter for `sortComparer` function.
|
|
1903
|
+
- #145110 - Column chooser is now working properly when column is not shown in the column chooser list.
|
|
1904
|
+
- #234709 - Sorting is maintained in the column after `ungrouping` the column has been resolved.
|
|
1905
|
+
- #236657 - `getSelectedRowCellIndexes` method has been fixed to return appropriate values.
|
|
1906
|
+
- #236295 - An `object` type is set as `defaultValue` property for `aspType`.
|
|
1907
|
+
- #237984 - Warning log support has been provided for indicating incorrect `dataSource` in `asyncpipe`.
|
|
1908
|
+
- #144746 - Server post request has been prevented in `pdfExport` while exporting the `currentViewData`.
|
|
1909
|
+
- #223604 - Script error while scrolling when `activeElement` is in null state has been fixed.
|
|
1910
|
+
- #235834 - `isVisibile` property is now set while generating focus matrix.
|
|
1911
|
+
|
|
1912
|
+
#### Breaking Changes
|
|
1913
|
+
|
|
1914
|
+
- 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.
|
|
1915
|
+
- `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.
|
|
1916
|
+
|
|
1917
|
+
## 17.1.51 (2019-06-11)
|
|
1918
|
+
|
|
1919
|
+
### Grid
|
|
1920
|
+
|
|
1921
|
+
#### Bug Fixes
|
|
1922
|
+
|
|
1923
|
+
- #235294 - Pager of the grid is refreshed properly during grid persistence.
|
|
1924
|
+
- #232623 - Complex field structure for primary key columns when using deep watch has been resolved.
|
|
1925
|
+
- #233441 - Misalignment has been fixed when applying `auto-fit` for stacked header columns.
|
|
1926
|
+
- #234514 - Context menu is properly rendering when using both default and custom items in header.
|
|
1927
|
+
- #235841 - `Colspan` is set properly while having empty records in hierarchy grid.
|
|
1928
|
+
- #236745 - `aria-label` attribute is updated when changing value in batch mode.
|
|
1929
|
+
- #144884 - Selected `rowIndexes` during `selectAll` checkbox operation has been resolved.
|
|
1930
|
+
- #143410 - Exporting pdf document with UTC date value in string format has been fixed.
|
|
1931
|
+
- #235826 - Filter icon overlaps the `headerText` when using menu filter dynamically has been fixed.
|
|
1932
|
+
- #235017 - Problem with visible property, when `HideAtMedia` is enabled for the column has been resolved.
|
|
1933
|
+
- #235264 - Script error when click on the column menu filter option in phone mode has been fixed.
|
|
1934
|
+
- #236759 - `ContextMenu` maintains the previous selected row has been resolved.
|
|
1935
|
+
- #237815 - Grid updated value is persisted when data has not been returned from server.
|
|
1936
|
+
- #237239 - Template column is rendered properly with persistence during page refresh.
|
|
1937
|
+
|
|
1938
|
+
## 17.1.50 (2019-06-04)
|
|
1939
|
+
|
|
1940
|
+
### Grid
|
|
1941
|
+
|
|
1942
|
+
#### Bug Fixes
|
|
1943
|
+
|
|
1944
|
+
- #236235 - To get the visible element in custom function while using custom validation has been resolved.
|
|
1945
|
+
- #235593 - To send the `tr` element in `rowDataBound` event instead of document fragment has been fixed.
|
|
1946
|
+
- #144448 - Maximum call stack issue while invoking `clearFiltering` method in `dataBound` event has been fixed.
|
|
1947
|
+
- #144431 - Grid export when null is provided for any complex field has been resolved.
|
|
1948
|
+
- #235415 - `actionFailure` event during successful server side `CRUD` actions has been resolved.
|
|
1949
|
+
- #234931 - Performance of checking checkbox columns during show/hide operation has been optimized.
|
|
1950
|
+
- #235081 - Column value as null in `contextMenuClick` event `args` while the target is column cell has been fixed.
|
|
1951
|
+
- #232225 - Server side Sorting in complex type(with nullable value) data column has been fixed.
|
|
1952
|
+
- #143671 - Grid filter with null date values has been resolved.
|
|
1953
|
+
- #225078 - Excel filter check list search criteria has been considered for grid filtering.
|
|
1954
|
+
|
|
1955
|
+
## 17.1.48 (2019-05-21)
|
|
1956
|
+
|
|
1957
|
+
### Grid
|
|
1958
|
+
|
|
1959
|
+
#### Bug Fixes
|
|
1960
|
+
|
|
1961
|
+
- #228547 - White space during normal editing is fixed while enabling the row drag and drop functionality.
|
|
1962
|
+
- #232660 - Script error while exporting the grouped Grid with `enableGroupByFormat` has been resolved.
|
|
1963
|
+
|
|
1964
|
+
#### New Features
|
|
1965
|
+
|
|
1966
|
+
- #144253 - Provided tag helper support for data manager control.
|
|
1967
|
+
- #225561 - Provided support to filter records when `ForeignKey` columns and Grid columns have same field names.
|
|
1968
|
+
|
|
1969
|
+
## 17.1.47 (2019-05-14)
|
|
1970
|
+
|
|
1971
|
+
### Grid
|
|
1972
|
+
|
|
1973
|
+
#### Bug Fixes
|
|
1974
|
+
|
|
1975
|
+
- #226746 - Provide support to set format for aggregate values while exporting is resolved.
|
|
1976
|
+
- #234554 - Provide template support for stacked header is resolved.
|
|
1977
|
+
- #234230 - Batch edit misbehaves when `allowDragAndDrop` enabled is resolved.
|
|
1978
|
+
- #229226 - `Hyperlink` is not working when setting `clipMode` property in `iOS` is resolved.
|
|
1979
|
+
|
|
1980
|
+
## 17.1.44 (2019-05-07)
|
|
1981
|
+
|
|
1982
|
+
### Grid
|
|
1983
|
+
|
|
1984
|
+
#### Bug Fixes
|
|
1985
|
+
|
|
1986
|
+
- #234045 - Custom date format does not applied properly when excel exporting is fixed.
|
|
1987
|
+
- #231005 - Added Select All option for column chooser.
|
|
1988
|
+
- #232848 - `enablePersistence` with virtual scrolling displays blank page after refresh is resolved.
|
|
1989
|
+
|
|
1990
|
+
## 17.1.43 (2019-04-30)
|
|
1991
|
+
|
|
1992
|
+
### Grid
|
|
1993
|
+
|
|
1994
|
+
#### Bug Fixes
|
|
1995
|
+
|
|
1996
|
+
- #233158- Duplicate virtual element rendered while refreshing the grid is resolved.
|
|
1997
|
+
- #230859- `actionComplete` event argument `requestType` shown as `paging` while delete operation is resolved.
|
|
1998
|
+
- #233673- Script error occurs while using column `virtualization` with `enablePersistance` property is resolved.
|
|
1999
|
+
- #233281- Misalignment between frozen and movable content when using EJ compatibility CSS is resolved.
|
|
2000
|
+
- #233413- Alignment issue in grid stacked header when we enable frozen feature is resolved.
|
|
2001
|
+
- #143681- `clearFiltering` method will send multiple posts in excel filter is resolved.
|
|
2002
|
+
- #234189- Script error while using hidden columns method is resolved.
|
|
2003
|
+
|
|
2004
|
+
## 17.1.42 (2019-04-23)
|
|
2005
|
+
|
|
2006
|
+
### Grid
|
|
2007
|
+
|
|
2008
|
+
#### Bug Fixes
|
|
2009
|
+
|
|
2010
|
+
- #233507- Need to modify `api` description for `startedit` method is resolved.
|
|
2011
|
+
- #229454- A large text content gets collapsed while using `rowHeight` in grid is resolved.
|
|
2012
|
+
- #232985- Need to send edit operation `args` in `beforeDataBound` event is resolved.
|
|
2013
|
+
- #231808- Problem in hiding scrollbar place holder when having frozen is resolved.
|
|
2014
|
+
- #232924- Horizontal scrollbar gets hidden in `IE` and `EDGE` browsers is resolved.
|
|
2015
|
+
|
|
2016
|
+
## 17.1.41 (2019-04-16)
|
|
2017
|
+
|
|
2018
|
+
### Grid
|
|
2019
|
+
|
|
2020
|
+
#### Bug Fixes
|
|
2021
|
+
|
|
2022
|
+
- `args.cancel` support for grid `rowDeselecting` event with checkbox selection is provided.
|
|
2023
|
+
- `rowDeselected` event is misbehaved when performing the grid action with `persistSelection` property is resolved.
|
|
2024
|
+
- Unable to provide custom format for aggregate columns using tag helpers is resolved.
|
|
2025
|
+
- When the field for column is ""(not defined) then the column displays as "[object][object]" is resolved.
|
|
2026
|
+
- Searching is not working when dynamically changing the toolbar tooltip text is resolved.
|
|
2027
|
+
- Checkbox options in filter dialog misaligns in touch mode is resolved.
|
|
2028
|
+
|
|
2029
|
+
## 17.1.40 (2019-04-09)
|
|
2030
|
+
|
|
2031
|
+
### Grid
|
|
2032
|
+
|
|
2033
|
+
#### Bug Fixes
|
|
2034
|
+
|
|
2035
|
+
- Column template is removed after calling `getPersistData` method is resolved.
|
|
2036
|
+
- Script error is resolved when using `setRowData` method in `cellSave` event.
|
|
2037
|
+
- Grid content background in `material-dark` theme is resolved.
|
|
2038
|
+
- Group caption is displaying `[object][object]` instead of 0 with `foreignkey` column is resolved.
|
|
2039
|
+
- Missing of records after sorting in virtual scrolling grid is resolved.
|
|
2040
|
+
- Script error when opening column menu in column virtualised grid is resolved.
|
|
2041
|
+
- Grid menu filter does not filter the null date values properly is resolved.
|
|
2042
|
+
- Validation message is hidden when editing the last row of the current page is resolved.
|
|
2043
|
+
- Validation message is misplaced while using horizontal scrollbar in grid is resolved.
|
|
2044
|
+
- `actionComplete` event is not invoked after delete all records is resolved.
|
|
2045
|
+
- `GetRowIndexes` method returns incorrect index when invoked after filtering records in virtualisation grid.
|
|
2046
|
+
- A support to get row index from row data is provided.
|
|
2047
|
+
- Unable to delete record using command delete button when `showConfirmDialog` set to `false` is resolved.
|
|
2048
|
+
|
|
2049
|
+
## 17.1.38 (2019-03-29)
|
|
2050
|
+
|
|
2051
|
+
### Grid
|
|
2052
|
+
|
|
2053
|
+
#### Bug Fixes
|
|
2054
|
+
|
|
2055
|
+
- Excluded template from `pageSettings` while get persist data in Grid.
|
|
2056
|
+
- Edit cells are focused when enabling `multiselect` dropdown with checkbox mode.
|
|
2057
|
+
- Grid `validationRules` works fine while using min and max value for `NumericTextBox`.
|
|
2058
|
+
- Script error is resolved when opening `contextmenu` in stacked header.
|
|
2059
|
+
- In `FilterBar` mode, the specified format is applied to date column value while performing initial filtering.
|
|
2060
|
+
- Grid exports current view columns alone when column `virtualization` is enabled.
|
|
2061
|
+
- Filtering is working properly after Search toolbar action.
|
|
2062
|
+
- Additional parameters should be send in `params` property is achieved.
|
|
2063
|
+
- `StringLength` attribute converts the HTML value as `lowercase` instead of `camelCase` issue is resolved.
|
|
2064
|
+
- Grid Locale is not applied for edit Form components is resolved.
|
|
2065
|
+
- Complex data fields are updated in `OdataV4` adaptor.
|
|
2066
|
+
- Provided support for defining custom `url` in Normal editing for `Odata` adaptor.
|
|
2067
|
+
- Script error is resolved while opening the menu filter in empty grid.
|
|
2068
|
+
- Underscore with field is consider as complex data while save the changes in dialog template editing is resolved.
|
|
2069
|
+
- Script error is resolved in excel Filter for date columns when data source for date column is in string.
|
|
2070
|
+
- Programmatic update and delete operations are working properly with batch mode.
|
|
2071
|
+
- Checkbox is aligned properly when a row with check box column with `textAlign` property is edited.
|
|
2072
|
+
- Row misalignment occurs when having checkbox column as frozen is resolved.
|
|
2073
|
+
- Searching misbehaves in a `URLAdaptor` bind in Grid while having Checkbox column is resolved.
|
|
2074
|
+
- Column menu icon is misaligned when changing default `rowHeight` of the grid is resolved.
|
|
2075
|
+
- UI issue with Excel Filter Dialog in Bootstrap theme is resolved.
|
|
2076
|
+
- Search query in `WebAPI` request is not proper when have a CheckBox column in Grid is resolved.
|
|
2077
|
+
- Row height is applied in Grid with null values in first column.
|
|
2078
|
+
- Provided Internal events support for cancelling the batch editing and after the form render.
|
|
2079
|
+
- Row deselection is not working properly while using `persistSelection` property is resolved.
|
|
2080
|
+
- Using checkbox property in `IEditCell` type throws compilation error is resolved.
|
|
2081
|
+
- Grid Excel filter sub menu misalignment in IE11 browser is resolved.
|
|
2082
|
+
- Pager is not refreshed with `currentPage` value in `pageSettings` while initial rendering is resolved.
|
|
2083
|
+
- Grid shows incorrect result while getting selected records with `selectAll` in `rowSelected` event is resolved.
|
|
2084
|
+
- `Childgrid` with empty record is not showing No records to display while excel exporting is resolved.
|
|
2085
|
+
|
|
2086
|
+
#### New Features
|
|
2087
|
+
|
|
2088
|
+
- Provided `virtualization` support while expand or collapse the grouped records when `virtualization` is enabled.
|
|
2089
|
+
- Provided support to edit next row cell while pressing the tab key in Batch edit mode.
|
|
2090
|
+
- Provided support to add new row in bottom while pressing the tab key in last cell of last row in current page.
|
|
2091
|
+
- Provided support to trigger `actionComplete` event after calling `expandAll` and `collapseAll` methods.
|
|
2092
|
+
- Provided support to implement 'Angular deep watch pipe'.
|
|
2093
|
+
- Add and Delete operation changes are updated in the grid UI when `virtualization` is used.
|
|
2094
|
+
- Provided internal event to change the edit form elements for tree grid team.
|
|
2095
|
+
- Provided Error handler support in Grid Component.
|
|
2096
|
+
|
|
2097
|
+
## 17.1.1-beta (2019-01-29)
|
|
2098
|
+
|
|
2099
|
+
### Grid
|
|
2100
|
+
|
|
2101
|
+
#### Bug Fixes
|
|
2102
|
+
|
|
2103
|
+
- Updating `Vue` component data throws script error with `stacked header` is resolved.
|
|
2104
|
+
- `rowHeight` is not working when group grid columns is resolved.
|
|
2105
|
+
- Pager dropdown does not render in `Production` is fixed.
|
|
2106
|
+
- Provided support to exclude the `grid` properties from persist in the grid initialize.
|
|
2107
|
+
- `Validation rules` not working in Grid stacked columns is fixed.
|
|
2108
|
+
- `Advanced popup` is misaligned in `excel-filter` when scroll down on the page.
|
|
2109
|
+
- `RowSelected` event is triggered when sub context menu get open is fixed.
|
|
2110
|
+
- `Query` property not working for dynamic property change is fixed.
|
|
2111
|
+
- `Touch-scrolling` frozen content moves page scrollbar is resolved.
|
|
2112
|
+
- Script error throws in `row-template` when scroll up/down is fixed.
|
|
2113
|
+
- Unable to filter the date column with `excel-filter` using `DataOperations` class is fixed.
|
|
2114
|
+
- `IE` cannot handle the viewport height when `scroll(virtual scrolling)` is resolved.
|
|
2115
|
+
- Grouped column is not included in dialog editing when `showGroupedColumn` is false is fixed.
|
|
2116
|
+
- `Initial Grouping` not maintained when setting the `locale` property dynamically is fixed.
|
|
2117
|
+
- Script error when `editTemplate` is used in batch mode is fixed.
|
|
2118
|
+
|
|
2119
|
+
#### New Features
|
|
2120
|
+
|
|
2121
|
+
- `row Drag and Drop` support within a single grid is provided.
|
|
2122
|
+
- Support for `true type` font in PDF library is added.
|
|
2123
|
+
- `Hierarchy Grid` printing support is added.
|
|
2124
|
+
- Support For `Excel,CSV and Pdf export` with Hierarchy Grid is provided.
|
|
2125
|
+
- Support for `row-spanning` in Grid is added.
|
|
2126
|
+
- Adding a new row at the bottom of the grid support is added.
|
|
2127
|
+
- support for `paste option` to Grid from `Excelsheet/Grid` is provided.
|
|
2128
|
+
- `Excel-Like Auto Filling` support is added.
|
|
2129
|
+
|
|
2130
|
+
- Filter template support added.
|
|
2131
|
+
- Edit template support added.
|
|
2132
|
+
|
|
2133
|
+
## 16.4.40-beta (2018-12-10)
|
|
2134
|
+
|
|
2135
|
+
### Grid
|
|
2136
|
+
|
|
2137
|
+
#### Bug Fixes
|
|
2138
|
+
|
|
2139
|
+
- Getter function from super class are not available inside the `template-context` is fixed.
|
|
2140
|
+
- Filter icon goes a little above the `headerText` with `wrapMode` as `Header` is resolved.
|
|
2141
|
+
- `rowDeselecting` event not triggered after double clicking a particular row and select different row is resolved.
|
|
2142
|
+
- `Column-Menu` items are not disabled when disabled the grid properties at column level is fixed.
|
|
2143
|
+
- Provided theme support for grid header in `excel-export`.
|
|
2144
|
+
- Provided whole dataset for the `custom-aggregate` function when use `disablePageWiseAggregate` with no grouping.
|
|
2145
|
+
- Provided theme support for grid content in `pdf-export`.
|
|
2146
|
+
- Script error when `editTemplate` is used in `batch mode` is fixed.
|
|
2147
|
+
|
|
2148
|
+
#### Breaking Changes
|
|
2149
|
+
|
|
2150
|
+
Interface changed for `PdfExportProperties`
|
|
2151
|
+
| Property | Old | New |
|
|
2152
|
+
| -------- | --- | --- |
|
|
2153
|
+
| **theme.header** | borders.color | border.color |
|
|
2154
|
+
| | borders.lineStyle | border.dashStyle |
|
|
2155
|
+
| **theme.record** | borders.color | border.color |
|
|
2156
|
+
| | borders.lineStyle| border.dashStyle |
|
|
2157
|
+
| **theme.caption** | borders.color | border.color |
|
|
2158
|
+
| | borders.lineStyle | border.dashStyle |
|
|
2159
|
+
|
|
2160
|
+
## 16.3.33 (2018-11-20)
|
|
2161
|
+
|
|
2162
|
+
### Grid
|
|
2163
|
+
|
|
2164
|
+
#### Bug Fixes
|
|
2165
|
+
|
|
2166
|
+
- Using html in `footerTemplate` of aggregation is hidden in `excel-export` and `pdf-export` is fixed.
|
|
2167
|
+
- `columnMenu` is not properly render when disable the grid properties at column level is resolved.
|
|
2168
|
+
- With Virtual scrolling, args.data returns as undefined in `rowSelected` event is fixed.
|
|
2169
|
+
- `Virtualization` translate value calculated incorrectly when set `height` 100% is fixed.
|
|
2170
|
+
|
|
2171
|
+
## 16.3.32 (2018-11-13)
|
|
2172
|
+
|
|
2173
|
+
### Grid
|
|
2174
|
+
|
|
2175
|
+
#### Bug Fixes
|
|
2176
|
+
|
|
2177
|
+
- Refreshing a template in column Grid after edit and update displays no records in IE is fixed.
|
|
2178
|
+
- Unable to use `captionTemplate` in angular grid is resolved.
|
|
2179
|
+
|
|
2180
|
+
## 16.3.31 (2018-11-07)
|
|
2181
|
+
|
|
2182
|
+
### Grid
|
|
2183
|
+
|
|
2184
|
+
#### Bug Fixes
|
|
2185
|
+
|
|
2186
|
+
- `aggregateModule` is made public from grid class.
|
|
2187
|
+
- `Tooltip` throw script error when hover grid cell faster with `EllipsisWithTooltip` is fixed.
|
|
2188
|
+
- `excelexport` failed when complex property has null as value is resolved.
|
|
2189
|
+
- Script error throws while deleting the records after adding new records in `batch-editing` mode is resolved.
|
|
2190
|
+
|
|
2191
|
+
#### New Features
|
|
2192
|
+
|
|
2193
|
+
- Provided dialog settings to customize dialog-editing.
|
|
2194
|
+
|
|
2195
|
+
#### Breaking Changes
|
|
2196
|
+
|
|
2197
|
+
- For dialog editing, the dialog overlay will be displayed to entire document, Previously the overlay will be displayed only on the grid element.
|
|
2198
|
+
|
|
2199
|
+
## 16.3.30 (2018-11-01)
|
|
2200
|
+
|
|
2201
|
+
### Grid
|
|
2202
|
+
|
|
2203
|
+
#### Bug Fixes
|
|
2204
|
+
|
|
2205
|
+
- `extend` like method to keep getters in the data is added.
|
|
2206
|
+
- `Tab-key` press and update the data in `command-column` causes multiple posts at server side is resolved.
|
|
2207
|
+
- Added `target` to the arguments of the `rowDeselecting` event of Grid.
|
|
2208
|
+
- Cell edit template read function does not called when column type as `boolean` is resolved.
|
|
2209
|
+
- Script error thrown in production mode when using `hideColumns` method to hide a column.
|
|
2210
|
+
|
|
2211
|
+
## 16.3.27 (2018-10-23)
|
|
2212
|
+
|
|
2213
|
+
### Grid
|
|
2214
|
+
|
|
2215
|
+
#### Bug Fixes
|
|
2216
|
+
|
|
2217
|
+
- Grid `Filter` column field is undefined while using stacked headers is fixed.
|
|
2218
|
+
- Angular Grid is failed in production mode when `sideEffects` is set as false is fixed.
|
|
2219
|
+
- `Checkbox` select all is not selecting all records when batch added record is fixed.
|
|
2220
|
+
- `rowHeight` is not set properly when grouping column enabled is resolved.
|
|
2221
|
+
- When performing excel filter search with enter key the operators are always `contains` is resolved.
|
|
2222
|
+
- script error throws in `rowSelected` and `cellSelected` event after moving from one page to another page is fixed.
|
|
2223
|
+
|
|
2224
|
+
## 16.3.25 (2018-10-15)
|
|
2225
|
+
|
|
2226
|
+
### Grid
|
|
2227
|
+
|
|
2228
|
+
#### Bug Fixes
|
|
2229
|
+
|
|
2230
|
+
- Angular Grid printing is not working properly when using ng-template is fixed.
|
|
2231
|
+
- dialog template is not working properly when grid contains column template is fixed.
|
|
2232
|
+
- `ODataV4` - Need to skip expand and select queries when apply `groupby` is used is added.
|
|
2233
|
+
- parse error when valid `json` values are passed into `DataUtil.parse.parseJSON`.
|
|
2234
|
+
- field value is undefined while adding the record in batch editing when we enable checkbox selection is resolved.
|
|
2235
|
+
- Need to provide whole dataset for the custom aggregate function when use `disablePageWiseAggregates` with no grouping is added.
|
|
2236
|
+
- `rowSelected` event arguments are not proper when selecting new records in batch mode is fixed.
|
|
2237
|
+
- Custom aggregate function parameters are incorrect when perform grouping with `disablePageWiseAggregates` is resolved.
|
|
2238
|
+
- `setCellValue` is not working for template column is fixed.
|
|
2239
|
+
- Provided separate title support for command column button.
|
|
2240
|
+
|
|
2241
|
+
## 16.3.24 (2018-10-09)
|
|
2242
|
+
|
|
2243
|
+
### Grid
|
|
2244
|
+
|
|
2245
|
+
#### Bug Fixes
|
|
2246
|
+
|
|
2247
|
+
- Excel Exporting with aggregates throws error is fixed.
|
|
2248
|
+
- Field value is undefined while adding record in batch editing when enabling checkbox selection is fixed.
|
|
2249
|
+
- Column chooser is overridden by search textbox due to padding top property issue is fixed.
|
|
2250
|
+
- Rendering dropdown component in grid editing returns only the first record in the dropdown list is fixed.
|
|
2251
|
+
- Parent grid column chooser is not opening after expanding child grid in hierarchical is resolved.
|
|
2252
|
+
- Grid Excel export not supporting the custom date format instead of skeleton format is resolved.
|
|
2253
|
+
- Provided support for range selection delete with Batch mode.
|
|
2254
|
+
- Separators are not hidden in context menu is resolved.
|
|
2255
|
+
- Using angular services to replace display values in checkbox filter is resolved.
|
|
2256
|
+
|
|
2257
|
+
## 16.3.23 (2018-10-03)
|
|
2258
|
+
|
|
2259
|
+
### Grid
|
|
2260
|
+
|
|
2261
|
+
#### Bug Fixes
|
|
2262
|
+
|
|
2263
|
+
- Prevented the grid refresh action when change the `showDropArea` visibility.
|
|
2264
|
+
- Changed the default values while add the empty data.
|
|
2265
|
+
- Context menu separators are not hidden properly when open in header.
|
|
2266
|
+
- Script error is thrown while auto fit the hierarchy grid with empty data is fixed.
|
|
2267
|
+
- Batch changes not passed when the column is edited with spaces.
|
|
2268
|
+
- Misalignment occurred while doing show or hide grid column with enable frozen columns is fixed.
|
|
2269
|
+
- Support for column chooser can search with user given operators.
|
|
2270
|
+
|
|
2271
|
+
## 16.3.22 (2018-09-25)
|
|
2272
|
+
|
|
2273
|
+
### Grid
|
|
2274
|
+
|
|
2275
|
+
#### Bug Fixes
|
|
2276
|
+
|
|
2277
|
+
- Provided `batchsave` as request type for `actionComplete` event of bulk save.
|
|
2278
|
+
- Provided optional parameter support for `autoFitColumns` API.
|
|
2279
|
+
- Cancel icon is not clearing the searched text when externally opening column chooser fixed.
|
|
2280
|
+
- Now row height is set in batch edit mode to avoid shrinking when not data is added.
|
|
2281
|
+
- Foreign key column checkbox filter shows blank values resolved.
|
|
2282
|
+
- Date value is sent to server side as empty sting instead of null value while adding the record fixed.
|
|
2283
|
+
- Script error thrown when perform editing with command column and detail template.
|
|
2284
|
+
- Need to retrieve the batch changes from the grid when the column is edited with spaces.
|
|
2285
|
+
- Changing page size dropdown value destroys another grid page size dropdown resolved.
|
|
2286
|
+
- Deleted record row objects maintains resolved.
|
|
2287
|
+
- Resolved issue with dynamic data source change when foreign key is used.
|
|
2288
|
+
- Added cancel event argument for search `actionBegin` event.
|
|
2289
|
+
- `ODataV4` - Excel filter now uses `groupby` to get distinct data.
|
|
2290
|
+
- Autofit columns for empty detail Grid issue is fixed.
|
|
2291
|
+
|
|
2292
|
+
## 16.3.21 (2018-09-22)
|
|
2293
|
+
|
|
2294
|
+
### Grid
|
|
2295
|
+
|
|
2296
|
+
#### Bug Fixes
|
|
2297
|
+
|
|
2298
|
+
- Initial multi-sorting icon is added incorrectly fixed.
|
|
2299
|
+
- Validation for complex property is not added properly resolved.
|
|
2300
|
+
|
|
2301
|
+
#### New Features
|
|
2302
|
+
|
|
2303
|
+
- Dialog edit template support added.
|
|
2304
|
+
- Reactive aggregate update support added.
|
|
2305
|
+
- Date time type column filter support added.
|
|
2306
|
+
- Windows explorer like check-box selection added.
|
|
2307
|
+
- Expand and collapse enabled in excel exported document for grouped grid.
|
|
2308
|
+
- Support to prevent the overriding of autofit columns by Resizing added.
|
|
2309
|
+
- Show All option added for page size drop-down.
|
|
2310
|
+
|
|
2311
|
+
## 16.3.17 (2018-09-12)
|
|
2312
|
+
|
|
2313
|
+
### Grid
|
|
2314
|
+
|
|
2315
|
+
#### Bug Fixes
|
|
2316
|
+
|
|
2317
|
+
- Initial multi-sorting icon is added incorrectly fixed.
|
|
2318
|
+
- Validation for complex property is not added properly resolved.
|
|
2319
|
+
|
|
2320
|
+
#### New Features
|
|
2321
|
+
|
|
2322
|
+
- Dialog edit template support added.
|
|
2323
|
+
- Reactive aggregate update support added.
|
|
2324
|
+
- Date time type column filter support added.
|
|
2325
|
+
- Windows explorer like check-box selection added.
|
|
2326
|
+
- Expand and collapse enabled in excel exported document for grouped grid.
|
|
2327
|
+
- Support to prevent the overriding of autofit columns by Resizing added.
|
|
2328
|
+
- Show All option added for page size drop-down.
|
|
2329
|
+
|
|
2330
|
+
## 16.2.50 (2018-09-04)
|
|
2331
|
+
|
|
2332
|
+
### Grid
|
|
2333
|
+
|
|
2334
|
+
#### Bug Fixes
|
|
2335
|
+
|
|
2336
|
+
- Script error thrown with dynamic column and datasource inside the service subscription.
|
|
2337
|
+
- Cell selection misbehaves when having both checkbox and template columns in Grid issue is fixed.
|
|
2338
|
+
- Initial sorting and grid sorting is fixed when `isFrozen` property set for column.
|
|
2339
|
+
- Maximum call stack occurred when traverse through grouped hierarchy grid issue resolved.
|
|
2340
|
+
|
|
2341
|
+
#### Breaking Changes
|
|
2342
|
+
|
|
2343
|
+
- For remote data, while using the checkbox/excel filter, the search operator is changed to `equal` for `number` and `date` type columns.
|
|
2344
|
+
Previously `startswith` operator was used.
|
|
2345
|
+
|
|
2346
|
+
## 16.2.49 (2018-08-21)
|
|
2347
|
+
|
|
2348
|
+
### Grid
|
|
2349
|
+
|
|
2350
|
+
#### Bug Fixes
|
|
2351
|
+
|
|
2352
|
+
- Cursor element height set as 0 when using hidden property issue resolved.
|
|
2353
|
+
- Updating `foreignKey` with URL Adaptor not working issue resolved.
|
|
2354
|
+
- `actionComplete` event is raised for batch save operation.
|
|
2355
|
+
|
|
2356
|
+
## 16.2.48 (2018-08-14)
|
|
2357
|
+
|
|
2358
|
+
### Grid
|
|
2359
|
+
|
|
2360
|
+
#### Bug Fixes
|
|
2361
|
+
|
|
2362
|
+
- `ODataV4` - `$search` is not used when using foreign key column resolved.
|
|
2363
|
+
- Primary key column is now included in select query when using `columnQueryMode` as `ExcludeHidden`.
|
|
2364
|
+
- Edit form is now rendered with tab key while grid is rendered inside dialog.
|
|
2365
|
+
- Selection is now maintained while expand or collapse child grid.
|
|
2366
|
+
- Footer aggregate is not aligned properly when apply column fit resolved.
|
|
2367
|
+
|
|
2368
|
+
## 16.2.47 (2018-08-07)
|
|
2369
|
+
|
|
2370
|
+
### Grid
|
|
2371
|
+
|
|
2372
|
+
#### Bug Fixes
|
|
2373
|
+
|
|
2374
|
+
- Batch editing tab key press prevention when grid placed inside dialog fixed.
|
|
2375
|
+
- Unable to use `headerText` in group caption template is resolved.
|
|
2376
|
+
- Query table name is not used by grid `CRUD` operations fixed.
|
|
2377
|
+
- Arguments return properly in `beforeExcelExport` and `beforePdfExport` event.
|
|
2378
|
+
- Cancel support for `rowDrop` event is provided.
|
|
2379
|
+
|
|
2380
|
+
## 16.2.46 (2018-07-30)
|
|
2381
|
+
|
|
2382
|
+
### Grid
|
|
2383
|
+
|
|
2384
|
+
#### Bug Fixes
|
|
2385
|
+
|
|
2386
|
+
- Selected rows event arguments are wrong with grouping and `enableVirtualization` is resolved.
|
|
2387
|
+
- Multiple rows selecting while scrolling with grouping and `enableVirtualization` is resolved.
|
|
2388
|
+
- Provided locale string for pager All option.
|
|
2389
|
+
|
|
2390
|
+
## 16.2.45 (2018-07-17)
|
|
2391
|
+
|
|
2392
|
+
### Grid
|
|
2393
|
+
|
|
2394
|
+
#### Bug Fixes
|
|
2395
|
+
|
|
2396
|
+
- Edit parameter is not properly applied for foreign key column is resolved.
|
|
2397
|
+
- Batch edit for Template column is fixed.
|
|
2398
|
+
- ng-compiler for filter `itemTemplate` property is fixed.
|
|
2399
|
+
- Operators are not maintained while filtering multiple columns with filter bar issue resolved.
|
|
2400
|
+
- Display of raw HTML when dragging column header to group area is resolved.
|
|
2401
|
+
- Grid displays fine when enable/disable `enableVirtualization` dynamically.
|
|
2402
|
+
|
|
2403
|
+
## 16.2.44 (2018-07-10)
|
|
2404
|
+
|
|
2405
|
+
### Grid
|
|
2406
|
+
|
|
2407
|
+
#### Bug Fixes
|
|
2408
|
+
|
|
2409
|
+
- Dynamic aggregate columns enabled is not working issue resolved.
|
|
2410
|
+
- Custom aggregate is not applied in MVC
|
|
2411
|
+
|
|
2412
|
+
## 16.2.43 (2018-07-03)
|
|
2413
|
+
|
|
2414
|
+
### Grid
|
|
2415
|
+
|
|
2416
|
+
#### Bug Fixes
|
|
2417
|
+
|
|
2418
|
+
- Passed row data to checkbox filter item template.
|
|
2419
|
+
- The locale is not properly applied for aggregates is resolved.
|
|
2420
|
+
- Export cell object is missing on exporting query cell info event argument is resolved.
|
|
2421
|
+
- `setCellValue` not updated the value when we use frozen columns is resolved.
|
|
2422
|
+
- Support to provide show all record option in pager dropdown.
|
|
2423
|
+
- Format is not applying for group caption while using `Urladaptor`.
|
|
2424
|
+
|
|
2425
|
+
## 16.2.42 (2018-06-27)
|
|
2426
|
+
|
|
2427
|
+
### Grid
|
|
2428
|
+
|
|
2429
|
+
#### Bug Fixes
|
|
2430
|
+
|
|
2431
|
+
- Batch confirmation dialog is not shown when we use Excel/Checkbox filter in Grid is resolved.
|
|
2432
|
+
- Excel text filter icon does not update with localization is resolved.
|
|
2433
|
+
- Provide `cellSaved` event support for getting the edited data while using batch Editing.
|
|
2434
|
+
- column size in IE when grouping is not changing like in chrome is resolved.
|
|
2435
|
+
- Bottom rows do not get selected with Virtualization and Grouping is resolved.
|
|
2436
|
+
- Script error thrown while refreshing grid in edit state is resolved.
|
|
2437
|
+
- Complex data with custom excel filter throws script error is resolved.
|
|
2438
|
+
- Invalid filtered data in `datetime` column issue resolved.
|
|
2439
|
+
- Empty Grid showed while editing request failed issue resolved.
|
|
2440
|
+
- Prevented the script errors while destroying grid.
|
|
2441
|
+
- Script error while rendering the grid inside a dialog issue resolved.
|
|
2442
|
+
- Complex data with first row null value issue resolved.
|
|
2443
|
+
- Success and fail handler triggering issue resolved.
|
|
2444
|
+
- Additional parameter not available in menu filter issue resolved.
|
|
2445
|
+
|
|
2446
|
+
## 16.2.41 (2018-06-25)
|
|
2447
|
+
|
|
2448
|
+
### Grid
|
|
2449
|
+
|
|
2450
|
+
#### Bug Fixes
|
|
2451
|
+
|
|
2452
|
+
- Group footer template shows incorrect value while using `disablePageWiseAggregate` issue fixed.
|
|
2453
|
+
- Unable to sort when set dynamic sort settings in descending order resolved.
|
|
2454
|
+
- Footer aggregate row is not aligned properly when using child grid resolved.
|
|
2455
|
+
- In batch editing, script error occurs when focusing on grid after clicking add and cancel button fixed.
|
|
2456
|
+
- Filter icon misalignment with text wrap enabled resolved.
|
|
2457
|
+
- Selection retained after unchecking the check all checkbox with remote data source fixed.
|
|
2458
|
+
- `actionComplete` event is not triggered for batch cancel resolved.
|
|
2459
|
+
- Frozen content got hidden while adding new row with auto height is resolved.
|
|
2460
|
+
- Unable to use auto complete inside filter bar template resolved.
|
|
2461
|
+
- Aggregates row get misaligned while horizontal scrolling if vertical scrollbar presents resolved.
|
|
2462
|
+
- Excel filter dialog is not updated when properties updated through `setProperties` issue resolved.
|
|
2463
|
+
- Indent column disappeared when resizing the hierarchy column in Grid issue fixed.
|
|
2464
|
+
|
|
2465
|
+
- Row elements are not available while using `ngSwitch` in row template.
|
|
2466
|
+
- Incorrect footer aggregate value calculated with `async` pipe is resolved.
|
|
2467
|
+
|
|
2468
|
+
#### Improvement
|
|
2469
|
+
|
|
2470
|
+
- Added excel filter UI with `async` pipe support.## 16.1.44 (2018-05-18)
|
|
2471
|
+
|
|
2472
|
+
### Grid
|
|
2473
|
+
|
|
2474
|
+
#### Bug Fixes
|
|
2475
|
+
|
|
2476
|
+
- edited data is not remove when we click the cancel button with frozen column feature enable.
|
|
2477
|
+
|
|
2478
|
+
## 16.1.43 (2018-05-18)
|
|
2479
|
+
|
|
2480
|
+
### Grid
|
|
2481
|
+
|
|
2482
|
+
#### Bug Fixes
|
|
2483
|
+
|
|
2484
|
+
- Complex data editing is not shown valid selector when we use frozen feature.
|
|
2485
|
+
|
|
2486
|
+
## 16.1.42 (2018-05-15)
|
|
2487
|
+
|
|
2488
|
+
### Grid
|
|
2489
|
+
|
|
2490
|
+
#### Bug Fixes
|
|
2491
|
+
|
|
2492
|
+
- Excel Filter dialog not updated while initial rendering and through `setproperties`.
|
|
2493
|
+
- Localization not applied in Exporting Grid.
|
|
2494
|
+
- Complex data binding not working properly with editing add action.
|
|
2495
|
+
|
|
2496
|
+
## 16.1.41 (2018-05-09)
|
|
2497
|
+
|
|
2498
|
+
### Grid
|
|
2499
|
+
|
|
2500
|
+
#### Bug Fixes
|
|
2501
|
+
|
|
2502
|
+
- `dataStateChange` event is now trigged when `pageSize` is changed.
|
|
2503
|
+
- Provided support for optimizing frozen content height with auto wrap.
|
|
2504
|
+
|
|
2505
|
+
## 16.1.40 (2018-05-08)
|
|
2506
|
+
|
|
2507
|
+
### Grid
|
|
2508
|
+
|
|
2509
|
+
#### Bug Fixes
|
|
2510
|
+
|
|
2511
|
+
- `dataStateChange` event is now trigged when `pageSize` is changed.
|
|
2512
|
+
- Group and caption aggregate is now working with `async` pipe.
|
|
2513
|
+
- Now grid refreshed when group and caption aggregates is emptied.
|
|
2514
|
+
- In Remote data, the `getSelectedRecords` method returns proper count with `persistSelection` enabled.
|
|
2515
|
+
- Script error thrown when set `dataSource` and `columns` is provided at the same time fixed.
|
|
2516
|
+
|
|
2517
|
+
## 16.1.39 (2018-05-05)
|
|
2518
|
+
|
|
2519
|
+
### Grid
|
|
2520
|
+
|
|
2521
|
+
#### Bug Fixes
|
|
2522
|
+
|
|
2523
|
+
- Memory leak issue resolved.
|
|
2524
|
+
|
|
2525
|
+
## 16.1.38 (2018-05-03)
|
|
2526
|
+
|
|
2527
|
+
### Grid
|
|
2528
|
+
|
|
2529
|
+
#### Bug Fixes
|
|
2530
|
+
|
|
2531
|
+
- Duplicate values updating in batch changes for complex property is resolved.
|
|
2532
|
+
- Creating multiple elements while hovering for tooltip issue is resolved.
|
|
2533
|
+
- Lint issue occurs in custom toolbar with latest typescript version is resolved.
|
|
2534
|
+
- Undoing delete operation only restores frozen content in batch edit fixed.
|
|
2535
|
+
|
|
2536
|
+
## 16.1.37 (2018-04-24)
|
|
2537
|
+
|
|
2538
|
+
### Grid
|
|
2539
|
+
|
|
2540
|
+
#### Bug Fixes
|
|
2541
|
+
|
|
2542
|
+
- Script error thrown while deleting all records with aggregates and `Urladaptor` is resolved.
|
|
2543
|
+
- `FilterBar` message is not updated while setting filter settings in `setProperties` method is resolved.
|
|
2544
|
+
- Excel Filter dialog not updated while programmatically filter the column is resolved.
|
|
2545
|
+
- With virtual scrolling grid refreshes constantly issue is resolved.
|
|
2546
|
+
|
|
2547
|
+
## 16.1.35 (2018-04-17)
|
|
2548
|
+
|
|
2549
|
+
### Grid
|
|
2550
|
+
|
|
2551
|
+
#### Bug Fixes
|
|
2552
|
+
|
|
2553
|
+
- Maximum call stack issue while filtering date column with `disablePageWiseAggregates` is resolved.
|
|
2554
|
+
- Provided locale support for custom filter labels and column chooser.
|
|
2555
|
+
- Between operator provides incorrect result in Excel filter issue fixed.
|
|
2556
|
+
- Content rendering delayed while using virtual scrolling with grouping when scrolling horizontally is resolved.
|
|
2557
|
+
|
|
2558
|
+
#### Breaking Changes
|
|
2559
|
+
|
|
2560
|
+
- The Locale properties such as `OK`, `Filter`, `Clear` are removed instead use `OKButton`, `FilterButton`, `ClearButton`.
|
|
2561
|
+
|
|
2562
|
+
## 16.1.34 (2018-04-10)
|
|
2563
|
+
|
|
2564
|
+
### Grid
|
|
2565
|
+
|
|
2566
|
+
#### Bug Fixes
|
|
2567
|
+
|
|
2568
|
+
- Pager Dropdown values is not updated while dynamically changing the Page size issue is resolved.
|
|
2569
|
+
- Provide locale column format support for excel-export.
|
|
2570
|
+
- Setting filter Properties through `setProperties` method is resolved.
|
|
2571
|
+
- Changing frozen columns from null throws script error is resolved.
|
|
2572
|
+
- Excel exporting group caption shows field name instead of header text issue is resolved.
|
|
2573
|
+
- String values not accepted for methods from window in custom filter menu template is resolved.
|
|
2574
|
+
|
|
2575
|
+
## 16.1.33 (2018-04-04)
|
|
2576
|
+
|
|
2577
|
+
### Grid
|
|
2578
|
+
|
|
2579
|
+
#### Bug Fixes
|
|
2580
|
+
|
|
2581
|
+
- Updating column object for dynamically bounded columns.
|
|
2582
|
+
|
|
2583
|
+
## 16.1.32 (2018-03-29)
|
|
2584
|
+
|
|
2585
|
+
### Grid
|
|
2586
|
+
|
|
2587
|
+
#### Bug Fixes
|
|
2588
|
+
|
|
2589
|
+
- Grid refreshes before insert operation completed resolved.
|
|
2590
|
+
- Grid refresh prevented when column showing or hiding dynamically through `hideAtMedia`.
|
|
2591
|
+
- Initial multi sorted column icons is ordered correctly.
|
|
2592
|
+
- Removed filter bar border when using compatibility theme.
|
|
2593
|
+
- Provide complex data editing support.
|
|
2594
|
+
- Grouping with search always shown the spinner when data source has no value is resolved.
|
|
2595
|
+
- Filtering the column while field has underscore value is resolved.
|
|
2596
|
+
- Aggregate returns the null value when grouped has no aggregate field is resolved.
|
|
2597
|
+
- Header text shown along with header template is resolved.
|
|
2598
|
+
|
|
2599
|
+
## 16.1.30 (2018-03-20)
|
|
2600
|
+
|
|
2601
|
+
### Grid
|
|
2602
|
+
|
|
2603
|
+
#### Bug Fixes
|
|
2604
|
+
|
|
2605
|
+
- Column properties is not persisted after reordering columns resolved.
|
|
2606
|
+
- `args.cancel` has included in `rowSelecting` event while select the rows through method and user interaction.
|
|
2607
|
+
|
|
2608
|
+
## 16.1.29 (2018-03-13)
|
|
2609
|
+
|
|
2610
|
+
### Grid
|
|
2611
|
+
|
|
2612
|
+
#### Bug Fixes
|
|
2613
|
+
|
|
2614
|
+
- `args.cancel` has included in `rowSelecting` event.
|
|
2615
|
+
- Dynamically changing filter settings does not update `Filterbar` value and filter status message is resolved.
|
|
2616
|
+
- Batch edit should close on clicking outside grid and on pressing enter or tab key is resolved.
|
|
2617
|
+
- `updateRow` method is provided for Normal editing and Dialog editing.
|
|
2618
|
+
- Duplicate columns added in group drop area issue resolved.
|
|
2619
|
+
|
|
2620
|
+
## 16.1.28 (2018-03-09)
|
|
2621
|
+
|
|
2622
|
+
### Grid
|
|
2623
|
+
|
|
2624
|
+
#### Bug Fixes
|
|
2625
|
+
|
|
2626
|
+
- Minimum height for edit dialog is provided.
|
|
2627
|
+
- Identity column is not disabled when adding resolved.
|
|
2628
|
+
- Script error thrown when destroy the Grid with custom toolbar template issue resolved.
|
|
2629
|
+
- Batch editing save action shows empty grid issue resolved.
|
|
2630
|
+
- `currentViewData` is not changed in remote data editing issue resolved.
|
|
2631
|
+
|
|
2632
|
+
## 16.1.24 (2018-02-22)
|
|
2633
|
+
|
|
2634
|
+
### Grid
|
|
2635
|
+
|
|
2636
|
+
#### New Features
|
|
2637
|
+
|
|
2638
|
+
- New Excel like column filtering option is added.
|
|
2639
|
+
- Added Look-up table or foreign key data binding to grid column.
|
|
2640
|
+
- Row height adjustment feature added.
|
|
2641
|
+
|
|
2642
|
+
#### Bug Fixes
|
|
2643
|
+
|
|
2644
|
+
- Angular and React `enablePersistence` issue resolved.
|
|
2645
|
+
|
|
2646
|
+
#### Breaking Changes
|
|
2647
|
+
|
|
2648
|
+
- 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`.
|
|
2649
|
+
[Migration](http://ej2.syncfusion.com/documentation/grid/migration.html).
|
|
2650
|
+
|
|
2651
|
+
## 15.4.30-preview (2018-02-14)
|
|
2652
|
+
|
|
2653
|
+
### Grid
|
|
2654
|
+
|
|
2655
|
+
#### Bug Fixes
|
|
2656
|
+
|
|
2657
|
+
- Exporting is working fine with template column.
|
|
2658
|
+
- Aggregate with frozen columns scroller is working fine
|
|
2659
|
+
|
|
2660
|
+
## 15.4.29-preview (2018-02-07)
|
|
2661
|
+
|
|
2662
|
+
### Grid
|
|
2663
|
+
|
|
2664
|
+
#### Bug Fixes
|
|
2665
|
+
|
|
2666
|
+
- Renamed event `dataSourceChange` to `dataSourceChanged`.
|
|
2667
|
+
|
|
2668
|
+
## 15.4.28-preview (2018-01-30)
|
|
2669
|
+
|
|
2670
|
+
### Grid
|
|
2671
|
+
|
|
2672
|
+
#### Bug Fixes
|
|
2673
|
+
|
|
2674
|
+
- Child Grid editing dialog closes when clicking on edit element.
|
|
2675
|
+
- Printing window is blocking by browser and column hiding.
|
|
2676
|
+
- `getSelectedRecords` method returns selected records properly with checkbox persist selection fixed.
|
|
2677
|
+
- Aggregate with frozen columns scroller is working fine.
|
|
2678
|
+
|
|
2679
|
+
## 15.4.27-preview (2018-01-30)
|
|
2680
|
+
|
|
2681
|
+
### Grid
|
|
2682
|
+
|
|
2683
|
+
#### Bug Fixes
|
|
2684
|
+
|
|
2685
|
+
- Disable edit, delete button when Grid is empty.
|
|
2686
|
+
- `ShowConfirmDialog` is not showing in Command Column.
|
|
2687
|
+
- Grid Validation message is not shown in EJ2 compatibility theme.
|
|
2688
|
+
- Checkbox selection fixes with virtual scrolling.
|
|
2689
|
+
- Provide support to add row with rowindex in AddRecord method.
|
|
2690
|
+
|
|
2691
|
+
## 15.4.26-preview (2018-01-23)
|
|
2692
|
+
|
|
2693
|
+
### Grid
|
|
2694
|
+
|
|
2695
|
+
#### Bug Fixes
|
|
2696
|
+
|
|
2697
|
+
- Validation error message partially hidden when grid has single record in add and update action.
|
|
2698
|
+
- Two way binding for headers on grid not working.
|
|
2699
|
+
- Child grid collapses after save operation fixed.
|
|
2700
|
+
- Checkbox column binding with data source is not working fixed.
|
|
2701
|
+
- Misalignment occurs in frozen columns without height property fixed.
|
|
2702
|
+
|
|
2703
|
+
## 15.4.25-preview (2018-01-09)
|
|
2704
|
+
|
|
2705
|
+
### Grid
|
|
2706
|
+
|
|
2707
|
+
#### New Features
|
|
2708
|
+
|
|
2709
|
+
- `isBlob` argument added in export methods to get blob data export complete events.
|
|
2710
|
+
|
|
2711
|
+
#### Bug Fixes
|
|
2712
|
+
|
|
2713
|
+
- Check Select all not working when refreshing the Grid header in run time.
|
|
2714
|
+
- Column chooser throws script error in IE 11 while destroying the component.
|
|
2715
|
+
- Column checkbox filtering shows no records while grid have menu filtering.
|
|
2716
|
+
|
|
2717
|
+
## 15.4.24-preview (2018-01-10)
|
|
2718
|
+
|
|
2719
|
+
### Grid
|
|
2720
|
+
|
|
2721
|
+
#### Bug Fixes
|
|
2722
|
+
|
|
2723
|
+
- Filter menu clear action throws script error with column menu.
|
|
2724
|
+
- Add row misaligns with header when grid has hidden columns.
|
|
2725
|
+
- Support for `rowSelected` event for template column.
|
|
2726
|
+
- Date filtering request pass as string when reloading.
|
|
2727
|
+
- Script error on add record by hidden column.
|
|
2728
|
+
- Row deselect event not fires in check box selection.
|
|
2729
|
+
- Sorting and grouping failed on complex data.
|
|
2730
|
+
- Last and next page options are enabled when data source is empty.
|
|
2731
|
+
- Default cursor not displayed after invoke grid refresh method.
|
|
2732
|
+
|
|
2733
|
+
## 15.4.23-preview (2017-12-27)
|
|
2734
|
+
|
|
2735
|
+
### Common
|
|
2736
|
+
|
|
2737
|
+
#### New Features
|
|
2738
|
+
|
|
2739
|
+
- Added typing file for ES5 global scripts (`dist/global/index.d.ts`).
|
|
2740
|
+
|
|
2741
|
+
#### Breaking Changes
|
|
2742
|
+
|
|
2743
|
+
- Modified the module bundle file name for ES6 bundling.
|
|
2744
|
+
|
|
2745
|
+
### Grid
|
|
2746
|
+
|
|
2747
|
+
#### Bug Fixes
|
|
2748
|
+
|
|
2749
|
+
- Header content is not scrolling while adding a record in empty Grid.
|
|
2750
|
+
- `displayAsCheckbox` not working for numeric values.
|
|
2751
|
+
- Filtered value not persisting in filter menu with date picker.
|
|
2752
|
+
- Reordering with filter menu throws script error.
|
|
2753
|
+
- Exporting Grouped Grid with Header not working.
|
|
2754
|
+
|
|
2755
|
+
## 15.4.22-preview (2017-12-14)
|
|
2756
|
+
|
|
2757
|
+
### Grid
|
|
2758
|
+
|
|
2759
|
+
#### New Features
|
|
2760
|
+
|
|
2761
|
+
- `recordDoubleClick` event added.
|
|
2762
|
+
|
|
2763
|
+
#### Bug Fixes
|
|
2764
|
+
|
|
2765
|
+
- Grid height 100% is not working fixed.
|
|
2766
|
+
|
|
2767
|
+
#### Breaking Changes
|
|
2768
|
+
|
|
2769
|
+
- Now `ColumnChooser` module must be injected to use column chooser feature.
|
|
2770
|
+
|
|
2771
|
+
## 15.4.21-preview (2017-12-08)
|
|
2772
|
+
|
|
2773
|
+
### Grid
|
|
2774
|
+
|
|
2775
|
+
#### Bug Fixes
|
|
2776
|
+
|
|
2777
|
+
- Script error when exporting with Custom aggregate fixed.
|
|
2778
|
+
- State persistence in angular is not working fixed.
|
|
2779
|
+
- Exporting with stacked header is not working fixed.
|
|
2780
|
+
- Alignment issue with checkbox column fixed.
|
|
2781
|
+
- Cancelling edit with edit Template fixed.
|
|
2782
|
+
- Stacked header alignment issue fixed.
|
|
2783
|
+
- Disabling Edit confirm dialog is not working issue fixed.
|
|
2784
|
+
- Script error throws when save the record after edit in IE11 fixed.
|
|
2785
|
+
- Editing not working after batch save in action begin event fixed.
|
|
2786
|
+
- Deleting unsaved record throws Script error fixed.
|
|
2787
|
+
|
|
2788
|
+
## 15.4.20-preview (2017-12-01)
|
|
2789
|
+
|
|
2790
|
+
### Grid
|
|
2791
|
+
|
|
2792
|
+
#### Bug Fixes
|
|
2793
|
+
|
|
2794
|
+
- Column format is not applied when type is specified fixed
|
|
2795
|
+
- Value search in checkbox filter is not worked for complex binding fixed
|
|
2796
|
+
- Editing is not worked with stacked header fixed
|
|
2797
|
+
- Numeric Edit column didn't get modified value when Enter key press fixed
|
|
2798
|
+
- Null shows as date value in date type column fixed
|
|
2799
|
+
- Edit Confirm Dialog is not working properly in batch edit mode fixed
|
|
2800
|
+
|
|
2801
|
+
## 15.4.19-preview (2017-11-23)
|
|
2802
|
+
|
|
2803
|
+
### Grid
|
|
2804
|
+
|
|
2805
|
+
#### Bug Fixes
|
|
2806
|
+
|
|
2807
|
+
- Script error resolved when exporting Grid data.
|
|
2808
|
+
- Provided filter `menu` support for `template` columns.
|
|
2809
|
+
- Localization is not found for `numeric` and `date` filter menu issue fixed.
|
|
2810
|
+
|
|
2811
|
+
## 15.4.18-preview (2017-11-16)
|
|
2812
|
+
|
|
2813
|
+
### Grid
|
|
2814
|
+
|
|
2815
|
+
#### Bug Fixes
|
|
2816
|
+
|
|
2817
|
+
- `enum` support for toolbar items provided.
|
|
2818
|
+
- Edit state not changed when changing `dataSource` issue fixed.
|
|
2819
|
+
- Duplicate service injection in React fixed.
|
|
2820
|
+
|
|
2821
|
+
## 15.4.17-preview (2017-11-13)
|
|
2822
|
+
|
|
2823
|
+
### Grid
|
|
2824
|
+
|
|
2825
|
+
Grid component is used to display and manipulate tabular data with configuration options to control the way the data is presented and manipulated.
|
|
2826
|
+
|
|
2827
|
+
- **Data sources** - Bind the Grid component with an array of JavaScript objects or DataManager.
|
|
2828
|
+
- **Sorting and grouping** - Supports n levels of sorting and grouping.
|
|
2829
|
+
- **Selection** - Provides the option to select the grid rows single or multiple.
|
|
2830
|
+
- **Filtering** - Offers filter bar or menu , or checkbox at each column to filter data.
|
|
2831
|
+
- **Editing** - Provides the options to dynamically insert, delete and update records.
|
|
2832
|
+
- **Virtualization** - Provides the options to load large amount of data without performance degradation.
|
|
2833
|
+
- **Aggregates** - Provides built in types are sum , average, min, max, count.
|
|
2834
|
+
- **Paging** - Provides the option to easily switch between pages using the pager bar.
|
|
2835
|
+
- **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.
|
|
2836
|
+
- **Resize** - Allow you to resize the grid column width dynamically.
|
|
2837
|
+
- **Frozen Rows And Columns** - Provides the options to freeze certain rows or columns to scroll remaining movable content.
|
|
2838
|
+
- **Clipboard** - Provides an option to copy selected rows or cells data into clipboard.
|
|
2839
|
+
- **Column Spanning** - Provides an option to allows to span the multiple adjacent cells.
|
|
2840
|
+
- **Stacked Header** - It can be stacked or grouped in order to show multiple level of column headers.
|
|
2841
|
+
- **Hierarchy Grid** - It is used to display table data in hierarchical structure which can show or hide by clicking on expand or collapse button.
|
|
2842
|
+
- **Print and Exporting** - Provides the option to print and exporting grid records.
|
|
2843
|
+
- **RTL** - Provides a full-fledged right-to-left mode which aligns content in the Grid component from right to left.
|
|
2844
|
+
- **Localization** - Provides inherent support to localize the UI.
|