Save dialog box in MVC WebDesigner
- Buknoy Palaboy
- Posts: 48
- Joined: Fri Jun 22, 2012 1:34 am
- Location: Philippines
Save dialog box in MVC WebDesigner
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
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
- Buknoy Palaboy
- Posts: 48
- Joined: Fri Jun 22, 2012 1:34 am
- Location: Philippines
Re: Save dialog box in MVC WebDesigner
Hi Stimulsoft Team,
Any update on this issue?
Regards and Thanks,
Buknoy
Any update on this issue?
Regards and Thanks,
Buknoy
Re: Save dialog box in MVC WebDesigner
Hello,
Please try to set the following options:
or
In this case, report saving is carried out not in AJAX mode, and you can display your save report dialog.
Thank you.
Please try to set the following options:
Code: Select all
...
SaveReportTemplateMode = StiMvcDesignerOptions.SaveMode.Visible,
SaveReportTemplateAsMode = StiMvcDesignerOptions.SaveMode.Visible,
...
Code: Select all
...
SaveReportTemplateMode = StiMvcDesignerOptions.SaveMode.NewWindow,
SaveReportTemplateAsMode = StiMvcDesignerOptions.SaveMode.NewWindow,
...
Thank you.
- Buknoy Palaboy
- Posts: 48
- Joined: Fri Jun 22, 2012 1:34 am
- Location: Philippines
Re: Save dialog box in MVC WebDesigner
Hi Vladimir,
We'll try your suggestion and give you feedback if it works.
Regards and Thanks,
Buknoy
We'll try your suggestion and give you feedback if it works.
Regards and Thanks,
Buknoy
Re: Save dialog box in MVC WebDesigner
Hello, Buknoy
Waiting for your reply.
Thank you.
Waiting for your reply.
Thank you.
- Buknoy Palaboy
- Posts: 48
- Joined: Fri Jun 22, 2012 1:34 am
- Location: Philippines
Re: Save dialog box in MVC WebDesigner
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
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
Hello, Buknoy
We have prepared an example for you, please see the web application in the attached archive.
Thank you.
We have prepared an example for you, please see the web application in the attached archive.
Thank you.
- Buknoy Palaboy
- Posts: 48
- Joined: Fri Jun 22, 2012 1:34 am
- Location: Philippines
Re: Save dialog box in MVC WebDesigner
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
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
Hello, Buknoy
We are always glad to help you! Let us know if you need any additional help.
Thank you.
We are always glad to help you! Let us know if you need any additional help.
Thank you.