Call Another controller from Editor

Call Another controller from Editor

kapilaryakapilarya Posts: 2Questions: 1Answers: 0

How to call another controller from Editor.

Answers

  • kapilaryakapilarya Posts: 2Questions: 1Answers: 0

    After submitting the editor response, I dont want to refresh the datatable, but want to show another mnc view.,

  • allanallan Posts: 63,893Questions: 1Answers: 10,531 Site admin

    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

This discussion has been closed.