LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


closeEditor(name, obj)

Removes the editor from specified cell and completes the editing process.

Parameters

ParamTypeDetails
nameStringThe value of name attribute of the TreeGrid directive
objObjectThe cell object that is edited

Return Value

This method does not return a value.

Remarks

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.

Version Information

Supported in: v2.2.

Articles & Samples

See Also