Skip to content

Commit 136f8b6

Browse files
csharpfritzmarin-bratanov
authored andcommitted
Fixed typo - mantual => manual (#215)
1 parent 4eea835 commit 136f8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/virtual-scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ There are several things to keep in mind when using virtual scrolling:
9898

9999
## Limitations
100100

101-
Virtualization is mainly a technique for improving client-side performance and the user experience. Its cost is that some features of the grid do not work with it. An alternative to that is to use [regular paging]({%slug components/grid/features/paging%}) with [mantual data source operations]({%slug components/grid/manual-operations%}) to implement the desired performance of the data retrieval.
101+
Virtualization is mainly a technique for improving client-side performance and the user experience. Its cost is that some features of the grid do not work with it. An alternative to that is to use [regular paging]({%slug components/grid/features/paging%}) with [manual data source operations]({%slug components/grid/manual-operations%}) to implement the desired performance of the data retrieval.
102102

103103
List of the known limitations of the virtual scrolling feature:
104104

0 commit comments

Comments
 (0)