• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

cf8 cfgrid not rendering data

Explorer ,
Feb 07, 2008 Feb 07, 2008

Copy link to clipboard

Copied

I have a very simple cfgrid page and am using binding to a cfc to get data. The grid does not display data. If I move the query to the page and not bind, I get the data. This also happens on a page where I use cfautosuggest. Any ideas?
TOPICS
Advanced techniques

Views

277

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Feb 11, 2008 Feb 11, 2008

Copy link to clipboard

Copied

LATEST

1)First thing to do is use firebug for firefox and see if you get an errors.

2)Make sure you have showdebugoutput = false

3)Make sure that if you are using Application.CFC that you are NOT using the onRequest method

4) if still not working post your code 🙂

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation