Click or drag to resize
GridEditMode Enumeration

To display the grid column editors inline when switching grid item in edit mode (see the screenshot below), you simply need to change the EditMode property to InPlace.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum GridEditMode
Members
  Member nameValueDescription
InPlace0 Kettic KaxGrid will display the column editors inline when switching grid item in edit mode
EditForms1 Kettic KaxGrid will display the grid column editors in auto-generated form when switching grid item in edit mode
PopUp2
See Also