Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
bal_logicmanager #1
CFGRID hyperlink
Does anyone know if it is possible to have a cfgrid(Flash) cell constructed in CF, have the ability to link to another page?
bal_logicmanager Guest
-
cfgrid
I use a ldap to populate my cfgrid. Therefore, I do not use any cfcolumns within the cfgrid. How would I adjust the widths of the columns to fit... -
<CFGRID>
I'm experiencing a strange behavior using cfgrid format="applet". If the selectmode="Edit" and I do specify a selectcolor, the field clicked on will... -
CFGrid yet another question
Ok, I have spent days on this and have gotten nowhere. Can somebody help? I have a CFGrid displaying information from a database. I would like a... -
Help with CFGrid
How can I get a hyperlinked file deleted from the server when the delete action occurs in the Grid, which the action is also followed through to the... -
Dynamically Hyperlink and Event Handler for the Hyperlink ?
Hi, I´m creating an Hyperlink dynamically for my DataGrid: HyperLink hl = new HyperLink(); hl.Text = "MyLink"; hl.NavigateUrl = "#";... -
worldnet5 #2
Re: CFGRID hyperlink
Did you get an answer to this question? I have the same question too.
worldnet5 Guest
-
bal_logicmanager #3
Re: CFGRID hyperlink
I have not found out anything on this yet.
bal_logicmanager Guest
-
JadeBlue #4
Re: CFGRID hyperlink
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.
JadeBlue Guest
-
WillieKmo #5
Re: CFGRID hyperlink
Anyone know how to make only one column a hyperlink rather than the enitre row?
Much appreciated.
WillieKmo Guest



Reply With Quote

