Version

GridSummariesClientEvents Class Members

The following tables list the members exposed by GridSummariesClientEvents.

Public Fields
 NameDescription
Public FieldDropDownCancelClickedEvent is fired when Cancel button is clicked in drop down. Function takes arguments evt and ui. Use ui.columnKey to get column key for which Cancel button is clicked. Use ui.owner in order to access the igGridSummaries widget object.  
Public FieldDropDownClosedEvent fired after the dropdown for a summary column is closed. Function takes arguments evt and ui. Use ui.columnKey to get column key of the column where drop down is closing. Use ui.owner in order to access the igGridSummaries widget object.  
Public FieldDropDownClosingEvent fired before the dropdown for a summary column starts closing. Return false in order to cancel closing the drop down. Function takes arguments evt and ui. Use ui.columnKey to get column key of the column where drop down is closing. Use ui.owner in order to access the igGridSummaries widget object.  
Public FieldDropDownOKClickedEvent is fired when OK button is clicked in drop down. Function takes arguments evt and ui. Use ui.columnKey to get column key for which OK button is clicked. Use ui.eventData to get data about which summary methods are(not) selected. Format of event data is {type = "min"; active: false};. Use ui.owner in order to access the igGridSummaries widget object.  
Public FieldDropDownOpenedEvent fired after the summaries dropdown is opened for a specific column. Function takes arguments evt and ui. Use ui.columnKey to get column key of the column where drop down is shown. Use ui.owner in order to access the igGridSummaries widget object.  
Public FieldDropDownOpeningEvent fired before drop down is opened for a specific column summary. Return false in order to cancel opening the drop down. Function takes arguments evt and ui. Use ui.columnKey to get column key of the column where drop down is opening. Use ui.owner in order to access the igGridSummaries widget object.  
Public FieldSummariesCalculatedEvent fired after summaries calculation are completely made. Function takes arguments evt and ui. Use ui.data to get data for calculated summaries. Use ui.owner in order to access the igGridSummaries widget object.  
Public FieldSummariesCalculatingEvent fired before summaries calculations are made. Return false in order to cancel calculation of summaries. Function takes arguments evt and ui. Use ui.owner in order to access the igGridSummaries widget object.  
Public FieldSummariesMethodSelectionChangedEvent fired when user selects/deselects summary method from checkbox. Function takes arguments evt and ui. Use ui.columnKey to get column key of the column where it is changed selection of summary method. Use ui.isSelected to get whether method is selected or not. Use ui.methodName to get summary method name. Use ui.owner in order to access the igGridSummaries widget object.  
Public FieldSummariesToggledEvent is fired after summary rows are toggled. Function takes arguments evt and ui. Use ui.isToShow to get whether summaries are shown or not. Use ui.owner in order to access the igGridSummaries widget object.  
Public FieldSummariesTogglingEvent is fired before summary rows start toggling. Return false in order to cancel showing/hiding of summaries. Function takes arguments evt and ui. Use ui.isToShow to get whether summaries are shown or not. Use ui.owner in order to access the igGridSummaries widget object.  
See Also

View on GitHub