messages.addCardString(default: "Add card")

Specifies text to be rendered for the "Add card" message.

Example

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