Home - Forums-.NET - FlyGrid.Net (Windows Forms) - How do construct an advanced grid

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 do construct an advanced grid
Link Posted: 20-Nov-2005 22:07
Hello!!

I just want to tell you that I'm very new to FlyGrid.
We are still using the trial version.
We are still not sure if this product is good enough.

I want to create a Grid where you should be able to arbitrary set a cell to be of any kind of several different types.

Each cell can be of these types.
1. A comboboxtype containg checkboxes
2. Only of a combobox type
3. A numeric type
4. A string type

Note if you set cell located at row 2 column 3 to be of a comboboxtype containing checkboxes then you should be able to set cell located at row 3 column 3 to of a numeric type. So if you set a specifix cell to be of a specific type this doesn't mean that the whole column has the same type it's just for this specific cell.

In runtime when you have this grid displayed containg of some rows and some column you must be able to delete a whole row and add a whole row. You never delete or add a whole column in run time only rows.

I want to have some good sample code that is a good base to begin modifying. I just don't know where or how to start.
I have looked at the sample code kit that can be downloaded for Flygrid but which one do you think is most suitable for my purpose.

I would be very gratful if you had some good sample code that I could use when creating our advanced grid.

Have you some good page on the internet that is good for me.

//Tony
Link Posted: 22-Nov-2005 07:50
You can download two latest C# samples that helps you to use FlyGrid with your requirements: Sample 1, Sample 2