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)
-
0
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
-
0
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.
-
0
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.
-
0
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