Practical guides and recipes for common tasks in ReoGrid. Each guide walks through a specific use case with working code examples.
Best Practices
- Recommended Practices — Guidelines for building reliable applications with ReoGrid
Data Loading
- Fill Grid with DataTable — Populate a worksheet from a .NET DataTable
- Large Data with Lazy Load — Optimize performance for large datasets using lazy loading
Custom Cell Types
- Custom Drop-down Cell — Build a custom dropdown cell type
- Date Picker Cell — Create a date picker cell type
File Operations
- Read Images from Excel — Extract images from an imported Excel file
Language Support
- Using ReoGrid in VB.NET — VB.NET code examples and setup