I am using colors drop down in list view.In this dropdown,From the datasource,I am able to display colors from my database. what I want is that,In the drop down,For each value i want to display name of color and squarish box filled with this color. I have implemented the below for displaying drop down,
<select STYLE="width:90px;height:auto" id="Flag" data-bind="value:prj_flag" data-text-field="usr_color" data-value-field="usr_id" data-source="FlagdatSource" data-role="dropdownlist"></select>