Skip to content

Commit f90d70f

Browse files
992668: Updated the UG content and samples for performance in Blazor DataGrid
1 parent 26d65a2 commit f90d70f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

blazor/datagrid/performance.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ For more information on implementing row virtualization, refer to the [documenta
5151
**2. Infinite scrolling**
5252

5353
Infinite scrolling loads additional data blocks as the user scrolls vertically. This **“load-on-demand”** approach prevents rendering all rows at once and ensures smooth scrolling.
54-
Reference: Infinite scrolling documentation
5554

5655
For more information on implementing infinite scrolling, refer to the [documentation](https://blazor.syncfusion.com/documentation/datagrid/infinite-scrolling).
5756

@@ -139,7 +138,7 @@ For detailed guidance, refer to:
139138

140139
To optimize the initial rendering and improve performance during interactions, use the individual NuGet package (**Syncfusion.Blazor.Grid**) along with its corresponding script and CSS files instead of the consolidated package (**Syncfusion.Blazor**).
141140

142-
The consolidated package includes resources for all Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor components, which increases the overall package size and script load time. By referencing only the required Grid resources, you reduce payload size and improve rendering speed.
141+
The consolidated package includes resources for all Syncfusion Blazor components, which increases overall package size and script load time. Referencing only the required Grid resources reduces payload size and improves rendering performance.
143142

144143
For more details, refer to:
145144

0 commit comments

Comments
 (0)