Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
JakeFlynn #1
CFGRIDCOLUMN blank valueDisplay question
I want to make a cfgridcolumn using the dropdown box to display values. In this
case I want to display a "blank" line so the user can choose no number or 1,2,
or 3. How can I do this. With the code below all that shows is 1,2,3 no blank
like it should. I have tried #chr(32)#,1,2,3 in the valuesDisplay also and that
does not work. Anyone have any ideas?
<cfform>
<cfgrid name="gridCustomer" query="customer" width="600" height="400"
sort="yes" insert="yes" delete="yes" selectmode="edit" picturebar="yes"
autoWidth="yes">
<cfgridcolumn name = "number" header = "NUMBERS" values = "0,1,2,3"
valuesDisplay = ",1,2,3">
</cfgrid>
</cfform>
JakeFlynn Guest
-
Flash CFGRIDCOLUMN Help
Hey all, I'm using CFMX7. I'm curious if anyone has successfully used the Type="image" and/or the textColor= "(C2 LT 0 ? red : pink)",... -
cfgridcolumn and numberformat
hello! how do we have to use the numberformat function in a flash-cfgrid? we want to achieve international number formats, e.g.: ?123.456,00 within... -
Help with CFGridColumn and Href
I must be missing something. Yes this works but only if I hard code the file names.... ..."when you query your db, and one of the columns have... -
cfgridcolumn value control
When displaying a grid column value isn't possible to control the value displayed instead of what is actually in the database? I used the following... -
preloading blank clips question
Hello. I am loading my movie with a preloader in a preload scene with the main movie loading up with onFrameEnter's that load swf's into blank... -



Reply With Quote

