Skip to content

Commit db306e9

Browse files
Merge pull request #4403 from syncfusion-content/EJ2-965638-column-chooser-dev
965638: Updated virtual scroll limitation in development
2 parents 8deb710 + 91a5b04 commit db306e9

File tree

2 files changed

+21
-27
lines changed

2 files changed

+21
-27
lines changed

ej2-asp-core-mvc/grid/EJ2_ASP.MVC/scrolling/virtual-scrolling.md

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -90,24 +90,21 @@ The following example enable column virtualization using `EnableColumnVirtualiza
9090
* The following features are compatible with column virtualization and work within the viewport:
9191
1. Column resizing
9292
2. Column reordering
93-
3. Column chooser
94-
4. Auto-fit
95-
5. Print
96-
6. Clipboard
97-
7. Column menu - Column chooser, AutofitAll
93+
3. Auto-fit
94+
4. Print
95+
5. Clipboard
96+
6. Column menu - AutofitAll
9897

9998
* Column virtual scrolling is not compatible with the following feature
10099
1. Grouping
101100
2. Colspan
102101
3. Batch editing
103-
4. Column with infinite scrolling
104-
6. Stacked header
105-
7. Row template
106-
8. Detail template
107-
9. Hierarchy grid
108-
10. Autofill
109-
11. Column chooser
110-
12. Page
102+
4. Stacked header
103+
5. Row template
104+
6. Detail template
105+
7. Hierarchy grid
106+
8. Autofill
107+
9. Page
111108

112109
## Browser height limitation in virtual scrolling and solution
113110

@@ -244,4 +241,4 @@ In the following image, you can see how many records will be scrollable when set
244241

245242
### Solution 3: Using paging instead of virtual scrolling
246243

247-
Similar to virtual scrolling, the [Paging](https://ej2.syncfusion.com/aspnetmvc/documentation/grid/paging/) feature also loads the data in an on-demand concept. Pagination is also compatible with all the other features(Grouping, Editing, etc.) in Grid. So, use the `paging` feature instead of virtual scrolling to view a large number of records in the Grid without any kind of performance degradation or browser height limitation.
244+
Similar to virtual scrolling, the [Paging](https://ej2.syncfusion.com/aspnetmvc/documentation/grid/paging) feature also loads the data in an on-demand concept. Pagination is also compatible with all the other features(Grouping, Editing, etc.) in Grid. So, use the `paging` feature instead of virtual scrolling to view a large number of records in the Grid without any kind of performance degradation or browser height limitation.

ej2-asp-core-mvc/grid/EJ2_ASP.NETCORE/scrolling/virtual-scrolling.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -91,24 +91,21 @@ The following example enable column virtualization using `enableColumnVirtualiza
9191
* The following features are compatible with column virtualization and work within the viewport:
9292
1. Column resizing
9393
2. Column reordering
94-
3. Column chooser
95-
4. Auto-fit
96-
5. Print
97-
6. Clipboard
98-
7. Column menu - Column chooser, AutofitAll
94+
3. Auto-fit
95+
4. Print
96+
5. Clipboard
97+
6. Column menu - AutofitAll
9998

10099
* Column virtual scrolling is not compatible with the following feature
101100
1. Grouping
102101
2. Colspan
103102
3. Batch editing
104-
4. Column with infinite scrolling
105-
6. Stacked header
106-
7. Row template
107-
8. Detail template
108-
9. Hierarchy grid
109-
10. Autofill
110-
11. Column chooser
111-
12. Page
103+
4. Stacked header
104+
5. Row template
105+
6. Detail template
106+
7. Hierarchy grid
107+
8. Autofill
108+
9. Page
112109

113110
## Browser height limitation in virtual scrolling and solution
114111

0 commit comments

Comments
 (0)