Source Code Online Home Categories Top Code New Code Submit Code
Search
Subject Directory
 ASP
 ASP.NET
 C/C++
 CFML
 CGI/PERL
 Delphi
 Flash
 HTML
 Java
 JavaScript
 Pascal
 PHP
 Python
 SQL
 Visual Basic & VB.NET
 XML
New Code
Internet Cafe Monitoring Source Code v1.0
Mail Report Excel .Net 2.1
Alibaba Clone B2B Trading Marketplace Script 4
3D Rotate Carousel AS 2.0 1.0
Abadan XML SlideShow 2.0
QuickOrder 1.0
MPEG Bitrate Viewer 1.0
Point of Sale Software 1.0
Online Notebook Manager 1.0
DMXReady Blog Manager 1.0
Availability Booking Calendar 1.5
Free Hotel Management Source Code 1.0
Artistic Photo Gallery 1.0
Advanced Image Grid AS 2.0 1.0
The Viral Script 1.0
Top Code
Adirex 3D Chess Client 1.0
Habanero 2.0.1b
ikiCLassifieds 2.0
JVMail 2.0.0
P2P .htManager 0.2
Smart Font Listbox 1.0
Su Logu 0.6.2
Ticket Support Script 1.1
Time and Attendance 1.0
WhoisOnsite 1.VIII
XMBForum 1.9.10 Karl
phpTimeSheet 1.3.0-preview 2
Arbitrary-shape Popup Box 1.0
CSTreeBean 0.3
encbtn32.zip 1.00.00b
Report About DataGrid Component Modifications 1
- required fields

Please enter text on the image
  

1. Display alternating color rows in a DataGrid, while keeping specific columns all a single color. / 2. Change the colors of specific header backgrounds. Currently, one can change the color of the entire header row via the "header" style property, but not of any specific one. This feature gets around that limitation. / 3. Modify the cell properties (e.g. background color, text style, font properties, etc.) of any particular cell in the DataGrid. Currently, you can only do it for an entire column, but not for specific cells. / 4. Add push buttons and radio buttons to the grid. A customer event handler has been added to trap push button events. / 5. Special "Prefix" and "Suffix" formatting can be applied to any cell to give it a particular "format" - e.g. currency or percentage (see example #1 for this) / 6. Cells can have formatting "callback" functions associated with them such that when a user clicks on a cell, a callback function defined in the _root level. In example #1 of the demo, the callback function reverses the order of the words in the cell.

Back