You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
All notable changes for each version of this project will be documented in this file.
4
4
5
+
## 10.1.0
6
+
7
+
### General
8
+
-`igxGrid`
9
+
- Added `onScroll` event, which is emitted when the grid is scrolled vertically or horizontally.
10
+
-`igxTreeGrid`
11
+
- Removed `onDataPreLoad` event as it is specific for remote virtualization implementation, which is not supported for the `igxTreeGrid`. A more generic `onScroll` event is exposed and can be used instead.
0 commit comments