List of view Messages
The following list provides the messages and their namespaces under the view
category.
The view
messages are used to localize the Spreadsheet through JavaScript.
if (kendo.spreadsheet && kendo.spreadsheet.messages.view) {
kendo.spreadsheet.messages.view =
$.extend(true, kendo.spreadsheet.messages.view,{
"nameBox": "Name Box",
"errors": {
"shiftingNonblankCells": "Cannot insert cells due to data loss possibility. Select another insert location or delete the data from the end of your worksheet."
},
"tabs": {
"home": "Home",
"insert": "Insert",
"data": "Data"
}
});
}