Question
Problem binding cfgrid
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" > 