Skip to main content
November 19, 2019
Question

Problem binding cfgrid

  • November 19, 2019
  • 1 reply
  • 531 views

Hi, in CF10 this code work perfectly but after switching to 2018 i have problems of elements not found any help plz.

<cfform name="theGridForm">
							<cfgrid name="theGrid" 
				                format="html" 
				                colheaderbold="yes"
				                preservePageOnSort="true" 
				                bind="cfc:#request.stMapping.strCFC#.admin.cust_meter.getGET_CUST_METER_PER_PARAM(getBrand_name(),getModel_name(),getSerial(),getDN(),getLogger(),getCUST_DBID(),getCONTRACT_DBID(),getWORD_CONTAINS(),getWORD_WHERE(), getACTIVE(), getdate_deb(), getdate_fin(), getAREAID(), getTARIFFID(), getCUSTOMER_TYPEID(), getCONTRACT_GROUPID(), getDMAID(),getSTREET_NUM(),getDIRECT_TO_NET(),getSEPARATOR(),{cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection})" 
								bindOnLoad="no"
				                sort="true"
				                stripeRows="true"
                                pagesize="10" >	
This topic has been closed for replies.

1 reply

BKBK
Community Expert
Community Expert
June 14, 2020

Very likely cause of "elements not found": some paths or settings changed in the move from CF 10 to CF 2018.