I used my well working code from Coldfusion 9 to get it running under Coldfusion 11 and found a bug in CFGRID together with a bind statement:
Using bind the resulting javascript on the page has an error. The grid is not shown because the javascript is not executed. It seems that in the javascript a closing ' is missing.
This happens if more than one variable is passed with the bind statement.
Best regards
Jürgen