Skip to content

Commit bd54286

Browse files
984957: Updated the UG content and samples for scrolling in DataGrid
1 parent 12dcaf3 commit bd54286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/datagrid/virtual-scrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public class TaskDetails
9191

9292
The [OverscanCount](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.Grids.SfGrid-1.html#Syncfusion_Blazor_Grids_SfGrid_1_OverscanCount) property in the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DataGrid improves perceived scrolling performance by pre-rendering a buffer of rows before and after the visible viewport. This reduces the frequency of data fetches and DOM updates for smoother scrolling, and applies during both initial rendering and virtual scrolling.
9393

94-
The following example sets `OverscanCount` to `5`, preloading five additional rows before and after the viewport.
94+
The following example sets `OverscanCount` to `5`, which preloads five additional rows before and after the viewport.
9595

9696
{% tabs %}
9797
{% highlight razor tabtitle="Index.razor" %}

0 commit comments

Comments
 (0)