Base solution for your next web application
Open Closed

Can I use other user interface than angular(metronics) and integrate to aspnetzero? #6186


User avatar
0
tegicel created

Is it possible to user another framework with aspnetzero?

We would like to add some kind of usuability from another framework (dhtmlx.com) in some specific situations (capture data special screen in this case). Obviously we may integrate it in other modules if needed.

To do that do I need to create some how a "Interface component" to communicate data between aspnetzero and this new framework... This way we could have the best of all different options in the market.

Please advice if possible and help with any documentation will by appreciated.


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @tegicel

    As I can see http://dhtmlx.com/ provides Javascript components. We haven't tried it but you can use it with AspNet Zero. If you face any problems, we can try to help you.

  • User Avatar
    0
    tegicel created

    Hi

    You did not respond my full question...

    In aspnetzero in order to communicate aspnetcore to angular metronics, you DID an intermediate componente between them?

    If the answer is yes, then I should create an intermediate component to comunicate with dhtmlx no?

    If yes, ANY tips, tools, considerations or advice that you recommend?

    thanks

  • User Avatar
    0
    ryancyq created
    Support Team

    Hi, in AspNetZero, most of the linkages between aspnetcore and angular are relying on appservice (a.k.a API endpoints).

    dhtmlx seems to be a UI component for the front end. Implementing this framework with mentronic should not be limited by backend stack.

    as @ismcagdas mentioned, if you face any problems during the implemention, we can try help you.