I create easy example by use LINQ to SQL and XtraGrid. Step below this 1. I create dbml by drag Table Products and Categories from Northwind Database (SQL Server). 2. Drag XtraGrid (Version 8.2.3) to Form1 3. Write Code in Private Sub Form1_Load... like this Dim dbc As New DataClasses1DataContext Me...