Wijmo UI for the Web
detailCreating Field
wijmo.grid Namespace > IDetailSettings Interface : detailCreating Field

The detailCreating event handler is called when wijgrid requires to create a new detail wijgrid.

Syntax
var instance; // Type: wijmo.grid.IDetailSettings;
var value; // Type: any
value = instance.detailCreating;
var detailCreating : any;
Remarks
Event receives options of a detail grid to create, which were obtained by cloning the detail option of the master grid. User can alter the detail grid options here and provide a specific datasource within the args.options.data option to implement run-time hierarachy.
See Also

Reference

IDetailSettings Interface