

| 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
 Syntax
Syntax Members
Members| Member name | Value | Description | |
|---|---|---|---|
| InPlace | 0 | Kettic KaxGrid will display the column editors inline when switching grid item in edit mode | |
| EditForms | 1 | Kettic KaxGrid will display the grid column editors in auto-generated form when switching grid item in edit mode | |
| PopUp | 2 | 
 See Also
See Also