Skip to content

Commit fea2bb8

Browse files
svdimitrradkostanev
authored andcommitted
docs(grid): apply the improvements based on the feedback
1 parent d5c6e3e commit fea2bb8

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

components/grid/virtual-scrolling.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -244,10 +244,6 @@ Consider the following specifics when setting the row height value:
244244
* Ensure the height of the `td` element matches the `RowHeight` when using the [Row Template]({%slug grid-templates-row%}).
245245
* Do not change the value of the `RowHeight` parameter at runtime.
246246

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-
251247
````CSHTML
252248
@* Remove the default padding and margin from the cells and remove the default line height of the loading skeletons to reduce the row height. *@
253249
@@ -320,7 +316,7 @@ Consider the following specifics when setting the row height value:
320316

321317
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.
322318

323-
## Considerations
319+
## Limitations
324320

325321
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.
326322

@@ -336,5 +332,5 @@ These are the known limitations of the virtual scrolling feature:
336332
* [Live Demo: Grid Virtual Scrolling](https://demos.telerik.com/blazor-ui/grid/virtual-scrolling)
337333
* [Selection in Grid with Virtualized Rows]({%slug components/grid/selection/overview%}#selection-in-grid-with-virtualized-rows)
338334
* [Knowledge Base Article: Virtual Scroll Does Not Show All Items]({%slug grid-kb-virtualization-many-records%})
339-
* [Knowledge-Based Article: Virtual Scrolling Does Not Work]({%slug grid-kb-virtual-scrolling-troubleshooting%})
340-
* [Knowledge-Based Article: Setting Too Large Skip]({%slug grid-kb-large-skip-virtualization%})
335+
* [Knowledge Base Article: Virtual Scrolling Does Not Work]({%slug grid-kb-virtual-scrolling-troubleshooting%})
336+
* [Knowledge Base Article: Setting Too Large Skip]({%slug grid-kb-large-skip-virtualization%})

0 commit comments

Comments
 (0)