Page 1 of 1

Problem switching from StiMvcMobileDesigner to StiMvcDesigne

Posted: Wed Jul 05, 2017 6:43 pm
by rodrigo.avots
I changed my project to StiMvcDesigner (StiMvcMobileDesigner obsolete).
Looping loading and doesn't read GetReportD method:

         Public ActionResult GetReportD()
         {
             StiReport report = new StiReport ();
             Report.Load (Server.MapPath ("~ / Content / Reports / rel_laudo_tecnico.mrt"));
             Return StiMvcDesigner.GetReportResult (report);
         }

         @ Html.Stimulsoft (). StiMvcDesigner (new StiMvcDesignerOptions ()
             {
                 Actions =
                 {
                     GetReport = "GetReportD",
                     PreviewReport = "PreviewReport",
                     SaveReport = "SaveReport",
                     DesignerEvent = "DesignerEvent"
                 }
                 , Width = System.Web.UI.WebControls.Unit.Percentage (100)
                 , Height = System.Web.UI.WebControls.Unit.Pixel (700)
             });

Any idea?

This method is OK in debug:
public ActionResult DesignerEvent()
{
return StiMvcDesigner.DesignerEventResult();
}

Re: Problem switching from StiMvcMobileDesigner to StiMvcDes

Posted: Wed Jul 05, 2017 11:05 pm
by Alex K.
Hello,

You can find samples at the following link:
https://github.com/stimulsoft/Samples-A ... MVC-CSharp

If the issue still present, please send us a simple project which reproduces the issue for analysis.

Thank you.

Re: Problem switching from StiMvcMobileDesigner to StiMvcDes

Posted: Tue Jul 11, 2017 8:10 pm
by rodrigo.avots
Hi!

Attached example with the problem.
After some tests I found conflict.
Removing the line works but out of the DIV.
MvcApplication2.zip
(3.75 MiB) Downloaded 245 times

Re: Problem switching from StiMvcMobileDesigner to StiMvcDes

Posted: Thu Jul 13, 2017 10:46 am
by Alex K.
Hello,

We checked your project, couldn't reproduce the problem - your project does not have all scripts in the scripts/kendo folder. The designer works without errors. If possible, send the full project with all files to support@stimulsoft.com

Thank you.

Re: Problem switching from StiMvcMobileDesigner to StiMvcDes

Posted: Thu Jul 13, 2017 12:01 pm
by rodrigo.avots
Hi!

Email sent.

Re: Problem switching from StiMvcMobileDesigner to StiMvcDes

Posted: Thu Jul 13, 2017 12:50 pm
by Alex K.
Hello,

Thank you.