I want to use DevExtreme control in DotNetNuke MVC module. View in DNN MVC module inherits from DotNetNuke.Web.Mvc.Framework.DnnWebViewPage To use DevExtreme I comment this inheritance and gave: @using DevExtreme.AspNet.Mvc to make a proper ref to @Html.DevExtreme(). Problem is that without DnnWebViewPage any @Url.Action() to proper controller action url is damaged. Is it possible and how to make a DnnWebViewPage inheritance and even helpers with DevExtreme helper objects ? Now I receive error that DotNetNuke.Web.Mvc.Helpers.DnnHtmlHelper does not include definition of DevExtreme (means that @Html.DevExtreme() is unknown).
These Forums are for the discussion of the open source CMS DNN platform and ecosystem.
For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:
Awesome! Simply post in the forums using the link below and we'll get you started.