Hi
Thanks very much for the pointer. I now have it working.
For completeness, I am setting up the grid model in my controller so I have the following setting for this column:
oUpdating.ColumnSettings.Add(new ColumnUpdatingSetting() { ColumnKey = JobViewModel.COL_NOTE_NoteText, EditorType = ColumnEditorType.Text, EditorOptions="textMode:'multiline'" });
I have to press shift+enter to type a new line into a cell.
Regards,
Graeme