Kendo.Mvc.UI.TaskBoardColumnSettingsSettings
Kendo UI TaskBoardColumnSettingsSettings class
Properties
Buttons
Defines the list of buttons rendered in the column.
DataStatusField
The field of the data item that provides the status of the column. Mapped with the status of the cards.
DataTextField
The text field of the column.
DataOrderField
The field used to order columns (number based). Automatically adds sorting to the columns DataSource instance.If not set, columns will be rendered in the order they are fetched. And ordering will not be applied to the DataSource and respectively, not synced with the remote data source.
Width
Configures the width of the columns
Template
Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.
TemplateId
The id of the script element used for Template
Methods
Serialize
Serialize current instance to Dictionary
SerializeSettings
Serialize current instance to Dictionary