'Declaration Public Enum VirtualizationMode Inherits System.Enum
public enum VirtualizationMode : System.Enum
'Declaration Public Enum VirtualizationMode Inherits System.Enum
public enum VirtualizationMode : System.Enum
Member | Description |
---|---|
Both | Both Rows and Columns modes are used. |
Columns | Columns are rendered on demand. |
None | Virtual scrolling is not used. |
Rows | Rows are rendered on demand. |
Columns
Cannot be used at the same time when grouping or band columns are used.
Rows
There are two modes of rows virtual scrolling determined by the C1.Web.Wijmo.Controls.C1GridView.C1GridView.CallbackSettings property. The first one is static, when all the data are available to the client but rows are rendered when scrolled. The second one is dynamic, set by the C1.Web.Wijmo.Controls.C1GridView.CallbackAction.Scrolling value. New portions of data are requested from server when need to be rendered.
Static mode cannot be used at the same time when paging, fixed rows or columns merging are used. Dynamic mode cannot work with columns grouping in addition.
System.Object
System.ValueType
System.Enum
C1.Web.Wijmo.Controls.C1GridView.VirtualizationMode