Quantcast
Channel: Adobe Community: Message List - ColdFusion
Viewing all articles
Browse latest Browse all 21760

HTML CFGRIDCOLUMN values showing up for valuesdisplay issue

$
0
0

I'm using cfgrid type=html.  I am creating a dropdown box in the cfgrid, however in the dropdown box it is showing the Values, instead of the ValueDisplay in the dropdown box.

 

<cfgrid name = "SecondGrid"

 

        height="200" width="700"

 

        font="arial" fontsize="12"

 

        query = "getsecurity"

 

        SORT="Yes"

 

        selectmode="edit"

 

        format="html"

       

        insert="yes"

 

        delete = "#deletevalue#"

        >

 

<CFGRIDCOLUMN NAME="userrole" HEADER="User Role"

 

        HEADERALIGN="LEFT" DATAALIGN="LEFT"

 

        BOLD="Yes" ITALIC="No"

 

        SELECT="Yes" DISPLAY="Yes"

 

        HEADERBOLD="No" HEADERITALIC="Yes"

       

        VALUES = "teacher,adminassist"

       

        VALUESdisplay = "Teacher, Administrator"  valuesDelimiter=",">

 

</cfgrid>

 

Thanks for your help!

 

BCo


Viewing all articles
Browse latest Browse all 21760

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>