@syncfusion/ej2-angular-grids 19.4.41 → 19.4.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -6,6 +6,19 @@
6
6
 
7
7
  #### Bug Fixes
8
8
 
9
+ - `#SF-361124` - Script error when filtering with excel filter in other components issue has been fixed.
10
+ - `#SF-354931` - While locking the column with enable frozen right feature, the frozen column is not moving issue has been fixed.
11
+ - `#SF-356095` - Scroll position issue while `updateRow` method with infinite scroll has been fixed.
12
+ - `#SF-358560` - Scroll is prevented with `LazyLoadGrouping` cache mode issue has been fixed.
13
+ - `#SF-358281` - `ActionBegin` event paging arguments cancel is not properly getting cancelled is fixed.
14
+ - `#F171308` - Filter query is not generate properly when filter the null value in `OdataAdaptor` and `OdataV4Adaptor` is resolved.
15
+
16
+ ## 19.4.41 (2022-01-04)
17
+
18
+ ### Grid
19
+
20
+ #### Bug Fixes
21
+
9
22
  - `#SF-313743` - Created event is not triggered when changing the locale is fixed.
10
23
  - `#SF-354968` - Column dataSource is changed after dropdown editing a `foreignkey` column is fixed.
11
24
  - `#F170844` - Borderline is not applied properly in stacked column has been fixed.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: ej2-angular-grids.umd.js
3
- * version : 19.4.41
3
+ * version : 19.4.42
4
4
  * Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
@@ -1425,6 +1425,7 @@ exports.destroyChildGrid = ej2Grids.destroyChildGrid;
1425
1425
  exports.stickyScrollComplete = ej2Grids.stickyScrollComplete;
1426
1426
  exports.captionActionComplete = ej2Grids.captionActionComplete;
1427
1427
  exports.refreshInfinitePersistSelection = ej2Grids.refreshInfinitePersistSelection;
1428
+ exports.refreshInfiniteEditrowindex = ej2Grids.refreshInfiniteEditrowindex;
1428
1429
  exports.rowCell = ej2Grids.rowCell;
1429
1430
  exports.gridHeader = ej2Grids.gridHeader;
1430
1431
  exports.gridContent = ej2Grids.gridContent;