New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

Localizing the TreeList Messages

Telerik RadTreeList provides the following properties for localization of the hard-coded tooltips:

Localizing the TreeListClientMessages

 

RadTreeList.ClientSettings.ClientMessages
DropHereToReorderThe tooltip that will be displayed when you start dragging a column.
DragToReorderThe tooltip that will be displayed when you hover a column header of draggable column.
DragToResizeThe tooltip that will be displayed when you hover the resizing handle of a column.
ColumnResizeTooltipFormatStringThe format string used for the tooltip when resizing a column. The format is "Width: {0} pixels ".

Localizing the TreeListPagerItem messages

 

RadTreeList.PagerStyle
FirstPageToolTipThe tooltip that will be displayed over the first page button.
LastPageToolTipThe tooltip that will be displayed over the last page button.
PrevPageToolTipThe tooltip that will be displayed over the previous page button.
NextPageToolTipThe tooltip that will be displayed over the next page button.
PageSliderIncreaseToolTipThe tooltip that will be displayed over the increase page button.
PageSliderDecreaseToolTipThe tooltip that will be displayed over the decrease page button.
PageSliderDragToolTipThe tooltip that will be displayed over the drag indicator.
PageSliderPagerLabelThe text that will be displayed if Mode is Slider for current page. The format is @"Page {0} of {1} ".
ChangePageSizeLabelTextThe text that will be displayed before the dropdown for changing the page size.
ChangePageSizeLinkButtonTextThe text for the 'Change' button when Mode is Advanced.
GoToPageLabelTextThe text that will be displayed before current page number when Mode is Advanced.
GoToPageLinkButtonTextThe text for the 'Go' button when Mode is Advanced.
PageOfLabelTextThe text that will be displayed after the current page number and before count of all pages when Mode is Advanced.

Localizing the Sorting messages

 

RadTreeList.Sorting
SortToolTipThe tooltip that will be displayed when you hover the sorting button and there is no sorting applied.
SortedAscToolTipThe tooltip that will be displayed when you hover the sorting button and the column is sorted ascending.
SortedDescToolTipThe tooltip that will be displayed when you hover the sorting button and the column is sorted descending.

Localizing the Editing messages

 

RadTreeList.Editing
EditTextThe the text value of the Edit button in the column cells.
UpdateTextThe text of the Update button in the edited items.
AddRecordTextThe text of the Add New Record button in data items.
InsertTextThe text of the Insert button in the insert items.
CancelTextThe text of the Cancel button in the edited items.
DeleteTextThe the text value of the Delete button in the column cells.

 

TreeListLocalizationStrings
CaptionThe text that will be displayed in an HTML caption element of RadTreeList control.
SummaryThe string that specifies a description and/or structure for the RadTreeList table.
NoRecordsTemplate
NoRecordsTextThe text that will be displayed if there is no NoRecordsTemplate defined and no records in the RadTreeList.