Member_2_6540818
asked on
How to show the popup on click of Edit links on JQuery Grid Records using JQuery Grid and MVC
Hi All,
I am providing the "edit" links on the jQuery Grid records so that when user clicks on one of these edit links, then popup should appear on top, which lets user to update quantity, budget status and budget amount. The mockups are shown in the attached screenshot 1 and 2. But the edit links are not working correctly to pop the popup window on top.
Right now I was using the Jquery to show the popup window as shown below..but right now it just showing the details of last record of JQuery Grid on the popup window always, not sure whats happening over here. Could somebody let me know whats going wrong over or please let me know if there are better approaches to accomplish this.
Thanks so much,
LAP-Orders-Screenshot1.png
LAP-Orders-Screenshot2.png
I am providing the "edit" links on the jQuery Grid records so that when user clicks on one of these edit links, then popup should appear on top, which lets user to update quantity, budget status and budget amount. The mockups are shown in the attached screenshot 1 and 2. But the edit links are not working correctly to pop the popup window on top.
Right now I was using the Jquery to show the popup window as shown below..but right now it just showing the details of last record of JQuery Grid on the popup window always, not sure whats happening over here. Could somebody let me know whats going wrong over or please let me know if there are better approaches to accomplish this.
Thanks so much,
LAP-Orders-Screenshot1.png
LAP-Orders-Screenshot2.png
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER