data grid control

Advanced Data Grid Control

[ Data Grid Home ] [ Documentation ] [ Examples & Demos ] [ Buy Now ]

Example 4 - JavaScript Interaction

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)


( if you do not see the data grid above then click here )

 

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 Example index

« back to Getting Started

[ Data Grid Home ] [ Documentation ] [ Examples & Demos ] [ Buy Now ]

Getting Started

Documentation

Examples