New to Kendo UI for AngularStart a free 30-day trial

CustomMessagesComponent

Overrides the default Spreadsheet component messages with custom messages. You can use this component to provide custom text for the Spreadsheet UI elements, such as the toolbar, dialogs, and other components.

html
<kendo-spreadsheet [sheets]="sheets">
     <kendo-spreadsheet-messages home="Home" file="File">
     </kendo-spreadsheet-messages>
</kendo-spreadsheet>

Selector

kendo-spreadsheet-messages

Inputs

NameTypeDefaultDescription

addColumnLeft

string

Sets the title for the tool that adds a new column before the selected column.

addColumnRight

string

Sets the title for the tool that adds a new column after the selected column.

addRowAbove

string

Sets the title for the tool that adds a new row above the selected row.

addRowBelow

string

Sets the title for the tool that adds a new row below the selected row.

addSheet

string

Sets the title for the Add new sheet button.

align

string

Sets the title for the Text Align tool.

alignBottom

string

Sets the title for the Text Align Bottom tool.

alignCenter

string

Sets the title for the Text Align Center tool.

alignHorizontal

string

Sets the title for the Text Align Horizontal tool.

alignJustify

string

Sets the title for the Text Align Justify tool.

alignLeft

string

Sets the title for the Text Align Left tool.

alignMiddle

string

Sets the title for the Text Align Middle tool.

alignRight

string

Sets the title for the Text Align Right tool.

alignTop

string

Sets the title for the Text Align Top tool.

alignVertical

string

Sets the title for the Text Align Vertical tool.

anyValueValidationCriteria

string

Sets the text for the Any value validation criteria.

background

string

Sets the title for the tool that changes the text background color.

betweenValidationComparer

string

Sets the text for the between validation comparer.

bold

string

Sets the title for the Bold tool.

cannotModifyDisabled

string

Sets the content for the dialog that warns about modifying a disabled cell.

color

string

Sets the title for the tool that changes the text font color.

copy

string

Sets the Copy command text.

customFormulaValidationCriteria

string

Sets the text for the Custom Formula validation criteria.

cut

string

Sets the Cut command text.

dataTab

string

Sets the name for the Data toolbar tab.

dataValidation

string

Sets the title for the Data Validation tool.

dateValidationCriteria

string

Sets the text for the Date validation criteria.

decreaseDecimal

string

Sets the title for the tool that decreases decimals.

decreaseFontSize

string

Sets the title for the tool that decreases the cell font size.

delete

string

Sets the title for the Delete sheet dialog.

deleteColumn

string

Sets the title for the tool that deletes a column.

deleteRow

string

Sets the title for the tool that deletes a row.

dialogApply

string

Sets the text for the Apply button in all Spreadsheet dialogs.

dialogCancel

string

Sets the text for the Cancel button in all Spreadsheet dialogs.

dialogDelete

string

Sets the text for the Delete button in the Delete sheet dialog.

dialogError

string

Sets the title for an error dialog.

dialogInsert

string

Sets the text for the Insert button in all Spreadsheet dialogs.

dialogOk

string

Sets the text for the OK dialog button.

dialogRemove

string

Sets the text for the Remove button in all Spreadsheet dialogs.

string

Sets the text for the Remove link button in the Link tool dialog.

dialogRename

string

Sets the text for the Rename button in the Rename sheet dialog.

duplicateSheetName

string

Sets the content for the dialog that warns about duplicated sheet name.

equalToValidationComparer

string

Sets the text for the equal to validation comparer.

file

string

Sets the name for the File toolbar tab.

fontFamily

string

Sets the title for the Font Family tool.

fontSize

string

Sets the title for the Font Size tool.

format

string

Sets the title for the Format tool.

formatTab

string

Sets the name for the Format toolbar tab.

formulaInput

string

Sets the title for the Formula input.

greaterThanOrEqualToValidationComparer

string

Sets the text for the greater than or equal to validation comparer.

greaterThanValidationComparer

string

Sets the text for the greater than validation comparer.

gridLines

string

Sets the title for the Grid Lines tool.

hideColumn

string

Sets the Hide column command text.

