Grid for web service

  Previous topic Next topic Print this topic Mail us feedback on this topic!
Displays a grid (table) containing data retrieved from a specified web service.

You can create a custom web service by adding the necessary code into the sample ~/CMSPages/WebService.asmx file located in your web project. This web service can then be used by the web part as a data source.

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?gridforwebservice_overview.htm