JavaScript
canRowExpand
Arguments
- eobject
An object passed to the event that contains the following properties:
Description
Fires when the user tries to expand a closed row expander. If the event returns false, the action is cancelled.
To prevent the user from expanding the row, the event can return false. For example:
return false;