Advanced User Interface Controls and Components
Occurs after editing process ends.
Param | Type | Details |
---|---|---|
e | Object | An event object which contains the editing row or cell |
This event can be handled by creating a function in your application controller and applying this function as value to an attribute in TreeGrid directive:
The events attribute has a higher priority than the after-edit attribute. If both attributes are set, the value from events attribute is used.
Supported in: v2.1.
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.