I do not see an onclick event for the radial gauge.
Anyone give me advice on best way to pop up webdialog on gauge click?
Thanks
use ClientSideEvents.Click ...
<html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title> <script type="text/javascript" id="igClientScript"><!--function UltraGauge1_Click(oGauge,oEvent,x,y){ alert ("hello");}// --></script></head><body> <form id="form1" runat="server"> <div> <igGauge:UltraGauge ID="UltraGauge1" runat="server"> <ClientSideEvents Click="UltraGauge1_Click" /> </igGauge:UltraGauge> </div> </form></body></html>