| Name |
Description |
Align
|
String. The align of the column. Default: left
See also working example.
|
AllowDelete
|
Bool. If true, the column will contain a link for deleting records
Default: false
See also working example.
|
AllowEdit
|
Bool. If true, the column will contain a link for editing records
Default: false
See also working example.
|
AllowFilter
|
Bool. Enables/disables filtering for the column
Default: true
See also working example.
|
AllowGroupBy
|
Bool. Enables/disables the grouping feature for the column
Default: true
See also working example.
|
ApplyFormatInEditMode
|
Bool. Indicates whether the formatting string specified by the DataFormatString property is applied to the cell values when the record is in edit mode.
See also working example.
|
ConvertEmptyStringToNull
|
Bool. Indicates whether empty string values ("") are automatically converted to null values when the cell's value is updated in the data source.
|
DataField
|
String. The name of the column from the datasource that will be used to populate the column.
|
DataFormatString
|
String. Specifies the display format for the value from the current column.
See also working example.
|
ExportAsText
|
Bool. Gets or sets a value indicating whether the data from the column should be exported as text.
|
FilterOptions
|
FilterOptionsCollection. A collection of FilterOption objects used to specify the options that will be available in the filter of the column.
See also working example.
|
GroupHeader_DataFormatString
|
String. Specifies the display format for the value of the current column in group headers.
See also working example.
|
HeaderAlign
|
String. The align for the header of the column. Default: left
See also working example.
|
HeaderText
|
String. The text used for the header of the column.
|
Index
|
Int. The index of the column within the list with columns.
Use this property to change the position of the column inside the grid.
See also working example.
|
NullDisplayText
|
String. Specifies the replacement text that should be used when a specific cell contains a null value.
See also working example.
|
ParseHTML
|
Bool. Enables/disables the HTML parsing of the text inside the cells.
See also working example.
|
ReadOnly
|
Bool. Used to make the column uneditable. Default: false
See also working example.
|
ShowFilterCriterias
|
Bool. Show/Hide the Filter Criterias Selector. Default: true
See also working example.
|
SortOrder
|
SortOrderType. The sorting order for the column. Default: SortOrderType.None
See also working example.
|
SortPriority
|
Int.The priority of the Column in the sort expression
(used when multiple columns are sorted). Default: 0
|
TemplateSettings
|
ColumnTemplateSettings. Complex property used for setting the template settings of the column.
See also working example.
|
Visible
|
Bool. If set to true, the column won't be displayed in the Grid.
See also working example.
|
Width
|
String. The width of the column.
See also working example.
|
Wrap
|
Bool. If set to true, the text inside the column will be wrapped
on multiple lines when the text is too long.
See also working example.
|