@syncfusion/ej2-treegrid 25.1.38 → 25.1.41

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
@@ -2,6 +2,26 @@
2
2
 
3
3
  ## [Unreleased]
4
4
 
5
+ ### Tree Grid
6
+
7
+ #### Bug Fixes
8
+
9
+ - `#I578431` - Last page index issue in virtualization when adding new record after scrolling issue has been fixed.
10
+ - `#I570787` - Fixed issue with Excel exporting in remote data with custom datasource.
11
+ - `#I575019` - Resolved white space issue on scrolling to the bottom when virtualization enabled with `frozenColumns`.
12
+ - `#I575021` - Resolved bottom scrolling issue when virtualization enabled with `frozenColumns` and column template.
13
+ - `#I571916` - Resolved exception while showing tooltip when the `treeColumnIndex` greater than overall columns.
14
+
15
+ ## 25.1.39 (2024-04-09)
16
+
17
+ ### Tree Grid
18
+
19
+ #### Bug Fixes
20
+
21
+ - `#I558418` - Resolved data re-rendering on scrolling up in virtualization.
22
+ - `#F187000` - Nested parent remains the expanded property when its root parent is collapsed in remote data with loadChildOnDemand.
23
+ - `#I572093` - `onclick` event of button bound properly while creating a button component in treegrid with HtmlEncode enabled.
24
+
5
25
  ## 25.1.38 (2024-04-02)
6
26
 
7
27
  ### Tree Grid
package/README.md CHANGED
@@ -80,4 +80,4 @@ Check the changelog [here](https://github.com/syncfusion/ej2-javascript-ui-contr
80
80
 
81
81
  See [LICENSE FILE](https://github.com/syncfusion/ej2-javascript-ui-controls/blob/master/license?utm_source=npm&utm_campaign=grid) for more info.
82
82
 
83
- © Copyright 2022 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.
83
+ © Copyright 2024 Syncfusion, Inc. All Rights Reserved. The Syncfusion Essential Studio license and copyright applies to this distribution.