Skip to main content
January 15, 2007
Question

Cannot get drop-down list in grid cell

  • January 15, 2007
  • 1 reply
  • 188 views
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?
    This topic has been closed for replies.

    1 reply

    Participant
    April 16, 2007
    It only works with APPLET cfgrids. If you are trying it in a FLASH grid it will not work.