Skip to main content
Participant
April 26, 2012
Question

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

  • April 26, 2012
  • 1 reply
  • 706 views

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>

This topic has been closed for replies.

1 reply

Participant
June 19, 2012

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.