Fired when a new row is created. Allows for providing default field values.
The event handler receives an argument of type ProvideDefaultRowValuesEventArgs containing data related to this event. The following ProvideDefaultRowValuesEventArgs property provides information specific to this event.
| Property | Description |
|---|---|
| Row | The newly created row for which the field values can be set to a custom default |
Especially useful to generate field values when the showInEditPanel column configuration attribute is disabled. See also the SetEditControlValue event and the BeforeRowUpdate event.
TableEditor Class | DVXP.DXTableEditor Namespace