Implement DevEx Dashboard

Answered
0
0

Hi.

I have to implement the DevExpress Dashboard into our new Wisej application. This is the one: https://docs.devexpress.com/Dashboard/115955/web-dashboard
Going through the documentation, I got the feeling I would have to follow the steps shown here: https://docs.devexpress.com/Dashboard/119108/web-dashboard/dashboard-control-for-javascript-applications-jquery-knockout-etc
On the top of me realizing I am completely lost… I also noticed I would have to have an ASP.NET MVC backend configured.

From your experience on the subject, am I on the right path? Any tips before I hang myself?

Thanks in advance.

Ivan

  • You must to post comments
Great Answer
0
0

As a whole yes, with devexpress asp.net controls in it. You cannot put wisej panels in it. You can use it with the AspNetControl extension.

  • You must to post comments
0
0

Oh, now I got what you were telling me. Nope, I didn’t expect to use Wisej panels nor controls in it. The DevEx Dashboard seems to be like a Report Viewer with its own controls and a Designer that lets the end user change its contents. I will have a look at the Wisej AspNetControl.

  • You must to post comments
0
0

Thank you Luca!

Sorry for the dumb question… taking what you said into consideration, is there a way to use the Dashboard?

  • You must to post comments
0
0

It’s an ASP.NET control which has to run in an iframe because of the asp.net page cycle so you cannot place Wisej widgets inside an iframe inside the same wisej container.

In general even for JavaScript extensions like DevExtreme we cannot use containers (yet).

  • You must to post comments
Showing 4 results
Your Answer

Please first to submit.