Base solution for your next web application
Open Closed

How to navigate to a new page instead of Modal? #2361


User avatar
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)
  • User Avatar
    0
    ismcagdas created
    Support Team

    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.