Click or drag to resize
GridClientEvents Properties

The GridClientEvents type exposes the following members.

Properties
  Name Description
Public property OnActiveRowChanged
Public property OnActiveRowChanging
Public property OnColumnClick
Public property OnColumnContextMenu
Public property OnColumnCreated
This client-side event is fired after a column available at client-side is created.
Public property OnColumnCreating
This client-side event is fired before column available at client-side creation.
Public property OnColumnDblClick
Public property OnColumnDestroying
This client-side event is fired when a column object is destroyed.
Public property OnColumnHidden
Public property OnColumnHiding
Public property OnColumnMouseOut
Public property OnColumnMouseOver
Public property OnColumnMovedToLeft
Public property OnColumnMovedToRight
Public property OnColumnMovingToLeft
Public property OnColumnMovingToRight
Public property OnColumnResized
Public property OnColumnResizing
This client-side event is fired before a column is resized.
Public property OnColumnShowing
Public property OnColumnShown
Public property OnColumnSwapped
Public property OnColumnSwapping
Public property OnCommand
Public property OnDataBinding
Fires when the client-side requests data binding.
Public property OnDataBindingFailed
This event is fired if request for data fails when using client-side data-binding.
Public property OnDataBound
This event is fired when the grid client-side data-binding is finished.
Public property OnDataSourceResolved
This event is fired when the grid client-side data is retrieved from the server.
Public property OnFilterMenuShowing
Public property OnGridCreated
This client-side event is fired after the grid is created.
Public property OnGridCreating
This client-side event is fired before grid creation.
Public property OnGridDestroying
This client-side event is fired when KaxGrid object is destroyed, i.e. on each window.onunload
Public property OnGroupCollapsed
Public property OnGroupCollapsing
Public property OnGroupExpanded
Public property OnGroupExpanding
Public property OnHeaderMenuShowing
Public property OnHierarchyCollapsed
Public property OnHierarchyCollapsing
Public property OnHierarchyExpanded
Public property OnHierarchyExpanding
Public property OnKeyPress
Public property OnMainViewCreated
This client-side event is fired after the MainView is created.
Public property OnMainViewCreating
This client-side event is fired before the MainView is created.
Public property OnPopUpShowing
Public property OnRowClick
Public property OnRowContextMenu
Public property OnRowCreated
Public property OnRowCreating
Public property OnRowDataBound
Public property OnRowDblClick
Public property OnRowDeleted
Public property OnRowDeleting
Public property OnRowDeselected
Public property OnRowDeselecting
Public property OnRowDestroying
Public property OnRowDragStarted
Public property OnRowDropped
Public property OnRowDropping
Public property OnRowHidden
Public property OnRowHiding
Public property OnRowMouseOut
Public property OnRowMouseOver
Public property OnRowResized
Public property OnRowResizing
Public property OnRowSelected
Public property OnRowSelecting
Public property OnRowShowing
Public property OnRowShown
Public property OnScroll
Public property OnTableCreated
This client-side event is fired after the table is created.
Public property OnTableCreating
This client-side event is fired before table creation.
Public property OnTableDestroying
This client-side event is fired when table object is destroyed.
Top
See Also