cfgridcolumn issue
OK CF'ers I need help.
I have a select within a grid (see below):
Initial grid displays like I want: Select 1
Problem:
When I activate the dropdown I see the id value for this select instead of the display value.
When the grids select is active I see '1' (ID Value) instead of 'Select 1'.
I want the grid select to work like a normal cfselect and have the display value be the name and have the value be the value ID. Is that possible?
Thanks in advance!
-David