jqgrid and popup modal windows from link
Posted
by beakersoft
on Stack Overflow
See other posts from Stack Overflow
or by beakersoft
Published on 2010-04-27T21:28:05Z
Indexed on
2010/04/27
21:33 UTC
Read the original article
Hit count: 905
Hi,
I have got a jqgrid, and i would like to put a link in it to open up more details on the row in a modal window.
Everything i have read about modal windows uses a div that gets shown when you click the link, but i want to pass an id so i can just get the info i need. I know i could do it with a new window quite easly but i would like to use a modal window if poss.
Any ideas how i could do this. I'm using asp.net if thats going to be relevent.
Cheers Luke
© Stack Overflow or respective owner