Your question, your audience. Choose who sees your identity—and your question—with question security.
<cfgridcolumn name="ACN" header="ACN" href="../MRE_ReqDetailOverviewgood_Update.cfm" hrefkey="TDA_UIC" select="false">
Are you are experiencing a similar issue? Get a personalized answer when you ask a related question.
Have a better answer? Share it in a comment.
i tried find somethng on net but unfortunate didnt found.
but i have 1 solution.....
in ur query make 1 column
ACN & '~' + TDA_UIC as LinkCOlumn
Pass this column in href.
While retriving value,use GetToken
<CFSET ACN = GetToken(GRIDKEY,1,"~")>
<CFSET TDA_UIC = GetToken(GRIDKEY,2,"~")>