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

CFGrid header column does not display unless it is moused-over*

New Here ,
Apr 26, 2012 Apr 26, 2012

I am using CFGrid to display a query result. The rows are filled in correctly however the column headers do not display unless I mouse over it first. I am using CF9 9,0,1,274733.

Here's a snippet of the code:

        <cfform>

            <cfgrid name="Report"

                    format="html"

                    autowidth="yes"

                    colheaders="yes"

                    selectonload="false"

                    striperows="yes"

                    striperowcolor="##D3EFFE"

                    query="qReport"

                    visible="yes"

                    enabled="yes"

                    label="New Report">

               <cfgridcolumn

                    name="date_registered"

                    header="Date Registered"

                    Select="No"

                    width="100"

                    display="yes" />

               <cfgridcolumn

                    name="description"

                    header="Description"

                    width="200" />

          </cfgrid>

     </cfform>

690
Translate
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
New Here ,
Jun 19, 2012 Jun 19, 2012
LATEST

This hasn't received an answer in almost two months? 

I've searched the docs and online and I have yet to find a solution, but BUMP and you're not the only one.

Translate
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