Telerik RadGrid supports all widely used column types as well as Template columns, which give you complete freedom over
the data layout and formatting. The supported column types are listed below:
- GridEditCommandColumn
- GridClientSelectColumn
- GridBoundColumn
- GridCheckBoxColumn
- GridButtonColumn
- GridHyperLinkColumn
- GridTemplateColumn
- GridTemplateColumn
- GridCalculatedColumn - as its name hints, it is being used to calculate specified fields. They are added manually
through the DataFields property
- GridDateTimeColumn - with option to choose RadDatePicker, RadDateTimePicker, RadTimePicker or simply
RadDateInput as editor. To choose the editor type use the PickerType property of the column
- GridDropDownColumn - with option to choose standard MS DropDownList or RadComboBox as editor.
To choose the editor type use the DropDownControlType property of the column
- GridNumericColumn - with RadNumericTextBox as editor
- GridMaskedColumn - with RadMaskedTextBox as editor
- GridHTMLEditorColumn - with RadEditor control for editing
Detailed descriptions regarding the demonstrated column types (along with comparison tables) and column usage you can find in the
Grid columns chapter from product's documentation:
Column types
Using columns
Multi-header columns/merged cells with template columns
Span cells over multiple columns