Click or drag to resize
GridClientMessages Class
Contains properties related to messages appearing as tooltips for various grid actions. You can use this class for localizing the grid messages.
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsGridClientMessages

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class GridClientMessages : ObjectWithState

The GridClientMessages type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyColumnResizeTooltipFormatString
The format string used for the tooltip when resizing a column
Public propertyDragToGroupOrReorder
Gets or sets a string that will be displayed as a tooltip when you hover a column that can be dragged.
Public propertyDragToResize
Gets or sets a string that will be displayed as a tooltip when you hover the resizing handle of a column.
Public propertyDropHereToReorder
Gets or sets a string that will be displayed as a tooltip when you start dragging a column header trying to reorder columns.
Public propertyPagerTooltipFormatString
The format string used for the tooltip when using Ajax scroll paging or the TrackBar pager
Top
See Also