Home - Forums-.NET - FlyGrid.Net (Windows Forms) - What the heck do all the column types mean?

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

What the heck do all the column types mean?
Link Posted: 13-Sep-2006 11:45
Obviously you've put a lot of effort into making this component flexible by implementing a ton of different ways for it to show and edit data. I count 22 different column types.

When the heck do I use them? What does each column type mean? I can't find this anywhere in the documentation.
Link Posted: 14-Sep-2006 04:37
Each type of column has a specifics, for example BooleanColumn is especially designed to display/edit booleans (checked/unchecked, true/false, 1/0, Yes/No), or in extended state three-state data (checked, unchecked, grayed-checked, grayed-unchecked).
Please let me know in what column types you're interested.