Question
Cannot get drop-down list in grid cell
I am trying to use a drop-down list in a cfgrid cell.
Currently, I am trying to use the cfgridcolumn VALUES= attribute to
do this.....
<cfgridcolumn name="Sites_PHOAlias_CVO" header="Alias Site CVO" values="1,2,3" valuesdelimiter="," valuesdisplay="1,2,3">
No matter what I try, the grid cell does not show a drop-down list. Just an editable cell.
What am I missing?
<cfgridcolumn name="Sites_PHOAlias_CVO" header="Alias Site CVO" values="1,2,3" valuesdelimiter="," valuesdisplay="1,2,3">
No matter what I try, the grid cell does not show a drop-down list. Just an editable cell.
What am I missing?