C1.Web.Wijmo.Controls.45 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
 

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