Hi,
I'm using existing sample project posted on net for Kendo grid with custom pop up editor. This works fine. That means Adding/Editing records works.
However , as per requirement Instead of standard textbox, we are suppose to use rich text box editor. So, when I use RTE (Rich text editor) for adding /editing records it works fine only
1. If I do not apply any of the RTE functionality (E.g. Bold/Italic/underline).
however when I apply any RTE functionality (E.g. Bold or Italic or underline) on text and click on Update then following things happens ,
1.As soon as I move my cursor control out of RTE then behind the scene grid show that entry with little red mark (which also happens above case as well)
2. However no Control action method gets called and Pop up window never closes.
Please note, I tried with different Permutation and combinations of .Encode() but it didn't worked. Pop up window never closes and no controller action methods gets called.
I'm attaching my code images and output.