[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.CloneFrozenCells

CloneFrozenCells Method

CloneFrozenCells(bool?)

Configurates CloneFrozenCells. Sets a value that determines whether the FlexGrid should clone frozen cells and show them in a separate element to improve perceived performance while scrolling.

Declaration
public virtual TBuilder CloneFrozenCells(bool? value)
Parameters
Type Name Description
bool? value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

This property is set to null by default, which causes the grid to select the best setting depending on the browser.