morgenweck Report post Posted May 11, 2015 Do you happen to have a small sample that uses JSON data in a heatmap that calls a JavaScript on the same page that passes the row and column data? Thanks Bill Share this post Link to post Share on other sites
morgenweck Report post Posted May 12, 2015 I got it working. I added a column ds.Tables(0).Columns.Add("link", Type.GetType("System.String")) then created the JSON object like ds.Tables(0).Rows(i).Item("link") = "j-myJS-" + ds.Tables(0).Rows(i).Item("linkvalue") Share this post Link to post Share on other sites
Swarnam Report post Posted May 12, 2015 Hey, Glad to know you were able to resolve the issue at your end. Share this post Link to post Share on other sites