Link to home
Start Free TrialLog in
Avatar of griffaw
griffaw

asked on

Get url in modal window in JqGrid onclick

I am using JqGrid to display data. i need to display a modal window with html from another page when a user double-clicks a row (or alternatively...clicks a link in the grid). I also need to pass the id to the new page.

Thanks
Avatar of mydropz
mydropz

what id do you need to send to the other url the rowId?
ASKER CERTIFIED SOLUTION
Avatar of Proculopsis
Proculopsis

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of griffaw

ASKER

Proculopsis:

I should have been more clear. I need to pass the cell value of the id column to a new page...use that id to dynamically build the dialogue...

'''select x, y z, where id = (value passed from grid)"

Get the html from the remote url to Populate the modal window.