@syncfusion/ej2-angular-grids 32.1.21 → 32.1.22-ngcc

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