0
raajeshb created
I want to navigate my user to go to a new page for New/Edit users, currently it is opening up the details in the Modal, but I want it to be in a separate page. Do you have any provision in the framework to achieve this?
I'm using MVC & Jquery framework..
1 Answer(s)
-
0
Hi,
If you are using MVC & Jquery, then you need to create an action in your Controller and return a View from this action. And set href of create/edit button to this action.
You can take a look at "Change Texts" link in Languages list.