Home - Forums-.NET - FlyGrid.Net (Windows Forms) - StronglyTypedColumn example?

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

StronglyTypedColumn example?
Link Posted: 05-Sep-2006 06:39
Is there an example anywhere of the usage of StronglyTypedColumn ?
Link Posted: 05-Sep-2006 10:56
StronglyTypedColumn is inheritor of DynamicallyAutoDetectDataTypeColumn , that differs from DynamicallyAutoDetectDataTypeColumn by only one - StronglyTypedColumn is displaying fixed types of data specified on creation of this column.
You can find examples of code for the PropertyEditColumn (that is also DynamicallyAutoDetectDataTypeColumn inheritor) and for DynamicallyAutoDetectDataTypeColumn in the FlyGrid.Net Demo source and in additional samples section of this board.