Gijgo Grid events
beforeEmptyRowInsert Base
Event fires before addition of an empty row to the grid.
cellDataBound Base
Event fires after insert of a cell in the grid during the loading of the data
cellDataChanged Inline Editing
Event fires after inline edit of a cell in the grid.
columnHide Base
Event fires when column is hidding
columnShow Base
Event fires when column is showing
dataBinding Base
Event fired before data binding takes place.
dataBound Base
Event fires after the loading of the data in the grid.
dataFiltered Base
Event fires when the grid data is filtered.
destroying Base
Event fires when the grid.destroy method is called.
detailCollapse Expand Collapse Rows
Event fires when detail row is hiding
detailExpand Expand Collapse Rows
Event fires when detail row is showing
initialized Base
Event fires when grid is initialized.
pageChanging Pagination
Triggered before the change of the page.
pageSizeChange Pagination
Triggered when the page size is changed.
resize Responsive Design
Event fires when the grid width is changed. The "responsive" configuration setting should be set to true in order this event to fire.
rowDataBound Base
Event fires after insert of a row in the grid during the loading of the data.
rowDataChanged Inline Editing
Event fires after inline edit of a row in the grid.
rowRemoving Base
Event fires before deletion of row in the grid.
rowSelect Base
Event fires on selection of row
rowUnselect Base
Event fires on un selection of row