LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


IntegralUI.Grid Events

A list of events in IntegralUI Grid component.

Events


  • afterSelect
  • Occurs after row is selected
  • beforeSelect
  • Occurs before row is selected
  • change
  • Occurs when data has changed during filtering or sorting
  • columnAdded
  • Occurs after column is added to the collection
  • columnAdding
  • Occurs before column is added to the collection
  • columnClick
  • Occurs when column is clicked
  • columnRemoved
  • Occurs after column is removed from the collection
  • columnRemoving
  • Occurs before column is removed from the collection
  • columnsCleared
  • Occurs when all columns are removed
  • columnSizechanged
  • Occurs when column changes its size
  • dragDrop
  • Occurs when a drag-and-drop operation is completed
  • dragOver
  • Occurs when an object is dragged over the component's bounds
  • loadComplete
  • Occurs when data loading process is completed
  • keyDown
  • Occurs when key is hold down while the cell has focus
  • keyPress
  • Occurs when key is pressed while the cell has focus
  • keyUp
  • Occurs when key is released while the cell has 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
  • rowRemoved
  • Occurs after row is removed from the collection
  • rowRemoving
  • Occurs before row is removed from the collection
  • rowsCleared
  • Occurs when all rows are removed
  • 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