or

| <telerik:RadGrid ID="rg" runat="server" DataSourceID="SqlDataSource1" AutoGenerateColumns="false" |
| Skin="" EnableEmbeddedSkins="false"> |
| <MasterTableView> |
| <Columns> |
| <telerik:GridBoundColumn DataField="ProductName" HeaderText="Product Name" UniqueName="ProductName" |
| HeaderStyle-Width="300" /> |
| <telerik:GridBoundColumn DataField="UnitPrice" HeaderText="Unit Price" UniqueName="UnitPrice" |
| HeaderStyle-Width="85" /> |
| </Columns> |
| </MasterTableView> |
| </telerik:RadGrid> |
| <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>" |
| ProviderName="System.Data.SqlClient" SelectCommand="SELECT ProductName, UnitPrice FROM Products" /> |
| <table id="rg_ctl00" cellspacing="0" border="1" rules="all" style="border-collapse: collapse; table-layout: auto; empty-cells: show;"> |
| <telerik:RadGrid ID="rg" runat="server" DataSourceID="SqlDataSource1" AutoGenerateColumns="false" |
| Skin="Test" EnableEmbeddedSkins="false"> |
| <MasterTableView> |
| <Columns> |
| <telerik:GridBoundColumn DataField="ProductName" HeaderText="Product Name" UniqueName="ProductName" |
| HeaderStyle-Width="300" /> |
| <telerik:GridBoundColumn DataField="UnitPrice" HeaderText="Unit Price" UniqueName="UnitPrice" |
| HeaderStyle-Width="85" /> |
| </Columns> |
| </MasterTableView> |
| </telerik:RadGrid> |
| <asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>" |
| ProviderName="System.Data.SqlClient" SelectCommand="SELECT ProductName, UnitPrice FROM Products" /> |
| <table id="rg_ctl00" class="MasterTable_Test" cellspacing="0" border="0" style="width: 100%; border-collapse: collapse; table-layout: auto; empty-cells: show;"> |
