Base solution for your next web application
Open Closed

How to add new CRUD page but not as a popup modal, but separate pages. #7175


User avatar
0
botcoredev created

I want to add multiple pages for a CRUD operation. Not like modal popup. And I want to use mvc format. How can I achieve this. Because in your solution, One have to follow your steps. I just want to use the core mvc functionality and able to add pages in the menu bar.

What should I do? I am in hurry. Plz reply asap.


4 Answer(s)
  • User Avatar
    0
    ryancyq created
    Support Team

    Hi, Rad Tool only support CRUD via modal.

    To implement CRUD in pages please see https://support.aspnetzero.com/QA/Questions/5965#answer-06129ebe-3f2b-8bc6-884e-39ea2f14503a

  • User Avatar
    0
    botcoredev created

    Ok can you please elaborate that. Because in my page I will be having Go-js templets. So I need a separate page for that.

  • User Avatar
    0
    botcoredev created

    Can you please suggest me something. Because then only I can move on to other tasks in my project. I am in a hurry. Please respond.

  • User Avatar
    0
    ryancyq created
    Support Team

    To add a new menu item on mvc, you can follows the steps at

    https://docs.aspnetzero.com/documents/aspnet-core-mvc/latest/Developing-Step-By-Step-Core-Adding-New-Menu-Item#defining-a-menu-item

    You can create a normal mvc view and handle gojs template inside yourself. For mvc view creation, you can follow https://docs.aspnetzero.com/documents/aspnet-core-mvc/latest/Developing-Step-By-Step-Core-Creating-Page