New to Kendo UI for Angular? Start a free 30-day trial
ConfigurationChangeEvent
The event data for the ConfigurationChangeEvent
Name | Type | Default | Description |
---|---|---|---|
columnAxes |
|
The current column axes configuration, resulting from the end user interaction. | |
filter? |
|
The filtering configuration. | |
measureAxes |
|
The measure axes configuration. | |
rowAxes |
|
The current row axes configuration, resulting from the end user interaction. | |
sort? |
|
The sorting configuration. |
Methods
isDefaultPrevented | ||||
---|---|---|---|---|
Returns | ||||
|
preventDefault |
---|
Prevents the default action for a specified event. In this way, the source component suppresses the built-in behavior that follows the event. |