Hi,
On the kendo side of things there seems to be a databound event that you can subscribe to. I cannot seem to use this on the htmlchart though. I am trying to add it to the kendo widget element of the chart but it doesn't work. I am moving away from server side stuff where possible so need this to be client based.
kendoWidget.dataBound =
function
(e) {
alert(
"dataBound"
);
}
Any ideas?
Regards
Jon