Sales
1-888-9DOTNET
void gridGroupingControl1_QueryCellStyleInfo(object sender, GridTableCellStyleInfoEventArgs e)
{
if (e.Style.CellValueType == typeof(Color))
{
e.Style.BackColor = (Color)e.Style.CellValue; // sets the back color based on the selected color from dropdown
e.Style.Text = string.Empty; // removes the color name/value
}
}
About Syncfusion
Founded by industry experts in 2001, Syncfusion, Inc. provides the broadest range of enterprise-class software components and tools for the Microsoft .NET platform. With Syncfusion, developers can move beyond simply coding applications to delivering real business innovation—the elegant user interfaces, business intelligence dashboards, and sophisticated reporting that today's business users need, in the formats they demand.