Gets or sets a value that indicates whether the C1GridView control should remain in edit mode after an update operation.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public bool KeepInEditMode { get; set; }
Visual Basic
Public Property KeepInEditMode As Boolean
	Get
	Set

See Also