DropDownList in Gridview Edit Mode

  • Thread starter Thread starter Angel666
  • Start date Start date
A

Angel666

I have a grid view that when in edit mode I have created one column to
be a drop down of color text. I want to change the background color on
the dropdown list once it is loaded from the edit command. The list
data is a color chooser and we want to highlight each items background
in its color during the edit mode of a grid view. Any ideas?
Thanks
 
the browser's builtin select does not offer this feature. you will need
to create you own color chooser in javascript and dhtml. any flyout menu
will support this.

-- bruce (sqlwork.com)
 
No I want to do this programmatically from the database of color
names. It can only be done during the edit mode of the gridview.
 
Back
Top