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

In This Topic
    ShowClientSelectionOnRender Property
    In This Topic
    A value indicating whether a selection will be automatically displayed at the current cell position when the wijgrid is rendered.
    Syntax
    'Declaration
     
    Public Overridable Property ShowClientSelectionOnRender As System.Boolean
    public virtual System.bool ShowClientSelectionOnRender {get; set;}

    Property Value

    The default value is true.
    Remarks
    Set this property to false if you want to prevent C1GridView from selecting the currentCell automatically.
    See Also