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.
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.