Home - Forums-.NET - FlyGrid.Net (Windows Forms) - How to disable SelectedRowColor behavior

FlyGrid.Net (Windows Forms)

.NET Datagrid - Fast, highly customizable, industry standards .NET data grid control for WinForms

This forum related to following products: FlyGrid.Net

How to disable SelectedRowColor behavior
Link Posted: 11-May-2007 04:35
Hello,

We are using FlyGrid Pro for an application where the rows are colored differently to indicate the status of each item. However, when a use selects the row, the color of the row gets set to the SelectedHilightColor while they have it selected. Ideally, I would just like the grid to draw a border around the cell when it is selected, and NOT change the background or foreground color.

Is this possible?

Thanks,

Aaron
Link Posted: 20-May-2007 16:27
has anyone thought of a way of doing this??

I'm desperately needing a way to do this.

thanks,

aaron
Link Posted: 21-May-2007 18:44
You can use FlyGrid.SelectedBackColor = Transparent to fill focused row with empty color.