StrataFrame Forum

ComboBox - change colour of selected rows

http://forum.strataframe.net/Topic18204.aspx

By Aaron Young - 7/29/2008

Hi,

Is it possible to change the background colour of specific rows in a SF combobox list based on a filter condition? For example, a customer combobox with  "inactive" customers in red. I know this can be done with the Infragistics UltraCombo using the InitializeRow event. Is there something similar in the SF control?

Thanks in advance,

Aaron

By Trent L. Taylor - 7/29/2008

You can do this in an SF ListView, but at present you cannot change the row color of the dropdown within an SF combo.  Maybe in the future Wink
By Aaron Young - 7/29/2008

Okay, thanks for the quick response.