Page 1 of 1

StiMvcMobileDesigner ActionExitDesigner Not working

Posted: Sat Mar 07, 2015 6:30 pm
by Crispy Rice
I have the following in my view:

Code: Select all

@Html.Stimulsoft().StiMvcMobileDesigner( "MvcMobileDesigner1",
        new StiMvcMobileDesignerOptions
        {

            ShowSaveDialog = false,
            ActionExitDesigner = "ExitDesigner",
            ActionGetReportTemplate = "GetReportTemplate",
            ActionGetReportSnapshot = "GetReportSnapshot",
            ActionOpenReportTemplate = "OpenReportTemplate",
            ActionSaveReportTemplate = "SaveReportTemplate",
            ActionDesignerEvent = "DesignerEvent",
            ShowFileMenuClose = false,
            ShowFileMenuNew = false,
            ShowFileMenuOpen = false,
            Localization = "Localizations/en.xml"
        })



and in the controller

Code: Select all

public ActionResult ExitDesigner()
{
         return RedirectToAction("Index");
}
However when I click Exit on the designer it returns to the original page and does not call ExitDesigner.

Please help.

Thanks,

Chris

Re: StiMvcMobileDesigner ActionExitDesigner Not working

Posted: Mon Mar 09, 2015 11:34 am
by HighAley
Hello, Chris.

Thank you for information.
We have fixed the ExitDesigner action.
It will be available in our next prerelease build on Friday.

Thank you.