Edit

12 Sep 20251 minute to read

TreeGrid Edit Module
The Edit module is used to handle editing actions.

Methods

addRecord

If the data,index and position given, Adds the record to treegrid rows otherwise it will create edit form.

Returns void

editCell

If the row index and field is given, edits the particular cell in a row.

Returns void

editFormValidate

Checks the status of validation at the time of editing. If validation is passed, it returns true.

Returns boolean