messages.deleteRow String (default: "Delete row")

The title of the tool that deletes selected table rows.

Example

<textarea id="editor"></textarea>
<script>
$("#editor").kendoEditor({
  messages: {
    deleteRow: "Delete row"
  }
});
</script>
In this article