Telerik is a leading vendor of ASP.NET AJAX, ASP.NET MVC, Silverlight, WinForms and WPF controls and components, as well as .NET Reporting, .NET ORM , .NET CMS, Code Analysis, Mocking, Team Productivity and Automated Testing Tools. Building on its expertise in interface development and Microsoft technologies, Telerik helps customers build applications with unparalleled richness, responsiveness and interactivity. Telerik products help thousands of companies to be more productive and deliver reliable applications under budget and on time.
Version Q1 2012 released 04/11/2012
select

Grid / CardView

Drag a column header and drop it here to group by that column
Stock Image
Price: $3,534.00

Condition: New

Quantity: 3 available

Shipping: This item ships UPS ground. Please allow min 4 production and delivery time from verified / cleared check payment.

Description: Custom Made with Your fabric choice - allow time for production & delivery. Back Orders can Occur. DF Boutique will notify you of any such changes.



Stock Image
Price: $546.00

Condition: New

Quantity: 5 available

Shipping: This item ships UPS ground. Please allow min 4 production and delivery time from verified / cleared check payment.

Description: Custom Made with Your fabric choice - allow time for production & delivery. Back Orders can Occur. DF Boutique will notify you of any such changes.



Stock Image
Price: $4,565.00

Condition: Used

Quantity: 4 available

Shipping: This item ships UPS ground. Please allow min 4 production and delivery time from verified / cleared check payment.

Description: Custom Made with Your fabric choice - allow time for production & delivery. Back Orders can Occur. DF Boutique will notify you of any such changes.



Stock Image
Price: $1,534.00

Condition: New

Quantity: 4 available

Shipping: This item ships UPS ground. Please allow min 4 production and delivery time from verified / cleared check payment.

Description: Custom Made with Your fabric choice - allow time for production & delivery. Back Orders can Occur. DF Boutique will notify you of any such changes.



Stock Image
Price: $356.00

Condition: Used

Quantity: 3 available

Shipping: This item ships UPS ground. Please allow min 4 production and delivery time from verified / cleared check payment.

Description: Custom Made with Your fabric choice - allow time for production & delivery. Back Orders can Occur. DF Boutique will notify you of any such changes.



Stock Image
Price: $657.00

Condition: New

Quantity: 1 available

Shipping: This item ships UPS ground. Please allow min 4 production and delivery time from verified / cleared check payment.

Description: Custom Made with Your fabric choice - allow time for production & delivery. Back Orders can Occur. DF Boutique will notify you of any such changes.



Stock Image
Price: $234.00

Condition: New

Quantity: 4 available

Shipping: This item ships UPS ground. Please allow min 4 production and delivery time from verified / cleared check payment.

Description: Custom Made with Your fabric choice - allow time for production & delivery. Back Orders can Occur. DF Boutique will notify you of any such changes.



Stock Image
Price: $436.00

Condition: New

Quantity: 2 available

Shipping: This item ships UPS ground. Please allow min 4 production and delivery time from verified / cleared check payment.

Description: Custom Made with Your fabric choice - allow time for production & delivery. Back Orders can Occur. DF Boutique will notify you of any such changes.



Stock Image
Price: $444.00

Condition: Used

Quantity: 1 available

Shipping: This item ships UPS ground. Please allow min 4 production and delivery time from verified / cleared check payment.

Description: Custom Made with Your fabric choice - allow time for production & delivery. Back Orders can Occur. DF Boutique will notify you of any such changes.



Stock Image
Price: $3,480.00

Condition: New

Quantity: 3 available

Shipping: This item ships UPS ground. Please allow min 4 production and delivery time from verified / cleared check payment.

Description: Custom Made with Your fabric choice - allow time for production & delivery. Back Orders can Occur. DF Boutique will notify you of any such changes.



12
Page size:
select
 11 items in 2 pages

  • In various situations you may need to have more flexible layout for your grid "moving outside of the boundaries" set by the grid columns. This is where the ItemTemplate feature of RadGrid comes into practice. By defining custom row template you "tell" the control to render each item in it in the way you specify between the ItemTemplate tags of the relevant GridTableView instance.

    When you set item template all GridDataItems/GridEditableColumns (auto-generated or declarative) will be replaced with a single cell which will be used as a container for the templated content. The number of the auto-generated/declarative columns will be reflected merely in the header of the grid to allow sorting/filtering/grouping by these fields when the corresponding feature is enabled. Naturally, other features like paging, hierarchy presentation, etc. are supported out-of-the-box in combination with item templates. Furthermore, you have the ability to model the row template to include Preview row (i.e. summarized information to be added at the bottom of each grid record).

