Click or drag to resize
GridClientEvents Class
Inheritance Hierarchy
SystemObject
  ObjectWithState
    Kettic.AspNet.ControlsGridClientEvents

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

The GridClientEvents type exposes the following members.

Constructors
  NameDescription
Public methodGridClientEvents
Top
Properties
  NameDescription
Public propertyOnActiveRowChanged
Public propertyOnActiveRowChanging
Public propertyOnColumnClick
Public propertyOnColumnContextMenu
Public propertyOnColumnCreated
This client-side event is fired after a column available at client-side is created.
Public propertyOnColumnCreating
This client-side event is fired before column available at client-side creation.
Public propertyOnColumnDblClick
Public propertyOnColumnDestroying
This client-side event is fired when a column object is destroyed.
Public propertyOnColumnHidden
Public propertyOnColumnHiding
Public propertyOnColumnMouseOut
Public propertyOnColumnMouseOver
Public propertyOnColumnMovedToLeft
Public propertyOnColumnMovedToRight
Public propertyOnColumnMovingToLeft
Public propertyOnColumnMovingToRight
Public propertyOnColumnResized
Public propertyOnColumnResizing
This client-side event is fired before a column is resized.
Public propertyOnColumnShowing
Public propertyOnColumnShown
Public propertyOnColumnSwapped
Public propertyOnColumnSwapping
Public propertyOnCommand
Public propertyOnDataBinding
Fires when the client-side requests data binding.
Public propertyOnDataBindingFailed
This event is fired if request for data fails when using client-side data-binding.
Public propertyOnDataBound
This event is fired when the grid client-side data-binding is finished.
Public propertyOnDataSourceResolved
This event is fired when the grid client-side data is retrieved from the server.
Public propertyOnFilterMenuShowing
Public propertyOnGridCreated
This client-side event is fired after the grid is created.
Public propertyOnGridCreating
This client-side event is fired before grid creation.
Public propertyOnGridDestroying
This client-side event is fired when KaxGrid object is destroyed, i.e. on each window.onunload
Public propertyOnGroupCollapsed
Public propertyOnGroupCollapsing
Public propertyOnGroupExpanded
Public propertyOnGroupExpanding
Public propertyOnHeaderMenuShowing
Public propertyOnHierarchyCollapsed
Public propertyOnHierarchyCollapsing
Public propertyOnHierarchyExpanded
Public propertyOnHierarchyExpanding
Public propertyOnKeyPress
Public propertyOnMainViewCreated
This client-side event is fired after the MainView is created.
Public propertyOnMainViewCreating
This client-side event is fired before the MainView is created.
Public propertyOnPopUpShowing
Public propertyOnRowClick
Public propertyOnRowContextMenu
Public propertyOnRowCreated
Public propertyOnRowCreating
Public propertyOnRowDataBound
Public propertyOnRowDblClick
Public propertyOnRowDeleted
Public propertyOnRowDeleting
Public propertyOnRowDeselected
Public propertyOnRowDeselecting
Public propertyOnRowDestroying
Public propertyOnRowDragStarted
Public propertyOnRowDropped
Public propertyOnRowDropping
Public propertyOnRowHidden
Public propertyOnRowHiding
Public propertyOnRowMouseOut
Public propertyOnRowMouseOver
Public propertyOnRowResized
Public propertyOnRowResizing
Public propertyOnRowSelected
Public propertyOnRowSelecting
Public propertyOnRowShowing
Public propertyOnRowShown
Public propertyOnScroll
Public propertyOnTableCreated
This client-side event is fired after the table is created.
Public propertyOnTableCreating
This client-side event is fired before table creation.
Public propertyOnTableDestroying
This client-side event is fired when table object is destroyed.
Top
See Also