JavaScript

canNewRowsShow

Arguments

eobject

An object passed to the event that contains the following properties:

rowsInEditModenumber

The number of existing Grid rows that are currently in edit mode.

Description

Fires when the user tries to show the new record rows in the Grid Part. The Grid must be configured to show new record rows on demand. If the event returns false, the action is cancelled.

To prevent the user from showing the new record rows, the event can return false. For example:

return false;