You have the option to supply an editor other than the default editor for fields in WebDataGrid™. This allows you to provide an editor you deem more appropriate for your application. The editor providers available are as follow:
Some of these editor providers are used by default depending on the data type of WebDataGrid’s columns. The following table lists the data types and their associating editors.
To use editor providers, add them to the EditorProviders collection. Once added, you can access an editor provider with its Id and assign it to a particular column. For more information on assigning editor providers, see Using Editor Providers.