APNSoft.com - Web Controls, components for ASP.NET
 About Us 
 Articles 
 Products
 Downloads 
 Purchase
 Support

DataGrid
Controls Suite 4.5


Overview
Features
Reference Book
Component Parts
Deployment
Binding to Data
Appearance Customization
Templates
Edit Form
Client-side API
Server-side API
Live Demos




  1. The Rows collection.
    Customized via Skin's CSS Style classes:
    .RowsDIV{} .RowsTABLE{}

  2. The Row.
    Customized via Skin's CSS Style classes:
    .RowEvenTR{} .RowSelectedTR{} .RowHoveredTR{}

  3. Grid's Header.
    Customized via .HeaderDIV{} class in the Skin's CSS Style.

  4. The Column.
    Customized via Skin's CSS Style classes:
    .ColumnResizedDIV{} .ColumnFixedDIV{}

  5. Header's Cell.
    Customized via Skin's CSS Style classes:
    .HeaderTD{} .HeaderHoveredTD{}
    The GridColumn.HeaderText property specifies the text displayed in the header section of the column.

  6. Sort Arrows.
    Specified by the images in the Skin Folder:
    SortArrowAsc.gif SortArrowDesc.gif

  7. Bottom Bar.
    Customized via Skin's CSS Style classes:
    .BottomBarDIV{} .BottomBarTABLE{}
    The layout of elements on Bottom Bar is defined via template applied by using the GridBottomBar.Template property.

  8. Button on the Bottom Bar.
    Presented by the Button node in the Bottom Bar's Template. Customized via Skin's CSS Style classes:
    .BottomBarButtonTD{} .BottomBarButtonHoveredTD{}

  9. Page number.
    Presented by the Info node (and Data="Pages" node attribute) in the Bottom Bar's Template.

  10. Separator on the Bottom Bar.
    Presented by the Separator node in the Bottom Bar's Template.

  11. The Rows info.
    Presented by the Rows node (and Data="Rows" node attribute) in the Bottom Bar's Template.

  12. Status Bar.
    Presented by the StatusBar node in the Bottom Bar's Template.

  13. Context Menu.
    Use the ContextMenuHeader.Template property to specify the template for column headers or ContextMenuRow.Template property to specify the template for rows. Customized via .ContextMenuDIV{} class in the Skin's CSS Style.

  14. Item in Context Menu.
    Presented by the item node in the Context Menu Template. Customized via Skin's CSS Style classes:
    .ContextMenuItemTD{} .ContextMenuItemHoveredTD{}

  15. Icon of Item in Context Menu.
    Presented by the icon node attribute in the Context Menu Template.

  16. Text of Item in Context Menu.
    Presented by the title node attribute in the Context Menu Template.

  17. Separator in Context Menu.
    Presented by the separator node in the Context Menu Template. Customized via .ContextMenuSeparatorTD{} class in the Skin's CSS Style.





© 2003-2024 APNSoft. All rights reserved.    Terms of use.