OnEditItem

OnEditItem

Occurs before the edit form for an item is displayed. You can create the actual form of each item and return the value.

Event Arguments:
form: pf.Form
args: pf.IItemEventArgs

where pf.IItemEventArgs:
export interface IItemEventArgs {
Sender: any;
Control: any;
DataItem: any;
}

Returns:
any