You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/grid/virtual-scrolling.md
+3-7Lines changed: 3 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -244,10 +244,6 @@ Consider the following specifics when setting the row height value:
244
244
* Ensure the height of the `td` element matches the `RowHeight` when using the [Row Template]({%slug grid-templates-row%}).
245
245
* Do not change the value of the `RowHeight` parameter at runtime.
246
246
247
-
>tip Ensure the height of the td element matches the `RowHeight` when using the [Row Template]({%slug grid-templates-row%}).
248
-
249
-
>tip Do not change the value of the RowHeight parameter at runtime.
250
-
251
247
````CSHTML
252
248
@* Remove the default padding and margin from the cells and remove the default line height of the loading skeletons to reduce the row height. *@
253
249
@@ -320,7 +316,7 @@ Consider the following specifics when setting the row height value:
320
316
321
317
Set the `PageSize` parameter to an `int` value. The `PageSize` determines how many rows are rendered at any given time and how many items are requested from the data source when loading data on demand. For optimal performance, use a page size that fills the grid's data viewport without being excessively large.
322
318
323
-
## Considerations
319
+
## Limitations
324
320
325
321
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.
326
322
@@ -336,5 +332,5 @@ These are the known limitations of the virtual scrolling feature:
0 commit comments