Groups | Blog | Home
all groups > coldfusion flash integration > june 2005 >

coldfusion flash integration : CFGRID hyperlink


bal_logicmanager
6/20/2005 12:00:00 AM
worldnet5
6/27/2005 7:31:26 PM
bal_logicmanager
6/29/2005 12:00:00 AM
JadeBlue
6/29/2005 7:10:51 PM
Use the following:
<cfgrid name="myGrid" onchange="getUrl('your url')">

If you need to reference a column from the selected row, use:
myGrid.selectedItem.ColumnName

For example
getUrl('mypage.cfm?id=' + myGrid.selectedItem.user_id)

The name of the column is case sensitive.

WillieKmo
9/23/2005 6:33:12 PM
Anyone know how to make only one column a hyperlink rather than the enitre row?

AddThis Social Bookmark Button