LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUI.Grid Events

A list of events in IntegralUI Grid directive.

Events


  • afterEdit
  • Occurs after editing process ends
  • afterLabelEdit
  • Occurs after row label is edited
  • afterSelect
  • Occurs after row is selected
  • beforeEdit
  • Occurs before editing process starts
  • beforeLabelEdit
  • Occurs before row label is edited
  • beforeSelect
  • Occurs before row is selected
  • cellClick
  • Occurs when cell is clicked
  • cellHover
  • Occurs when mouse cursor hovers over cell space
  • cellvalueChanged
  • Occurs after cell value is changed
  • cellvalueChanging
  • Occurs before cell value is changed
  • change
  • Occurs when data is changed during filtering or sorting
  • clearColumns
  • Occurs when all columns are removed
  • clearGroups
  • Occurs when all groups are removed
  • clearRows
  • Occurs when all rows are removed
  • columnAdded
  • Occurs after column is added to the collection
  • columnAdding
  • Occurs before column is added to the collection
  • columnClick
  • Occurs when column is clicked
  • columnDblClick
  • Occurs when column is double clicked
  • columnHover
  • Occurs when the mouse cursor hovers over column header
  • columnPoschanged
  • Occurs after column changes its position during column reordering
  • columnPoschanging
  • Occurs before column changes its position during column reordering
  • columnRemoved
  • Occurs after column is removed from the collection
  • columnRemoving
  • Occurs before column is removed from the collection
  • columnRightclick
  • Occurs when column header is clicked using right mouse button
  • columnSizechanged
  • Occurs when column changes its size
  • dragDrop
  • Occurs when a drag-and-drop operation is completed
  • dragEnter
  • Occurs when an object is dragged into the component's bounds
  • dragLeave
  • Occurs when an object is dragged out of the component's bounds
  • dragOver
  • Occurs when an object is dragged over the component's bounds
  • gotFocus
  • Occurs when row or cell receives the input focus
  • groupAdded
  • Occurs after group is added to the collection
  • groupAdding
  • Occurs before group is added to the collection
  • groupChange
  • Occurs when group order has changed during drag drop operation
  • groupRemoved
  • Occurs after group is removed from the collection
  • groupRemoving
  • Occurs before group is removed from the collection
  • keyDown
  • Occurs when key is pressed down for the first time
  • keyPress
  • Occurs when key is pressed
  • keyUp
  • Occurs when key is released
  • loadComplete
  • Occurs when data loading process is completed
  • lostFocus
  • Occurs when row or cell loses the input focus
  • rowAdded
  • Occurs after row is added to the collection
  • rowAdding
  • Occurs before row is added to the collection
  • rowClick
  • Occurs when row is clicked
  • rowDblClick
  • Occurs when row is double clicked
  • rowHover
  • Occurs when the mouse cursor hovers over row space
  • rowRemoved
  • Occurs after row is removed from the collection
  • rowRemoving
  • Occurs before row is removed from the collection
  • rowRightClick
  • Occurs when row is clicked using right mouse button
  • scrollPosChanged
  • Occurs when position of scrollbar has changed
  • selectionChanged
  • Occurs whenever selection changes from one row to another
  • updateComplete
  • Occurs when updating of control layout is completed