@syncfusion/ej2-treegrid 22.1.36 → 22.1.38

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,25 @@
6
6
 
7
7
  #### Bug fixes
8
8
 
9
+ - `#I471838` - Fixed a bug in the virtualization feature that caused a white space issue when changing the page size using the `databound` event.
10
+ - `#I459187` - Fixed an issue where a white space would occur when deleting a parent record in virtualization.
11
+ - `#F182900` - Fixed the issue where the newly added form was placed incorrectly when selecting two records and performing an add action.
12
+
13
+ ## 22.1.37 (2023-07-04)
14
+
15
+ ### Tree Grid
16
+
17
+ #### Bug fixes
18
+
19
+ - `#I461924`, `#I473131` - Resolved the collapsed event multiple times triggered issue in virtualization enabled samples.
20
+ - `#I471838` - Resolved white space issue occurred in virtualization feature when changing the page size using databound event.
21
+
22
+ ## 22.1.36 (2023-06-28)
23
+
24
+ ### Tree Grid
25
+
26
+ #### Bug fixes
27
+
9
28
  - `#I469071` - Fixed issue where scrolling down using the scroll bar would cause some records to not be displayed and scrolling using the mouse would repeat some records in virtualization.
10
29
  - `#F182421` - Fixed an issue where the stacked column was not functioning properly when resizing was enabled in the treegrid.
11
30
  - `#I182710` - Fixed an issue where the child aggregates row would display in the current view records.