TreeGrid Edit Module
The Edit
module is used to handle editing actions.
If the data,index and position given, Adds the record to treegrid rows otherwise it will create edit form.
Returns void
If the row index and field is given, edits the particular cell in a row.
Returns void
Checks the status of validation at the time of editing. If validation is passed, it returns true.
Returns boolean