Quantcast
Channel: Adobe Community: Message List - ColdFusion
Viewing all articles
Browse latest Browse all 21760

Re: bind: Bind failed, element not found

$
0
0

I assume you want to filter by the Ano value?

 

Try

{gridform:ANo}

 

But a better way would be

 

Javascript function

 

var ANo_value = "";

 

function get_ANo(){

     ANo_value = ColdFusion.getElementValue(ANo);

     return ANo_value

}

 

cfgrid

 

bind="cfc:cfc.searchA.SearchA({cfgridpage},{cfgridpagesize},{cfgridso rtcolumn},{cfgridsortdirection},

{get_ANo})"

 

regards

Ken


Viewing all articles
Browse latest Browse all 21760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>