Getting Started
The following tutorials include step-by-step instructions on how to create a simple application with the GridControl:
- Lesson 1 - Add a GridControl to a Project and Bind it to Data (at design-time / in code)
- Lesson 2 - Configure Columns and Editors (at design-time / in code)
- Lesson 3 - Post Changes to a Database (at design-time / in code)
- Lesson 4 - Sort, Group, and Filter Data (at design-time / in code)
- Lesson 5 - Display Summaries (at design-time / in code)
Complete Example
Refer to the following GitHub example for the application created in these Getting Started tutorials:
See Also