Windows Forms Datagrid Sample: FlexGrid Showcase (C#)
This sample is a .NET 6.0 Windows Forms application that demonstrates how to use GrapeCity FlexGrid
, a Windows Forms Datagrid control.
The sample shows different operations with FlexGrid
:
- Search
- Formatting
- Data grouping
There are several GrapeCity packages used in the sample:
For more code examples and tutorials see the documentation.
Mentioned controls and packages require a valid license for runtime testing and distribution.
Also there is 30-day trial for evaluation purposes.
For more licensing information visit www.grapecity.com/componentone/licensing.
Sample prerequisites
This sample is written in C# and targets .NET 6.0 running on Windows. It requires the .NET 6.0 SDK.
Building the sample
To download and run the sample, follow these steps:
- Download and unzip the sample.
- In Visual Studio 2022 or later:
- On the menu bar, choose File > Open > Project/Solution.
- Navigate to the folder that holds the unzipped sample code, and open the project (.csproj) file.
- Choose the F5 key, or Ctrl+F5 keys, to run the project.
- From the command line:
- Navigate to the folder that holds the unzipped sample code.
- At the command line, type
dotnet run
.