messages.deleteCardConfirmString(default: "Are you sure you want to delete this card?")

Specifies text to be rendered for the "Are you sure you want to delete this card?" message.

Example

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