Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
841 views

cfgrid boolean column as Yes/No

I have a boolean type column in an html cfgrid. The data is stored in the database as 1/0 and is returned from CF as such. I want the user to see Yes/No instead of 1/0. I tried QuerySetCell, and ...
1
vote
1answer
52 views

Decimal numbers in a HTML cfgridcolumn

For some reason all my cfgrids drop the ending 0 of dollar amounts. So 104.50 is coming up as 104.5 and 332.80 is coming up as 332.8 It displays the last digit if it is not a 0. So 345.43 is fine. I ...
0
votes
1answer
88 views

Can a Flash-based CFGRID render basic HTML in the cells?

(I'm very new to both Flex and CF -- more a .NET/ExtJS guy, so I'm a duck out of water.) I'm tweaking someone else's CFGRID code. It uses Flash format--HTML isn't an option since it would require ...
0
votes
1answer
554 views

How can I disable href link in cfgrid cells for blank rows?

I have the following cfgrid: <cfgrid format="html" name="grid" pagesize="10" selectmode="row" striperows="yes" ...