The <NuGridCellEditor> protocol is used to work with cell editor.
<NSObject>
<NuGridCellEditor>
editorColumnNumber. Returns edited column number.
editorRowNumber. Returns edited row number.
editorValue. Returns edited value.
closeEditor:. Called before closing the editor with ability to cancel the closing.
editorViewInGridView:. Returns visual view of cell editor.
See also: