Skip to content

Commit 3df57b8

Browse files
svdimitryordan-mitev
authored andcommitted
Update components/grid/virtual-scrolling.md
Co-authored-by: Yordan <[email protected]>
1 parent dbb4424 commit 3df57b8

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
@@ -322,7 +322,7 @@ Set the `PageSize` parameter to an `int` value. The `PageSize` determines how ma
322322

323323
## Considerations
324324

325-
Virtualization primarily enhances client-side rendering performance and improves the user experience. However, it comes with the trade-off that certain features of the grid are not compatible with it. An alternative approach is to utilize [regular paging]({%slug components/grid/features/paging%}) combined with [manual data source operations]({%slug components/grid/manual-operations%}) to achieve the desired data retrieval performance.
325+
Virtualization primarily enhances client-side rendering performance and improves the user experience. However, it comes with the trade-off that certain features of the Grid are incompatible with it. An alternative approach is to utilize [regular paging]({%slug components/grid/features/paging%}) combined with [manual data source operations]({%slug components/grid/manual-operations%}) to achieve the desired data retrieval performance.
326326

327327
List of the known limitations of the virtual scrolling feature:
328328

0 commit comments

Comments
 (0)