I migrated to Coldfusion 11 and there is a problem with the cfgrid and bind.
<cfgrid name="theGrid"
target="pbdetail"
pagesize="3000"
format="html"
onload="load"
bind="cfc:internal/p/_com/pblock.pblockData({cfgridpage},{cfgridpagesize},{cfgridsortcolu mn},{cfgridsortdirection},'#trim(url.varpblocknumber)#','#trim(url.varrefno)#')"
bindonload="true"
striperows="true"
selectcolor="lightyellow"
height="200">
This works on Coldfusion 10 but no longer works on Coldfusion 11. The loading spinner just spins and the grid never appears. Will this be patched anytime soon?
Thanks.