GridDropDownColorUICellRenderer exception on transparent color selection

GridDropDownColorUICellRenderer exception on transparent color selection I have a grid with a column that allows a user to select what color they want the background color to be. GridDropDownColorUICellRenderer cr = (GridDropDownColorUICellRenderer)this.activeGrid.CellRenderers["ColorEdit"]; cr.DropDownButton.Text = "..."; The problem is a user selects Transparent as the color an exception is raised. Is there any way I can remove transparent from the list since the grid doesn’t support it as a choice?

1 Reply

AD Administrator Syncfusion Team September 14, 2005 01:14 PM UTC

Hi, You can see the following forums posted for solving your problem. Links, http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=25307 http://www.syncfusion.com/Support/forums/message.aspx?MessageID=30740 Regards, Leo.

Loader.
Up arrow icon