
- JqGridColumnEditTypes.JQueryUIAutocomplete
- JqGridColumnSearchTypes.JQueryUIAutocomplete
- JqGridColumnEditTypes.JQueryUISpinner
- JqGridColumnSearchTypes.JQueryUISpinner
- JqGridColumnEditTypes.JQueryUIDatepicker
- JqGridColumnSearchTypes.JQueryUIDatepicker
- JqGridColumnPredefinedFormatters.JQueryUIButton
This is a custom search and edit type which allows easy configuration of jQuery UI Autocomplete widget for the column:

- AutoFocus
- Delay
- MinLength
JQueryUISpinner (JqGridColumnEditTypes/JqGridColumnSearchTypes)
This is a custom search and edit type which allows easy configuration of jQuery UI Spinner widget for the column:

- Culture
- SpinnerDownIcon
- SpinnerUpIcon
- Incremental
- Max
- Min
- NumberFormat
- Page
- Step
This is a custom search and edit type which allows easy configuration of jQuery UI Datepicker widget for the column:

- AppendText
- AutoSize
- ChangeMonth
- ChangeYear
- ConstrainInput
- DateFormat
- FirstDay
- GotoCurrent
- MaxDate
- MinDate
- NumberOfMonths
- SelectOtherMonths
- ShortYearCutoff
- ShowCurrentAtPos
- ShowMonthAfterYear
- ShowOtherMonths
- ShowWeek
- StepMonths
- YearRange
- YearSuffix
JQueryUIButton (JqGridColumnPredefinedFormatters)
This is a custom formatter which allows easy configuration of jQuery UI Button widget for the column:

- Label
- PrimaryIcon
- SecondaryIcon
- Text
- OnClick
In couple next days I'm going to update the sample project in order to show some of this functionality.
Email