Virtualization allows you to render large amounts of data on demand. The RadzenDataGrid component uses Entity Framework to query the visible data.
Just set the AllowVirtualization
property to true
. Requires .NET Core 5.0+.
OrderID
|
ProductID
|
Unit Price
|
Quantity
|
Discount
|
---|
Source Code licensed under MIT