New to Telerik UI for WinFormsStart a free 30-day trial

Editing

Updated over 6 months ago

RadGridView allows data entry, data edit, and validation. The data can be edited by using editors specific for each column type. These include:

EditorColumn
RadTextBoxEditorIt is used with GridViewTextBoxColumn and allows entering any text data.
RadMaskedEditBoxEditorIt is used with GridViewMaskBoxColumn and allows entering masked text data.
GridSpinEditorIt is used with GridViewDecimalColumn and allows entering only numeric data.
RadCheckBoxEditorIt is used with GridViewCheckBoxColumn and allows entering only boolean data.
RadDateTimeEditorIt is used with GridViewDateTimeColumn and allows entering date and time data.
RadComboBoxEditorIt is used with GridViewComboBoxColumn and allows selecting items from a list.
RadMultiColumnComboBoxElementIt is used with GridViewMultiComboBoxColumn and allows selecting items from a grid.

In addition to these default editors listed above, RadGridView provides behavior for editors customizations. You can create a custom editor by deriving from BaseGridEditor or any existing editor if none of the standard editors meet your requirements.

You can find more information about editors in Editors section.

See Also

In this article
See Also
Not finding the help you need?
Contact Support