Copy link to clipboard
Copied
This is probably an easy answer for someone but the grid column shows true/false versus yes/no. Anyone know how to get the grid to correctly display yes/no? The grid binds to a query and the values in the database column are yes/no but somehow the grid is displaying those values are true/false.
What's the trick to this?
Copy link to clipboard
Copied
Does this bug - http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=82200 - describe what's happening to you?
--
Adam
Copy link to clipboard
Copied
Appears so. I didn't quite get what the solution was. Is there even one? Using DreamWeaver I don't see any option for booleanformat for cfgridcolumn.
Copy link to clipboard
Copied
There isn't a fix yet: I spotted this in CF9 (which is the current version). I guess the fix will come with its next point release / updater.
You will have to try a different solution.
Sorry.
--
Adam
Copy link to clipboard
Copied
Ok, thanks. Looks like using type="boolean" might work for me. Have to see how that works out when updating the database.