I want to add click event on the gauge that will transfer the value to an function and than I will use this data.
Is there a option to handle events on the radial/linear gauge?
10x.
1 Answer, 1 is accepted
0
Accepted
Marin Bratanov
Telerik team
answered on 26 Dec 2012, 11:08 AM
Hello Tomer,
You can add an onclick handler for the div wrapper of the chart so you can get a reference to the control through the control field the DOM object exposes. Then you can use its client-side API to get the value. For example:
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.