Enum JqGridColumnSearchTypes
Defines available types of search fields for jqGrid
Namespace: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.Enums
Assembly: Lib.AspNetCore.Mvc.JqGrid.Infrastructure.dll
Syntax
public enum JqGridColumnSearchTypes : int
Fields
Name | Description |
---|---|
Date | Input element of type date. |
DateTimeLocal | Input element of type datetime-local. |
JQueryUIAutocomplete | jQuery UI Autocomplete widget |
JQueryUIDatepicker | jQuery UI Datepicker widget |
JQueryUISpinner | jQuery UI Spinner widget |
Select | Select element |
Text | Input element of type text. |