Master and Detail DataGrid
This guide demonstrates how to create two DataGrid master/detail CRUD pages using Northwind Customers/Orders.
Quick video
Step by step
1. Create new application with .NET server-side project and add new MSSQL data-source connected to Northwind database.
2. Start Create New Page wizard, select Master/Detail DataGrid template, choose Customer for Page Schema and Orders for Child Data.
3. Run the application