Show / Hide Table of Contents

Enum JqGridColumnEditTypes

Defines available types of editable fields for jqGrid

Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Enums
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public enum JqGridColumnEditTypes : int

Fields

Name Description
Button

Input element of type button

CheckBox

Input element of type checkbox

Custom

Custom editable element

Date

Input element of type date.

DateTimeLocal

Input element of type datetime-local.

File

Input element of type file

Image

Input element of type image

JQueryUIAutocomplete

jQuery UI Autocomplete widget

JQueryUIDatepicker

jQuery UI Datepicker widget

JQueryUISpinner

jQuery UI Spinner widget

Password

Input element of type password

Select

Select element

Text

Input element of type text.

TextArea

Input element of type textarea.

Back to top Copyright © 2016 - 2019 Tomasz Pęczek