Load on Demand on DataGrid

Enabled Load on Demand feature using below options however It doesn't work.

Data includes 1000 rows and its still loading 1000 initally. I want to make it like paging however using scrollbar.

Is that Possible?

<RadzenDataGrid TItem="Lists.list_ASH" Data="@listTopSQLDetails" AllowSorting="true" AllowFiltering="false" AllowGrouping="true" AllowColumnResize="true" Density="Radzen.Density.Compact" FilterPopupRenderMode="Radzen.PopupRenderMode.OnDemand" AllowVirtualization="true">

Hey @lumosapp,

If you are referring virtualization you should set height. Check our demos for more information.

1 Like