Here is the article.
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 - displays a link or a button for placing the grid in edit mode
- GridClientSelectColumn - displays a checkbox for selecting / deselecting the rows on the client
- GridImageColumn - serves to display an image in the grid's cell
- GridBoundColumn - default column for displaying string values in the control
- GridCheckBoxColumn - displays a checkbox that represingting a boolean value
- GridButtonColumn - displays a button optionally with a custom column performing an action
- GridHyperLinkColumn - displays a hyperlink to perferred URL
- 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
- GridAttachmentColumn - provides you an easy way to upload to and download straight from your data source
- GridRatingColumn - renders RadRating control providing different options for configuration
- GridDropDownColumn - with option to choose standard MS DropDownList or RadComboBox as editor. To choose the editor type use the DropDownControlType property of the column. As of version 2010.Q2, the GridDropDownColumn supports automatic load-on-demand for the RadComboBox editor.
- GridNumericColumn - with RadNumericTextBox as editor
- GridMaskedColumn - with RadMaskedTextBox as editor
- GridHTMLEditorColumn - with RadEditor control for editing
- GridTemplateColumn - provides options for defining the layout of the column cells through ItemTemplate and EditItemTemplate
No comments:
Post a Comment