Skip to content

Replies

0
Brash Solutions
Brash Solutions answered on Mar 20, 2014 11:02 AM

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

0
Brash Solutions
Brash Solutions answered on Oct 2, 2013 12:08 PM

Hi Martin

Your solution works very well, thanks for your help.

I used m.DataBind() in my controller first but that resorts the grid so I now use your alternative which works great for me.

Graeme

0
Brash Solutions
Brash Solutions answered on Jul 22, 2013 9:11 AM

Hi Rob

Thanks for your reply. 

I have added my idea as you suggested and am told that it is under consideration.

In the end I had to opt for a Crystal Report as Crystal already includes this functionality.

I used the free visual studio add in version of Crystal.