[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.DataMapEditor

DataMapEditor Enum

Specifies constants that define the type of editor used with data-mapped columns.

Namespace: C1.Web.Mvc.Grid
Assembly: C1.Web.Mvc.dll
Syntax
public enum DataMapEditor

Fields

Name Description
AutoComplete

Use an input element with auto-complete and validation.

DropDownList

Use an input element with auto-complete, validation, and a drop-down list.

Menu

Use Menu type control, only display dropdown and not accompied input element.

RadioButtons

Use radio buttons with mouse and keyboard support.