It has been a long time that I've used DevExpress components.
The only thing which you would need to do is not a lot more than you would for other 3th party scripts you would like to load into your controllers. Just add the scripts which you need to reference to the package.manifest file.
If you have done, the javascript will be loaded by the backend. Doing so, you could reference them easily.
How to add DevExpress to backoffice Application
I have an Umbraco application where the client requires a custom section within the back office.
I've added the application, written some Json, so can view and manage the data.
However, I would like to use some of the DevExpress MVC controls in there as well.
What are the steps I would need to take to include MVC DevExpress controls within my backstage section?
The components I want to use include ComboBoxes, DevExperss MVC Grid etc.
Can anyone help this this?
Hi,
Welkom on the forum!
It has been a long time that I've used DevExpress components.
The only thing which you would need to do is not a lot more than you would for other 3th party scripts you would like to load into your controllers. Just add the scripts which you need to reference to the package.manifest file.
If you have done, the javascript will be loaded by the backend. Doing so, you could reference them easily.
There is a example using a google maps component in the Umbrangular example on github.
Hope this helps.
Kind regards
Damiaan
is working on a reply...