To all,

I just wanted to post this since it gave me an issue for a while. I had a flash form data grid and added a column with display="false" but it was shown. The grid had a width and each column also had a width but the column widths didn't add up correctly. When I added the new column even as display="false" it was shown until I made the column widths add up to 550 (the grid width).

...
<cfgrid name="dailyWork" rowheaders="false" width="550">
<cfgridcolumn header="Job Type" name="workType" type="string_NoCase" width="100"/> <cfgridcolumn header="Address" name="address" type="string_NoCase" width="250"/> <cfgridcolumn header="City" name="city" type="string_NoCase" width="100"/>
   <cfgridcolumn header="Zip" name="zip" type="string_NoCase" width="80"/>
   <cfgridcolumn name="fromExtraWork" display="false"/>
</cfgrid>
...


----
Robert Gatti

_______________________________________________
Reply to DFWCFUG: [email protected] Subscribe/Unsubscribe: http://lists1.safesecureweb.com/mailman/listinfo/list List Archives: http://www.mail-archive.com/list%40list.dfwcfug.org/ http://www.mail-archive.com/list%40dfwcfug.org/ DFWCFUG Sponsors: www.HostMySite.com www.teksystems.com/

Reply via email to