Have been reviewing MouseOver/Out Javascript and before I get started thought I'd ask for a sentence or two of advice from the experts -- when I have it up and running I will share the solution.
What I'd like to do is this:
1) Call up a collection of records in a DataGrid with a hyperlink column(say, from 1 to 50)
2) Hookup MouseOver/Out so that it is triggered when the pointer is over the DataGrid hyperlink (will this work?)
3) OnMouseOver/Out exchange out several Charts (using ChartDirector) that can be pre-loaded (this part I don't think is a problem).
Question is: Do you think this can be done with a DataGrid? The hyperlink will be a date, the graph will represent information collected on that date. The idea is to "roll over" the dates and exchange out the charts.
Thanks!
What I'd like to do is this:
1) Call up a collection of records in a DataGrid with a hyperlink column(say, from 1 to 50)
2) Hookup MouseOver/Out so that it is triggered when the pointer is over the DataGrid hyperlink (will this work?)
3) OnMouseOver/Out exchange out several Charts (using ChartDirector) that can be pre-loaded (this part I don't think is a problem).
Question is: Do you think this can be done with a DataGrid? The hyperlink will be a date, the graph will represent information collected on that date. The idea is to "roll over" the dates and exchange out the charts.
Thanks!