messages.descriptionString(default: "Description:")

Specifies text to be rendered for the "Description:" message.

Example

<div id="taskBoard"></div>
<script>
$("#taskBoard").kendoTaskBoard({
    messages: {
        description: "Task Details:"
    },
    dataSource: [
        { id: 1, title: "Task 1", status: "todo" }
    ],
    columns: [
        { text: "To Do", status: "todo" }
    ]
});
</script>
In this article
messages.description
Not finding the help you need?
Contact Support