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 couldn't get it to work.
The form is editable, when you double click the cell, the checkboxes show and it updates as it should. The only ...
Hi All,
I have the following cfgrid:
<cfgrid format="html" name="grid" pagesize="10" selectmode="row" striperows="yes"
bind="cfc:data.getData({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection})">
<cfgridcolumn name="link" header="Link" href="link.cfm" hrefkey="link_id">
</cfgrid>
Since pagesize is ...
Hi,
I am using MKMAPVIEW display map and drop pin in respective location.
I want other view to be opened on pin click.
How it is possible?
...
(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 redesigning the entire interface around the grid.
Tha data I want to put in the grid have some very simple HTML elements-- <sub>, <sup>, and ...