data grid control

Advanced Data Grid Control

Example 2

A more powerful implementation where both Data and Configuration data are supplied via plain text files.

 

and here is the HTML Code,

<applet code="AdvDataGridApplet" archive="AdvDataGrid.jar" width="430" height="333" mayscript>

<!-- Start up parameters -->
<param name="STARTUPCOLOR" value="255,255,255">
<param name="LOADINGMESSAGE" value="Loading data, please wait......">
<param name="STEXTCOLOR" value="100,80,0">

<!-- Property & Data Files -->
<param name="charset" value="8859_1">
<param name="gridproperties" value="gridprops.txt">
<param name="griddata" value="griddata.txt">

</applet>

 

The Properties are supplied by the file gridprops.txt (click here to view) and
the data supplied from the file griddata.txt (click here to view)

 

 

 

<< Back to Examples Index

<< Back to Getting Started

 

Getting Started

Documentation

Examples

Purchase

Data Grid Control Home

 

Graph & Charting

Pie Chart
Line Graph
Vertical Bar Graph
Stacked Bar Graph
Horizontal Bar Graph
Area Graph
more...