This is a migrated thread and some comments may be shown as answers.

Force Grid Popup Editing to call MVC controller save method.

1 Answer 127 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rene
Top achievements
Rank 1
Rene asked on 18 Jan 2013, 02:32 PM
I am using FCKEditor in one of my grid popup edit forms.  When changing the text in FCKEditor - if I don't change any other field values - by the looks of it the model is not considered "dirty" and results in the ajax call not being made to my controller to save the changes.

I need to have a method / way to force the ajax call to be made - no matter what the client side model indicates - dirty or not.

I have set the ev.model.dirty to true in the client side onsave callback - but it's still not firing the ajax call to my controller on update.

Please advise.

p.s. I am not at liberty of changing to any other editor - the client insists that FCKEditor be used.

Thank You.

1 Answer, 1 is accepted

Sort by
0
Rene
Top achievements
Rank 1
answered on 19 Jan 2013, 06:08 PM
I ended up using the Kendo Editor.  Looking good.
Tags
Grid
Asked by
Rene
Top achievements
Rank 1
Answers by
Rene
Top achievements
Rank 1
Share this question
or