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

Localizing the Grid Messages

Localizing the tooltips

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

 

GridHierarchySettings - RadGrid.HierarchySettings
ExpandTooltipThe tooltip that will be displayed over the expand child tables button.
CollapseTooltipThe tooltip that will be displayed over the collapse child tables button.
GridGroupingSettings - RadGrid.GroupingSettings
GroupContinuesFormatStringThe group header message, indicating that the group continues on the next page.
GroupContinuedFormatStringThe group header message, indicating that the group continues from the previous page.
ExpandTooltipThe tooltip that will be displayed over the expand groups button.
CollapseTooltipThe tooltip that will be displayed over the collapse groups button.
UnGroupTooltipThe tooltip that will be displayed over the items in the group panel.
GridGroupPanelSettings - RadGrid.GroupPanel
TextThe text that will be rendered inside the group panel when visible.
GridClientMessages - RadGrid.ClientSettings.ClientMessages
DropHereToReorderThe tooltip that will be displayed when you start dragging a column.
DragToGroupOrReorderThe 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.
PagerTooltipFormatStringThe tooltip that will be displayed when you hover the vertical scroll when virtual scrolling is enabled. The format is "Page {0} of {1}"
GridSortingSettings - RadGrid.SortingSettings
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 GridTableView messages

Telerik RadGrid provides the following properties for customizing the messages related to GridTableView.

 

NoMasterRecordsTextThe text that will be displayed in the NoRecordsTemplate when there are no records in the MasterTableView .
NoDetailRecordsTextThe text that will be displayed in the NoRecordsTemplate when there are no records in the Detail tables.

Localizing the GridStatusBarItem messages

 

ReadyTextThe text that will be displayed when Telerik RadGrid is not performing an AJAX request.
LoadingTextThe text that will be displayed when Telerik RadGrid is performing an AJAX request.

Localizing the GridPagerItem messages

RadGrid.PagerStyle
PrevPageToolTipThe tooltip that will be displayed over the previous page button.
PrevPagesToolTipThe tooltip that will be displayed over the previous pages button.
NextPageToolTipThe tooltip that will be displayed over the next page button.
NextPagesToolTipThe tooltip that will be displayed over the next pages button.
PagerTooltipFormatStringThe tooltip that will be displayed when dragging the vertical scroll with virtual scrolling enabled. Same as the text under the RadGrid slider pager, changes will be propagated in both places if made.
PageTextFormatThe text that will be displayed in the grid pager

See Also