Home - Forums-.NET - FlyGrid.Net (Windows Forms) - C#: Additional samples

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

C#: Additional samples
Link Posted: 07-Nov-2005 06:55

This thread contains additional C# samples and code snippets.

Link Posted: 07-Nov-2005 06:59
This c# sample shows how to export FlyGrid contents to the CSV (comma separated values) file and display progress of export.
Link Posted: 08-Nov-2005 12:21
This c# sample shows how to organize virtual nested grids
Link Posted: 08-Nov-2005 12:32
This c# sample shows operations with columns: new column insertion, remove column to repository, and insertion column from repository.
Link Posted: 21-Nov-2005 10:36
This C#  sample shows how to create and use column with CheckedListBox dropdown control.
This column is useful to edit optioned values (options, flags, flagged enums).
Link Posted: 22-Nov-2005 07:37
This C# sample  shows how fill FlyGrid column cells with different types of data and edit data with support of inplace editors (checked list, dropdown list, numeric data types)
Link Posted: 23-Nov-2005 15:03
This C# sample shows how fill FlyGrid column cells with different types of data and edit data with support of inplace editors (checked list, dropdown list, numeric data types) in DynamicallyAutoDetectDataTypeColumn.
Also this sample has explanation how to provide dynamic dropdown list for any cell in DynamicallyAutoDetectDataTypeColumn, how to use TypeConverterAttribute and EditorAttribute and how to provide data for DynamicallyAutoDetectDataTypeColumn via design-time editor and type converter of cell data type.
Link Posted: 18-Dec-2005 05:42
This sample shows how to organize virtual nested grids with two data views (first dataview - master, second - detail).
Link Posted: 18-Dec-2005 10:41
This C# sample shows how to organize data bound tree connected to custom data and show images in databound mode.
Link Posted: 23-Dec-2005 07:37
This C# sample shows how to organize Master/Detail with two FlyGrid.Net controls.