APNSoft - Web Controls, components for ASP.NET Home Help Center Contact Us
About UsProductsDownloadsPurchase
Support

DataGrid
Version 3.1



What's New
Overview
Features
Reference Book
Licensing
Support



Populating with Data
Columns   (general)
Columns   (templates)
Rows
Bottom Bar
Layout and Behavior
Exporting
Skins




Customizing the look-and-feel of your DataGrid is accomplished through the following steps:
  1. Specify data source.

    You should set the DataSource property to specify a source of data and call the DataBind() method. This method used to bind data from a source to a control.

  2. Create the Skin.

    A Skin is a collection of one CSS Style and a set of graphic files that determine the way the DataGrid is going to look. A CSS Style consists of predefined classes. Each Skin file has a predefined name, which cannot be changed. Users can only change contents of these files.

    Skin Folder content:

    CSSStyle.CSS      
     
    PageFirst.gif PageFirstDis.gif PageFirstOver.gif PageLast.gif
    PageLastDis.gif PageLastOver.gif PagePrev.gif PagePrevDis.gif
    PagePrevOver.gif PageNext.gif PageNextDis.gif PageNextOver.gif
    RowNew.gif RowNewOver.gif GetXLS.gif GetXLSOver.gif
    GetHTML.gif GetHTMLOver.gif CntMnuAtoZ.gif CntMnuZtoA.gif
    RowFilterOn.gif RowFilterOnOver.gif RowFilterOff.gif RowFilterOffOver.gif

    Please download ready-to-use skins from the Live Demos -> Skins section. Use the SkinFolder property to link the DataGrid with Skin.

  3. Set component properties.

    Properties can be set in three ways:




  © 2003-2010 APNSoft. All rights reserved. Table of Contents   Terms of use   Contact Us   Help Center