Issue ReportsTotal: 43356Active: 394Processed: 42962
SuggestionsTotal: 17800Active: 505Processed: 17295
QuestionsTotal: 98457Active: 85Processed: 98372
1851 Knowledge Base Articles
557 Code Central Examples
This website is powered by Developer Express ASP.NET technologies including the ASPxMenu, ASPxNavBar, ASPxTabControl, ASPxSiteMapControl, ASPxPopupControl and the ASPxGridView and Editors Suite. Database connectivity is via eXpressPersistent Objects.
How to use the Color editor in a grid? When I pick a color from it and move to the next cell, the value gets lost.
The Color editor supports values of two data types: System.Drawing.Color and System.Int32. If the data column of your grid column is of type integer, you should set true to the editor's StoreColorAsInteger property. Please note that a color's name is not displayed if StoreColorAsInteger is true.
Do you have any comments? We are eager to hear them!