Skip to content

Commit d3959df

Browse files
Integrated latest changes at 12-04-2024 7:35:17 AM
1 parent 33aa79a commit d3959df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ej2-vue/treegrid/infinite-scroll.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ To enable the cache mode in Infinite scrolling, set `infiniteScrollSettings.enab
6868
* Cell selection will not be persisted in cache mode.
6969
* Infinite scrolling is not compatible with batch editing, cell editing, detail template and hierarchy features.
7070
* The aggregated information and total group items are displayed based on the current view items. To get these information regardless of the view items, refer to the
71-
* Programmatic selection using the [`selectRows`](https://ej2.syncfusion.com/vue/documentation/api/treegrid/#selectrows) and [`selectRow`](https://ej2.syncfusion.com/vue/documentation/api/treegrid/#selectrow) method is not supported in infinite scrolling.
71+
* Programmatic selection using the [`selectRows`](https://ej2.syncfusion.com/vue/documentation/api/treegrid/#selectrows) and [`selectRow`](https://ej2.syncfusion.com/vue/documentation/api/treegrid/#selectrow) method is not supported in infinite scrolling.
72+
* Infinite scrolling does not support rendering records in a collapsed state. All records must be fully expanded at initial rendering for proper functionality.

0 commit comments

Comments
 (0)