[]
        
(Showing Draft Content)

C1.Blazor.Grid.C1GridControl.IsVirtualizationEnabled

IsVirtualizationEnabled Property

IsVirtualizationEnabled

Gets or sets whether the ui will be virtualized. Default true.

Declaration
[Parameter]
public bool IsVirtualizationEnabled { get; set; }
Remarks

To improve loading performance and network bandwidth usage, the cells are rendered as the user scrolls the controls. If the number of cells is small it could be convenient to disable virtualization to improve scrolling speed.