Home - Forums-.NET - FlyGrid.Net (Windows Forms) - alternating rows

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

alternating rows
Link Posted: 22-Aug-2005 21:18
How can I format my grid to display rows in alternating colors?

Suggestion: formating rows in alternating colors is a very common task. I would suggest to allow FlyGrid to do this declaratively at design-time from the properties window
Link Posted: 23-Aug-2005 01:25
[quote="Omar"]How can I format my grid to display rows in alternating colors?


Now you can do it by:
1. Using Stylist
2. Using technique described in VirtualGrid sample. You can create VirtualNode inheritor and create instance of this class in the VirtualMode_InitNewNode event handler.

[quote="Omar"]
Suggestion: formating rows in alternating colors is a very common task. I would suggest to allow FlyGrid to do this declaratively at design-time from the properties window  


Probably this feature will implemented to the nearest update.