Skip to content

Commit a65a53f

Browse files
Integrated latest changes at 05-16-2025 7:34:31 PM
1 parent ec714cc commit a65a53f

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

ej2-react/treegrid/virtual-scroll.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ Expand and Collapse state of any child record will be persisted.
3535
### Limitations
3636

3737
* Row virtual scrolling is not compatible with the following feature
38-
1. Batch editing
39-
2. Detail template
40-
3. Row template
41-
4. Rowspan
42-
5. Autofill
38+
1. Batch editing
39+
2. Checkbox selection
40+
3. Detail template
41+
4. Row template
42+
5. Rowspan
43+
6. Autofill
4344

4445
* It is necessary to set a static height for the component or its parent container when using row virtualization. The 100% height will work only if the component height is set to 100%, and its parent container has a static height.
4546

@@ -93,11 +94,12 @@ If column's width is not defined then tree grid will consider its value as `200p
9394
* Column virtual scrolling is not compatible with the following feature
9495
1. Colspan
9596
2. Batch editing
96-
3. Column with infinite scrolling
97-
4. Stacked header
98-
5. Row template
99-
6. Detail template
100-
7. Autofill
101-
8. Column chooser
97+
3. Checkbox selection
98+
4. Column with infinite scrolling
99+
5. Stacked header
100+
6. Row template
101+
7. Detail template
102+
8. Autofill
103+
9. Column chooser
102104

103105
> You can refer to our [`React Tree Grid`](https://www.syncfusion.com/react-ui-components/react-tree-grid) feature tour page for its groundbreaking feature representations. You can also explore our [`React Tree Grid example`](https://ej2.syncfusion.com/react/demos/#/material/treegrid/treegrid-overview) to knows how to present and manipulate data.

0 commit comments

Comments
 (0)