data grid control

Advanced Data Grid Control

Example 4

This example demonstrates the Data Grid dynamically interactive with other page content.

Click on the Product names of the first six rows and you will see that a Javascript function is executed which modifies the content of this page. (click on the words "Pie Chart" in the grid)

 

 

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="griddata2.txt">

</applet>

 

Properties are acquired from the file gridprops.txt - click here to view

Data is acquired from the file griddata2.txt - click here to view

The method by which cells are set to interact with Javascript is fully described in the JavaScript section of the Documentation - click here

 

<< 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...