Grid

  Previous topic Next topic Print this topic Mail us feedback on this topic!
Displays a grid (table) containing data fields of specified documents or a detail of a selected document based on an assigned ASCX transformation.

Please see CMSDataGrid for information about the control that this web part is based on.

The design of the grid can be customized using skins. Here's an example:
 

<cc1:CMSDataGrid Runat="server">
  <HeaderStyle Font-Bold="True" ForeColor="White" BackColor="orange"></HeaderStyle>
  <
FooterStyle ForeColor="Black" BackColor="#CCCCCC"></FooterStyle>
     <ItemStyle ForeColor="Black" BackColor="#EEEEEE"></ItemStyle>
     <AlternatingItemStyle BackColor="#DCDCDC"></AlternatingItemStyle>
     <PagerStyle HorizontalAlign="Center" ForeColor="Black" BackColor="#999999" Mode="NumericPages"/>
</cc1:CMSDataGrid>

Help URL: http://devnet.kentico.com/docs/webparts/index.html?cmsdatagrid_overview.htm