Dashboard web designer on ASP.NET

Stimulsoft Dashboards.WEB discussion
Post Reply
r.bianco
Posts: 75
Joined: Thu Oct 27, 2016 2:06 pm

Dashboard web designer on ASP.NET

Post by r.bianco »

Using the dahsboard.web trial designer

I noticed that if I open a dashboard with the designer I can't do any edit, I'm missing the top toolbar.
If I open a report and add a dashboard page to it I can edit it, the reports.web component is licensed.
Is the lack of designer for dashboard only related to the trial or am I missing some configuration?
The designer ASP page is the same one for both report and dashboard, called in the same way for both.

Thank you
Soft System srl
Lech Kulikowski
Posts: 6243
Joined: Tue Mar 20, 2018 5:34 am

Re: Dashboard web designer on ASP.NET

Post by Lech Kulikowski »

Hello,

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

Thank you.
r.bianco
Posts: 75
Joined: Thu Oct 27, 2016 2:06 pm

Re: Dashboard web designer on ASP.NET

Post by r.bianco »

Thank you

I tried to compile the samples but I get a missing "Samples-Dashboards-ASP.NET-CSharp-master\Edit Dashboard in the Designer\bin\roslyn\csc.exe"

I'm using VS2017, freshly installed, on Windows 10

EDIT: now it works, I compiled it once in release mode and now I see the roslyn folder in the bin folder… maybe it was still downloading it

I still have the problem with the demos, I briefly see the toolbar with the design button but it gets replaced by the dashboard content.
Soft System srl
Lech Kulikowski
Posts: 6243
Joined: Tue Mar 20, 2018 5:34 am

Re: Dashboard web designer on ASP.NET

Post by Lech Kulikowski »

Hello,

Sorry, maybe we did not exactly understand your question. Could you explain your issue in more details?

Thank you.
Attachments
photo_2018-12-19_16-08-03.jpg
photo_2018-12-19_16-08-03.jpg (112.86 KiB) Viewed 3816 times
r.bianco
Posts: 75
Joined: Thu Oct 27, 2016 2:06 pm

Re: Dashboard web designer on ASP.NET

Post by r.bianco »

Yes, the designer iteself works really well, but I expected to be able to open the designer from the preview like I do with repots.web (the "design" entry on the top right)
Reports_toolbar.PNG
Reports_toolbar.PNG (5.97 KiB) Viewed 3807 times
I enabled the design function on the asp page with

Code: Select all

<cc1:StiWebViewer ID="StiWebViewer1" runat="server"
            OnGetReport="StiWebViewer1_GetReport" ShowDesignButton="true" />
and I can see it on the toolbar which appear for half a second and gets replaced by the dashboard container.
Is it possible to keep that toolbar on top of the dashboard on the preview? Or at least make the "design" entry appear on the top right of the dashboard preview?
Soft System srl
Lech Kulikowski
Posts: 6243
Joined: Tue Mar 20, 2018 5:34 am

Re: Dashboard web designer on ASP.NET

Post by Lech Kulikowski »

Hello,

Edit(Design) button for dashboards will be available in the next builds.

Thank you.
r.bianco
Posts: 75
Joined: Thu Oct 27, 2016 2:06 pm

Re: Dashboard web designer on ASP.NET

Post by r.bianco »

Great, thank you!
Soft System srl
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: Dashboard web designer on ASP.NET

Post by Andrew »

You are welcome.

Happy New Year!
Post Reply