Kendo.Mvc.UI.Fluent.TaskBoardColumnSettingsSettingsBuilder
Defines the fluent API for configuring TaskBoardColumnSettingsSettings
Methods
Buttons(System.Action<Kendo.Mvc.UI.Fluent.TaskBoardColumnSettingsSettingsButtonFactory<T,T>>)
Defines the list of buttons rendered in the column.
Parameters
configurator System.Action<Kendo.Mvc.UI.Fluent.TaskBoardColumnSettingsSettingsButtonFactory>
The configurator for the buttons setting.
DataStatusField(System.String)
The field of the data item that provides the status of the column. Mapped with the status of the cards.
Parameters
value System.String
The value for DataStatusField
DataTextField(System.String)
The text field of the column.
Parameters
value System.String
The value for DataTextField
DataOrderField(System.String)
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.
Parameters
value System.String
The value for DataOrderField
Width(System.String)
Configures the width of the columns
Parameters
value System.String
The value for Width
Template(System.String)
Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.
Parameters
value System.String
The value for Template
TemplateId(System.String)
Controls the rendering of the column header. In the template context the buttons field provides the HTML for the buttons of the column.
Parameters
templateId System.String
The ID of the template element for Template