StiMvcMobileDesigner ActionExitDesigner Not working

Stimulsoft Reports.WEB discussion
Post Reply
Crispy Rice
Posts: 3
Joined: Sat Mar 07, 2015 6:00 pm

StiMvcMobileDesigner ActionExitDesigner Not working

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: StiMvcMobileDesigner ActionExitDesigner Not working

Post 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.
Post Reply