7
All screens in my system are Views and are rendered in @Renderbody in _Main layout
I would like to change my layout and make it look like this:
So, basically it’s like I explained in the image, Click on the Menu will render there, and after clicking on the side submenu render again there, without removing the menu
What I thought, to create a partial with the menu, but then I would have to add it in all my Views...
Partialmenucadastro -> Menu items...
Then put them on the client list, in the creation, in the editing, etc, etc on the Dashboard...
I don’t know if it’s right, and it doesn’t look very elegant...
I thought also, to render using Ajax, but then I would have to change all my views to partial and I do not know if it would be correct this too...
Someone has some idea to give me?
Just have all your Views use the same Layout view, and you will get the desired result.
– Thiago Custodio