Javascript Events Properties

Description

Event handlers for the Tab and Accordion pane that can be used to add custom behaviors to the Grid.

Name
Description
onBeforeChange

Specify a Javascript function to call before the tab is changed. You can prevent the tab from changing by returning false.

onChange

Specify a Javascript function to call when the tab is changed.

onDynamicLoad

Specify a Javascript function to call when the tab is selected for the first time.

onRightClick

Specify a Javascript function to call when the tab is right-clicked.