New to Kendo UI for Angular? Start a free 30-day trial

CustomMessagesComponent

Custom component messages override default component messages.

Selector

kendo-spreadsheet-messages

Inputs

NameTypeDefaultDescription

addColumnLeft

string

The title of the tool that adds new column before currently selected column

addColumnRight

string

The title of the tool that adds new column after currently selected column

addRowAbove

string

The title of the tool that adds new row above currently selected row

addRowBelow

string

The title of the tool that adds new row below currently selected row

addSheet

string

The title of the Add new sheet button

align

string

The title of the Text Align tool

alignBottom

string

The title of the Text Align Bottom tool

alignCenter

string

The title of the Text Align Center tool

alignHorizontal

string

The title of the Text Align Horizontal tool

alignJustify

string

The title of the Text Align Justify tool

alignLeft

string

The title of the Text Align Left tool

alignMiddle

string

The title of the Text Align Middle tool

alignRight

string

The title of the Text Align Right tool

alignTop

string

The title of the Text Align Top tool

alignVertical

string

The title of the Text Align Vertical tool

background

string

The title of the tool that changes the text background color

bold

string

The title of the Bold tool

cannotModifyDisabled

string

The content of the dialog that warns about modifying a disabled cell

color

string

The title of the tool that changes the text font color

copy

string

The Copy command text

cut

string

The Cut command text

decreaseDecimal

string

The title of the tool that inserts a link

decreaseFontSize

string

The title of the tool that decreases the cell font size

delete

string

The title of the Delete sheet dialog

deleteColumn

string

The title of the tool that deletes a column

deleteRow

string

The title of the tool that deletes a row

dialogApply

string

The text of the Apply button in all Spreadsheet dialogs

dialogCancel

string

The text of the Cancel button in all Spreadsheet dialogs

dialogDelete

string

The text of the Delete button in the Delete sheet dialog

dialogError

string

The title of an error dialog

dialogInsert

string

The text of the Insert button in all Spreadsheet dialogs

dialogOk

string

The text of the OK dialog button

string

The text of the Remove link button in the Link tool dialog

dialogRename

string

The text of the Rename button in the Rename sheet dialog

duplicateSheetName

string

The content of the dialog that warns about duplicated sheet name

file

string

The name of the "File" toolbar tab

fontFamily

string

The title of the Font Family tool

fontSize

string

The title of the Font Size tool

format

string

The title of the Format tool

formatTab

string

The name of the "Format" toolbar tab

formulaInput

string

The title of the Formula input

gridLines

string

The title of the Grid Lines tool

hideColumn

string

The Hide column command text

hideRow

string

The Hide row command text

home

string

The name of the "Home" toolbar tab

increaseDecimal

string

The title of the tool that inserts a link

increaseFontSize

string

The title of the tool that increases the cell font size

insert

string

The name of the "Insert" toolbar tab

string

The title of the tool that inserts a link

invalidNameError

string

The content of the dialog that warns about invalid name input.

The content consists of a two-part message - the input value and a localizable string. For user value input A1%, the default dialog content will be Invalid name: A1%.

To allow reordering the input value and the localizable part, the invalidNameError accepts a string with a placeholder for the input value, for example, {inputValue} is invalid. The {inputValue} placeholder will be replaced internally with the current value, and the resulting label will be rendered as A1% is invalid.

italic

string

The title of the Italic tool

loadFile

string

The title of the Load File tool

merge

string

The title of the Cells Merge tool

mergeAll

string

The title of the Merge all tool

mergeHorizontally

string

The title of the Merge horizontally tool

mergeVertically

string

The title of the Merge vertically tool

modifyMerged

string

The content of the dialog that warns about modifying a merged cell

nameBox

string

The title of the Name Box input

openUnsupported

string

The content of the dialog that warns about an unsupported file type

paste

string

The Paste command text

redo

string

The title of the Redo tool

rename

string

The title of the Rename sheet dialog

saveFile

string

The title of the Save File tool

sheetDelete

string

The text of the Sheet menu Delete option

sheetDuplicate

string

The text of the Sheet menu Duplicate option

sheetHide

string

The text of the Sheet menu Hide option

sheetMoveLeft

string

The text of the Sheet menu Move Left option

sheetMoveRight

string

The text of the Sheet menu Move Right option

sheetRename

string

The text of the Sheet menu Rename option

sheetsMenu

string

The title of the Sheets menu button

underline

string

The title of the Underline tool

undo

string

The title of the Undo tool

unhideColumn

string

The Unhide column command text

unhideRow

string

The Unhide row command text

unmerge

string

The title of the Unmerge tool

view

string

The text of the View toolbar tab

wrap

string

The title of the Text Wrap tool

In this article

Not finding the help you need?