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

DataGrid
Controls Suite 4.5


Overview
Features
Reference Book
Live Demos
Populating with Data
Columns
Rows
Row uniqueness
Alternating rows
Hovered row
CSS Formatting
Client-side selection
Server-side selection
Filtering
Exporting
Insert/Update/Delete
Cell editing
Fixed (Summary) row
Appearance & Layout
Behavior
Bottom Bar
Application scenarios







You can specify complete style information for alternating rows by modifying the .RowEvenTR{} class in the skin's CSS Style. Alternating rows tell which cells are in each row, especially with wide tables that have many columns.
  • Style.CSS

    ...
    
    /*Even Rows*/
    .RowEvenTR
    {
         background-color: #F1F1F1;
    }
    
    ...
    




Code Samples:


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