Page 1 of 1
Save dialog box in MVC WebDesigner
Posted: Wed Sep 05, 2012 10:18 am
by Buknoy Palaboy
HI Stimulsoft Team,
Is it possible to show a dialog box upon click of save button on MVC WebDesigner in a browser overriding the default save dialog box?
This dialog box will only ask for the Report Name without the extension name and path of where to save the report. Is there a code or
a work around to do this?
Regards and Thanks,
Buknoy
Re: Save dialog box in MVC WebDesigner
Posted: Thu Sep 06, 2012 10:46 am
by Buknoy Palaboy
Hi Stimulsoft Team,
Any update on this issue?
Regards and Thanks,
Buknoy
Re: Save dialog box in MVC WebDesigner
Posted: Thu Sep 06, 2012 12:30 pm
by Vladimir
Hello,
Please try to set the following options:
Code: Select all
...
SaveReportTemplateMode = StiMvcDesignerOptions.SaveMode.Visible,
SaveReportTemplateAsMode = StiMvcDesignerOptions.SaveMode.Visible,
...
or
Code: Select all
...
SaveReportTemplateMode = StiMvcDesignerOptions.SaveMode.NewWindow,
SaveReportTemplateAsMode = StiMvcDesignerOptions.SaveMode.NewWindow,
...
In this case, report saving is carried out not in AJAX mode, and you can display your save report dialog.
Thank you.
Re: Save dialog box in MVC WebDesigner
Posted: Fri Sep 07, 2012 2:12 am
by Buknoy Palaboy
Hi Vladimir,
We'll try your suggestion and give you feedback if it works.
Regards and Thanks,
Buknoy
Re: Save dialog box in MVC WebDesigner
Posted: Fri Sep 07, 2012 10:02 am
by Vladimir
Hello, Buknoy
Waiting for your reply.
Thank you.
Re: Save dialog box in MVC WebDesigner
Posted: Fri Sep 07, 2012 10:13 am
by Buknoy Palaboy
Hi Vladimir,
We can't seem to make it work. It would be great if you could give a sample project regarding this. Using the demo "Simple Report" then
use MVC WebDesigner in any browser, then upon click of save button, ignore the default dialog box and show a new dialog box that
prompts the user to give a new name for the report. Hope this is possible. Many, many thanks to you and the team.
Regards and Thanks,
Buknoy
Re: Save dialog box in MVC WebDesigner
Posted: Fri Sep 07, 2012 2:16 pm
by Vladimir
Hello, Buknoy
We have prepared an example for you, please see the web application in the attached archive.
Thank you.
Re: Save dialog box in MVC WebDesigner
Posted: Mon Sep 10, 2012 2:41 am
by Buknoy Palaboy
Hi Vladimir,
We are able to use the sample project you attached, although the output is not what we expected but that will do for now.
Again thank you very much for the patience in answering my questions. You and team have done a lot of great help to all of us.
Keep up the good work!
Regards and Thanks,
Buknoy
Re: Save dialog box in MVC WebDesigner
Posted: Mon Sep 10, 2012 11:59 am
by Vladimir
Hello, Buknoy
We are always glad to help you! Let us know if you need any additional help.
Thank you.