Advanced User Interface Controls and Components
Removes the editor from specified cell and completes the editing process.
Param | Type | Details |
---|---|---|
name | String | The value of name attribute of the TreeGrid directive |
obj | Object | The cell object that is edited |
This method does not return a value.
This method is part of IntegralUITreeGridService.
A call to this method will trigger afterEdit event. By handling this event you can set the way values of cell fields (like text field) are changed.
Supported in: v2.2.
An example on how to add new rows dynamically in IntegralUI TreeGrid AngularJS.
Create custom editor template and apply it to cells in AngularJS Grid as dropdown editor. This sample demonstrates how to edit cells using dropdown list as editor, generated from a template.
An example on how to enable incell editing by creating a custom editor and place it inside a grid cell in IntegralUI TreeGrid AngularJS.
An example on how to enable label editing for each cell in IntegralUI TreeGrid for AngularJS.