The following tables list the members exposed by GridFilteringClientEvents.
Name | Description | |
---|---|---|
DataFiltered | Event fired after the filtering has been executed and results are rendered. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.columnIndex to get column index. Use ui.columnKey to get column key. | |
DataFiltering | Event fired before a filtering operation is executed (remote request or local). Return false in order to cancel filtering operation. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.columnIndex to get column index. Use ui.columnKey to get column key. | |
DropDownClosed | Event fired after a filter column dropdown is completely closed. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.dropDown to get reference to dropdown DOM element. | |
DropDownClosing | Event fired before the filter dropdown starts closing. Return false in order to cancel dropdown closing. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.dropDown to get reference to dropdown DOM element. | |
DropDownOpened | Event fired after the filter dropdown is opened for a specific column. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.dropDown to get reference to dropdown DOM element. | |
DropDownOpening | Event fired before the filter dropdown is opened for a specific column. Return false in order to cancel dropdown opening. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.dropDown to get reference to dropdown DOM element. | |
FilterDialogClosed | Event fired after the advanced filter dialog has been closed. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. | |
FilterDialogClosing | Event fired before the advanced filter dialog is closed. Return false in order to cancel filtering dialog closing. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. | |
FilterDialogContentsRendered | Event fired after the contents of the advanced filter dialog are rendered. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.dialogElement to get reference to filtering dialog DOM element. | |
FilterDialogContentsRendering | Event fired before the contents of the advanced filter dialog are rendered. Return false in order to cancel filtering dialog rendering. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.dialogElement to get reference to filtering dialog DOM element. | |
FilterDialogFilterAdded | Event fired after a filter row is added to the advanced filter dialog. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.filter to get reference to filters table row DOM element. | |
FilterDialogFilterAdding | Event fired before a filter row is added to the advanced filter dialog. Return false in order to cancel filter adding to the advanced filtering dialog. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.filtersTableBody to get reference to filters table body DOM element. | |
FilterDialogFiltering | Event fired when the OK button in the advanced filter dialog is pressed. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.dialog to get reference to filtering dialog DOM element. | |
FilterDialogMoving | Event fired every time the advanced filter dialog changes its position. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.dialog to get reference to filtering dialog DOM element. | |
FilterDialogOpened | Event fired after the advanced filter dialog is already opened. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.dialog to get reference to filtering dialog DOM element. | |
FilterDialogOpening | Event fired before the advanced filtering dialog is opened. Return false in order to cancel filter dialog opening. Function takes arguments evt and ui. Use ui.owner to get reference to igGridFiltering. Use ui.owner.grid to get reference to igGrid. Use ui.dialog to get reference to filtering dialog DOM element. |
View on GitHub