This example demonstrates custom editors, validations and filter keys feature.
Column Ship Country has autocomplete editor with remote data and remote validation.
Column Books also has autocomplete editor but with local data and validation.
Column Fruits has radio button editor.
Column Order Date has jQueryUI date picker custom editor.
Column ShipVia has select editor. It stores primary keys of ShipVia i.e., SE, UP, FS in a hidden column ShipViaId while displays corresponding text values itself.
Column Freight is of float data type, hence filters the non numeric keys.
Column Ship Address has multiline text editor.
All columns have various kind of validations defined in column.validations which is an array of individual validation objects.