<ig:WebDataGrid runat="server" ID="wdgCustomers" DataSourceID="SqlDsCustomers" DataKeyFields="CustomerID" AutoGenerateColumns=" > <Columns> <ig:BoundDataField Key="Country" DataFieldName="Country" Header-Text="Country" /> <ig:BoundDataField Key="City" DataFieldName="City" Header-Text="City" /> <ig:BoundDataField Key="CompanyName" DataFieldName="CompanyName" Header-Text="Company" /> <ig:BoundDataField Key="ContactName" DataFieldName="ContactName"Header-Text="Contact" /> <ig:BoundDataField Key="Phone" DataFieldName="Phone" Header-Text="Phone" /> </Columns> <Behaviors> <ig:Paging PageSize="5" QuickPages="3" Enabled="true" PagerMode="NumericFirstLast" /> </Behaviors> </ig:WebDataGrid>