Skip to main content
Inspiring
September 21, 2008
Question

CF8 CFGRID and CheckBox Not Working

  • September 21, 2008
  • 1 reply
  • 407 views
Hi,

I am using CF 8. I have a HTML data grid using <cfgrid format="html">, I am trying to put a checkbox as the first column of the grid. I was told I could use something like:

<cfgridcolumn type="boolean" header="Remove" name="remove" />

The checkbox still doesn't show up. Any idea why?

I am using the "bind" attribute of the cfgrid tag. It is bound to a CFC. I doubt that matters but thought I would mention it.

Any help appreciated

-Westside
    This topic has been closed for replies.

    1 reply

    BKBK
    Community Expert
    Community Expert
    September 21, 2008
    use selectmode attribute, for example,

    <cfgrid name="gr" format="html" selectmode="edit">