TaskBoardTagHelper

Example

Razor
<kendo-taskboard>
    <card-menu></card-menu>
    <column-settings></column-settings>
    <datasource></datasource>
    <editable></editable>
    <messages />
    <preview-pane></preview-pane>
    <taskboard-columns></taskboard-columns>
    <taskboard-resources></taskboard-resources>
    <taskboard-template></taskboard-template>
    <toolbar></toolbar>
</kendo-taskboard>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
bind-toIEnumerable<Object>Binds the TaskBoard DataSource to a collection of items.
data-category-fieldStringThe category field of the card.
data-description-fieldStringThe description field of the card.
data-order-fieldStringThe field used to order cards (number based). If not set, cards 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.
datasource-idStringThe ID of the DataSource tag helper.
data-status-fieldStringThe field of the data item that provides the status of the card. Mapped with the status of the columns.
data-title-fieldStringThe title field of the card.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
as-moduleBoolean
auto-bindBooleanControls whether to bind the TaskBoard to the data source on initialization.
has-client-componentBoolean
heightStringConfigures the height of the TaskBoard wrapper.
on-changeStringFired when the user changed the card order or status by dragging.
on-columns-data-bindingStringFired before the TaskBoard binds the columns' data source.
on-columns-data-boundStringFired when the TaskBoard's columns are bound to their data source.
on-data-bindingStringFired before the TaskBoard binds to its data source.
on-data-boundStringFired when the TaskBoard is bound to data from its data source.
on-delete-cardStringFired when the user deletes a card.
on-delete-columnStringFired when the user deletes a column.
on-edit-cardStringFired when the user edits or creates a card.
on-edit-columnStringFired when the user edits or creates a column.
on-executeStringFires when a command is executed.
on-moveStringFired when the user moves a card.
on-move-endStringFired when the user dropped a card in a column.
on-move-startStringFired when the user started moving a card.
on-save-cardStringFired when the user saves a card.
on-save-columnStringFired when the user saves a column.
on-selectStringFired when the user selects a card in the TaskBoard.
reorderableBooleanToggles the reordering of cards in the TaskBoard.
sanitize-idBoolean
script-attributesIDictionary<String,Object>
selectableBooleanToggles the selection of the TaskBoard.
templateStringControls the rendering of the card.
template-handlerStringControls the rendering of the card.
template-idStringControls the rendering of the card.
template-viewIHtmlContentControls the rendering of the card.
widthStringConfigures the width of the TaskBoard wrapper.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support