Page 1 of 1

MvcMobileDesigner - RedirectToAction

Posted: Thu Oct 06, 2016 4:29 pm
by kathier
We are in the process of migrating from the MvcDesignerFx (Flash) to the HTML5 MvcMobileDesigner. One item we are having an issue with is having a custom save action. With the fx version, there is a setting Behavior.SaveReportTemplateMode that when set to Visible triggers a regular post (non-ajax) which allows us on the server side to do a RedirectToAction that shows a custom save page to store the report template in a database. The HTML5 version does not seem to have an option to force a regular post, all posts are AJAX so the RedirectToAction does not work.

Re: MvcMobileDesigner - RedirectToAction

Posted: Fri Oct 07, 2016 8:32 am
by Alex K.
Hello,

We have added the same options for the MvcMobileDesigner. Please check next prerelease build.

Thank you.