Question
CF8 CFGRID and CheckBox Not Working
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
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