Source Code

C# VB.NET
Show code in new window Demo isolation steps
  • <%@ Page Language="vb" AutoEventWireup="false" Inherits="Telerik.GridExamplesVBNET.GeneralFeatures.CardView.DefaultVB"
        CodeFile="DefaultVB.aspx.vb" %>

    <%@ Register TagPrefix="telerik" Namespace="Telerik.QuickStart" %>
    <%@ Register TagPrefix="telerik" TagName="Header" Src="~/Common/Header.ascx" %>
    <%@ Register TagPrefix="telerik" TagName="HeadTag" Src="~/Common/HeadTag.ascx" %>
    <%@ Register TagPrefix="telerik" TagName="Footer" Src="~/Common/Footer.ascx" %>
    <%@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head runat="server">
        <telerik:HeadTag runat="server" ID="Headtag2"></telerik:HeadTag>
        <title></title>
    </head>
    <body class="BODY">
        <form runat="server" id="mainForm" method="post">
            <telerik:Header runat="server" ID="Header1" NavigationLanguage="VB"></telerik:Header>
          <telerik:RadScriptManager ID="RadScriptManager1" runat="server" />
                    <!-- content start -->
            <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
                <AjaxSettings>
                    <telerik:AjaxSetting AjaxControlID="RadGrid1">
                        <UpdatedControls>
                            <telerik:AjaxUpdatedControl ControlID="RadGrid1" LoadingPanelID="RadAjaxLoadingPanel1" />
                        </UpdatedControls>
                    </telerik:AjaxSetting>
                </AjaxSettings>
            </telerik:RadAjaxManager>
           <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" />

            <telerik:RadGrid ID="RadGrid1" ShowGroupPanel="true" DataSourceID="SqlDataSource1"
                AllowPaging="True" runat="server" AllowSorting="True" AllowFilteringByColumn="true">
                <PagerStyle Mode="NextPrevAndNumeric" />
                <MasterTableView TableLayout="Fixed">
                    <ItemTemplate>
                        <asp:Image ID="Image1" Style="float: left;" Width="200px" Height="150px" ImageUrl='<%# "Img/" + Eval("Name") %>'
                            runat="server" AlternateText="Stock Image" />
                        <div>
                            <span style="font-weight: bold; font-family: Arial Black;">Price:</span>
                            <%# Eval("Price", "{0:C2}")%>
                            <br />
                            <br />
                            <span style="font-weight: bold;">Condition:</span>
                            <%#IIf(Eval("Condition"), "New", "Used")%>
                            <br />
                            <br />
                            <span style="font-weight: bold;">Quantity:</span>
                            <%#Eval("Quantity") & " available"%>
                            <br />
                            <br />
                            <span style="font-weight: bold;">Shipping:</span> This item ships UPS ground. Please
                            allow min 4 production and delivery time from verified / cleared check payment.
                            <br />
                            <br />
                            <span style="font-weight: bold;">Description:</span> Custom Made with Your fabric
                            choice - allow time for production &amp; delivery. Back Orders can Occur. DF Boutique
                            will notify you of any such changes.
                        </div>
                        <br /><br /><br />
                    </ItemTemplate>
                </MasterTableView>
                <ClientSettings AllowDragToGroup="true">
                    <Scrolling AllowScroll="true" UseStaticHeaders="true" />
                </ClientSettings>
            </telerik:RadGrid>
            <asp:SqlDataSource ID="SqlDataSource1" ConnectionString="<%$ ConnectionStrings:TelerikConnectionString %>"
                ProviderName="System.Data.SqlClient" SelectCommand="SELECT Name, Price, Condition, Quantity FROM Products"
                runat="server" />
            <!-- content end -->
            <telerik:Footer runat="server" ID="Footer1"></telerik:Footer>
        </form>
    </body>
    </html>

Get more than expected!

Take your time to truly experience the power of RadControls for ASP.NET AJAX with a free 60-day trial backed up by Telerik’s unlimited dedicated support.

Download your RadControls for ASP.NET AJAX trial and jumpstart your development with the available Getting Started resources.

If you have any questions, do not hesitate to contact us at sales@telerik.com.

Copyright 2002-2012 © Telerik. All right reserved
Telerik Inc, 201 Jones Rd, Waltham, MA 02451