I would like to deactivate a cell (leave the edit mode) after I preform an action.
Thxxxxxxx
Use the PerformAction method. It gets an enumeration value of what you need to do. Use ExitEditMode to exit the edit mode, but your cell will still be active. If you want to make it not active, use DeactivateCell..