Welcome Guest Search | Active Topics | Sign In | Register

drilldown/popup (new window) from grid Options
tim
Posted: Thursday, February 18, 2010 1:26:32 AM
Rank: Member
Groups: Member

Joined: 3/29/2009
Posts: 29
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.
Code: Visual Basic.NET
eo_support
Posted: Thursday, February 18, 2010 7:47:54 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Please see if this sample helps:

http://demo.essentialobjects.com/Default.aspx?path=Grid\_i1\_i17

The sample use alert to display the cell data, you will need to change alert to code that opens your popup window.

Thanks!
tim
Posted: Thursday, February 18, 2010 5:20:53 PM
Rank: Member
Groups: Member

Joined: 3/29/2009
Posts: 29
great. Thankyou. That seems to work


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.