Hi,
I have a grid object with data loaded.
What I need to do now is find how I can detect a user's selection on a row, relate that to a specific record id (eg record_id = 1234) and then use that in a way that will popup a window.
I figure I will need to make it call some javascript to pop a window with the record id in the URL.
I can then get details of the selected grid record to display in the popup window.