LIDOR SYSTEMS

Advanced User Interface Controls and Components

IntegralUI Web

Documentation and API Reference


openEditor(name, obj)

Displays an editor for specified cell and starts 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 beforeEdit event. By handling this event you can prevent editing of specified cell using your own custom conditions. You can also update the editing object when custom editor is used.

Version Information

Supported in: v2.2.

Articles & Samples

See Also