Click or drag to resize
GridClientSettings Class
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsGridClientSettings

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 GridClientSettings : ObjectWithState

The GridClientSettings type exposes the following members.

Constructors
  NameDescription
Public methodGridClientSettings
Top
Methods
  NameDescription
Public methodIsSet
Top
Properties
  NameDescription
Public propertyActiveRowIndex
Public propertyAllowAutoScrollOnDragDrop
Public propertyAllowColumnHide
Public propertyAllowDragToGroup
Gets or sets a Boolean value that indicates whether enable sort feature by dragging column header to GridGroupPanel. The default value is false.
Public propertyAllowGroupExpandCollapse
Gets or sets a Boolean value that indicates whether to enable expand/collapse in a grouped grid. The default value is true.
Public propertyAllowKeyboardNavigation
Gets or sets a Boolean value that indicates whether to enable keyboard navigation features. The default value is false.
Public propertyAllowRowHide
Public propertyAllowRowsDragDrop
Public propertyAnimation
Public propertyClientEvents
Public propertyClientMessages
Public propertyColumnsReorderMethod
Public propertyDataBinding
Public propertyEnableAlternatingItems
Gets or sets a Boolean value that indicates whether enable alternately styles feature.
Public propertyEnableColumnsReorder
Gets or sets a Boolean value that indicates whether the column reordering function is enabled, the default value is false.
Public propertyEnableExpandCollapse
Gets or sets a Boolean value that indicates whether to enable expand/collapse in a grid. The default value is true.
Public propertyEnablePostBackOnRowClick
Public propertyEnableRowHoverStyle
Public propertyFirstDataRowClientRowIndex
Public propertyKeyboardNavigationSettings
Public propertyPostBackFunction
Public propertyPostBackReferences
Public propertyReorderColumnsOnClient
Public propertyResizing
Public propertyScrolling
Public propertySelecting
Public propertyShouldCreateRows
Top
See Also