GridEditFormType Enumeration |
Type of the edit forms in KaxGrid
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public enum GridEditFormType
Public Enumeration GridEditFormType
public enum class GridEditFormType
Members
| Member name | Value | Description |
---|
| AutoGenerated | 0 |
Form is autogenerated, based on the column that each GridTableView exposes.
|
| WebUserControl | 1 |
The edit form is a WebUserControl specified by UserControlName |
| Template | 2 |
The template specified by FormTemplate is used as an edit form.
|
See Also