hideRow

string

Sets the Hide row command text.

home

string

Sets the name for the Home toolbar tab.

increaseDecimal

string

Sets the title for the tool that increases decimals.

increaseFontSize

string

Sets the title for the tool that increases the cell font size.

insert

string

Sets the name for the Insert toolbar tab.

string

Sets the title for the tool that inserts a link.

invalidNameError

string

Sets the content for 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

Sets the title for the Italic tool.

lessThanOrEqualToValidationComparer

string

Sets the text for the less than or equal to validation comparer.

lessThanValidationComparer

string

Sets the text for the less than validation comparer.

listValidationCriteria

string

Sets the text for the List validation criteria.

loadFile

string

Sets the title for the Load File tool.

merge

string

Sets the title for the Cells Merge tool.

mergeAll

string

Sets the title for the Merge all tool.

mergeHorizontally

string

Sets the title for the Merge horizontally tool.

mergeVertically

string

Sets the title for the Merge vertically tool.

modifyMerged

string

Sets the content for the dialog that warns about modifying a merged cell.

nameBox

string

Sets the title for the Name Box input.

notBetweenValidationComparer

string

Sets the text for the not between validation comparer.

notEqualToValidationComparer

string

Sets the text for the not equal to validation comparer.

numberValidationCriteria

string

Sets the text for the Number validation criteria.

openUnsupported

string

Sets the content for the dialog that warns about an unsupported file type.

paste

string

Sets the Paste command text.

redo

string

Sets the title for the Redo tool.

rename

string

Sets the title for the Rename sheet dialog.

saveFile

string

Sets the title for the Save File tool.

sheetDelete

string

Sets the text for the Sheet menu Delete option.

sheetDuplicate

string

Sets the text for the Sheet menu Duplicate option.

sheetHide

string

Sets the text for the Sheet menu Hide option.

sheetMoveLeft

string

Sets the text for the Sheet menu Move Left option.

sheetMoveRight

string

Sets the text for the Sheet menu Move Right option.

sheetRename

string

Sets the text for the Sheet menu Rename option.

sheetsMenu

string

Sets the title for the Sheets menu button.

textValidationCriteria

string

Sets the text for the Text validation criteria.

underline

string

Sets the title for the Underline tool.

undo

string

Sets the title for the Undo tool.

unhideColumn

string

Sets the Unhide column command text.

unhideRow

string

Sets the Unhide row command text.

unmerge

string

Sets the title for the Unmerge tool.

validationCellRange

string

Sets the label text for the Cell Range input in the data validation dialog.

validationComparer

string

Sets the label text for the Comparer dropdown in the data validation dialog.

validationCriteria

string

Sets the label text for the Criteria dropdown in the data validation dialog.

validationEndValue

string

Sets the label text for the End value in the data validation dialog.

validationHintMessage

string

Sets the label text for the Custom hint input in the data validation dialog.

validationHintTitle

string

Sets the label text for the Custom hint title input in the data validation dialog.

validationIgnoreBlankCheckbox

string

Sets the label text for the Ignore blank checkbox in the data validation dialog.

validationMaxValue

string

Sets the label text for the Max value in the data validation dialog.

validationMinValue

string

Sets the label text for the Min value in the data validation dialog.

validationOnInvalidData

string

Sets the label text for the On invalid data option in the data validation dialog.

validationRejectInput

string

Sets the label text for the Reject input radio button in the data validation dialog.

validationShowDateButtonCheckbox

string

Sets the label text for the Show date button checkbox in the data validation dialog.

validationShowHint

string

Sets the label text for the Show hint checkbox in the data validation dialog.

validationShowListButtonCheckbox

string

Sets the label text for the Show list button checkbox in the data validation dialog.

validationShowWarning

string

Sets the label text for the Show warning radio button in the data validation dialog.

validationStartValue

string

Sets the label text for the Start value in the data validation dialog.

validationValue

string

Sets the label text for the Value in the data validation dialog.

view

string

Sets the text for the View toolbar tab.

wrap

string

Sets the title for the Text Wrap tool.

In this article
SelectorInputs
Not finding the help you need?
Contact Support