@syncfusion/ej2-treegrid 25.1.39 → 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
@@ -6,6 +6,18 @@
6
6
 
7
7
  #### Bug Fixes
8
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
+
9
21
  - `#I558418` - Resolved data re-rendering on scrolling up in virtualization.
10
22
  - `#F187000` - Nested parent remains the expanded property when its root parent is collapsed in remote data with loadChildOnDemand.
11
23
  - `#I572093` - `onclick` event of button bound properly while creating a button component in treegrid with HtmlEncode enabled.