ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / ScrollingSettings Class / StaticRowIndex Property

In This Topic
    StaticRowIndex Property
    In This Topic
    Indicates the index of data rows that will always be shown on the top when the grid is scrolled vertically.
    Syntax
    'Declaration
     
    Public Property StaticRowIndex As System.Integer
    public System.int StaticRowIndex {get; set;}

    Property Value

    Default value is -1.
    Remarks
    Note, that all rows before the static row will be automatically marked as static too. It can only take effect when Mode is not "None"/>. It will be considered as -1 in a hierarchical grid or when grouping or row merging is enabled. -1 means no data row but header row is static. 0 means one data row and header row are static.
    See Also