The WebDataGrid can bind to a variety of objects , including an IList which is what we'll use in the example below. protected void Page_Load(object sender, EventArgs e) { //Assign the DataSource property this.WebDataGrid1.DataSource = this.Customers;...