Call Another controller from Editor
Call Another controller from Editor
kapilarya
Posts: 2Questions: 1Answers: 0
How to call another controller from Editor.
This discussion has been closed.
Answers
After submitting the editor response, I dont want to refresh the datatable, but want to show another mnc view.,
When Editor submits data to the server, it expects data to be returned as described here. That contains all the information required to update the table for whatever change was submitted to the server.
If you then need to know when the table has been redrawn, you could listen for the
submitComplete
event from Editor.Allan