New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
Localizing the TreeList Messages
Updated over 1 year ago
Telerik RadTreeList provides the following properties for localization of the hard-coded tooltips:
Localizing the TreeListClientMessages
| RadTreeList.ClientSettings.ClientMessages | |
|---|---|
| DropHereToReorder | The tooltip that will be displayed when you start dragging a column. |
| DragToReorder | The tooltip that will be displayed when you hover a column header of draggable column. |
| DragToResize | The tooltip that will be displayed when you hover the resizing handle of a column. |
| ColumnResizeTooltipFormatString | The format string used for the tooltip when resizing a column. The format is "Width: {0} pixels ". |
Localizing the TreeListPagerItem messages
| RadTreeList.PagerStyle | |
|---|---|
| FirstPageToolTip | The tooltip that will be displayed over the first page button. |
| LastPageToolTip | The tooltip that will be displayed over the last page button. |
| PrevPageToolTip | The tooltip that will be displayed over the previous page button. |
| NextPageToolTip | The tooltip that will be displayed over the next page button. |
| PageSliderIncreaseToolTip | The tooltip that will be displayed over the increase page button. |
| PageSliderDecreaseToolTip | The tooltip that will be displayed over the decrease page button. |
| PageSliderDragToolTip | The tooltip that will be displayed over the drag indicator. |
| PageSliderPagerLabel | The text that will be displayed if Mode is Slider for current page. The format is @"Page {0} of {1} ". |
| ChangePageSizeLabelText | The text that will be displayed before the dropdown for changing the page size. |
| ChangePageSizeLinkButtonText | The text for the 'Change' button when Mode is Advanced. |
| GoToPageLabelText | The text that will be displayed before current page number when Mode is Advanced. |
| GoToPageLinkButtonText | The text for the 'Go' button when Mode is Advanced. |
| PageOfLabelText | The 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 | |
|---|---|
| SortToolTip | The tooltip that will be displayed when you hover the sorting button and there is no sorting applied. |
| SortedAscToolTip | The tooltip that will be displayed when you hover the sorting button and the column is sorted ascending. |
| SortedDescToolTip | The tooltip that will be displayed when you hover the sorting button and the column is sorted descending. |
Localizing the Editing messages
| RadTreeList.Editing | |
|---|---|
| EditText | The the text value of the Edit button in the column cells. |
| UpdateText | The text of the Update button in the edited items. |
| AddRecordText | The text of the Add New Record button in data items. |
| InsertText | The text of the Insert button in the insert items. |
| CancelText | The text of the Cancel button in the edited items. |
| DeleteText | The the text value of the Delete button in the column cells. |
| TreeListLocalizationStrings | |
|---|---|
| Caption | The text that will be displayed in an HTML caption element of RadTreeList control. |
| Summary | The string that specifies a description and/or structure for the RadTreeList table. |
| NoRecordsTemplate | |
| NoRecordsText | The text that will be displayed if there is no NoRecordsTemplate defined and no records in the RadTreeList. |