dwachtell Report post Posted April 4, 2008 Hi, I am struggling with an example with the drag column chart. What i am attempting to do is have a table of data automatically change when a column is dragged. There is an example that shows how to do this with a button calling some js, i am trying to implement using the FC_ChartUpdated method...any examples or advice? Thanks in advance Share this post Link to post Share on other sites
Pallav Report post Posted April 8, 2008 Hi, In this event handler method, you'll need to write your JS to get DOM access to table and then update the pertinent row/column. Share this post Link to post Share on other sites
kumartutu Report post Posted April 10, 2008 Hey Pallavi, thats the problem with me too. After chaging the chart, i have all the changed values in my JavaScript, in html, then how would i send data to the servlet, i have no clue on that..... Please show some light of codes.. Share this post Link to post Share on other sites
Pallav Report post Posted April 15, 2008 Get the data in your client side JS array, encode it in a form and post the form. Or, use AJAX. Share this post Link to post Share on other sites