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 hovered row by modifying the .RowHoveredTR{} class in the skin's CSS Style.
  • Style.CSS

    ...
    
    /*Row Cell (Hovered Row)*/
    .RowHoveredTR TD
    {
        background-color:Gray;
        color:White;
    }
    
    ...
    




Code Samples:


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