Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
905
IGrid On row double click how to open a modal popup window
posted

Kindly let me know if there is any way to achieve the below using mvc razor

I have a grid say with a list of users (user id, first name, last name, comments)

On row double click i need to open a pop-up window to modify the user information. This pop up window is a new view page where i will be loading the contents based on the user id which will be passed as query string. The user is allowed to modify the details on the page and on click of save the details needs to be saved to the DB and the popup window has to be closed so that the user page will be active and the grid has to refreshed to show the modified information.

Regards,

Suresh A