Hi,
I was wondering if any one could help me, I'm trying to add the onclick event to a RadProgressBarElement. For some reason it does not appear to fire, am I missing something?
I'm using 2012.2.726.40
Thanks
I was wondering if any one could help me, I'm trying to add the onclick event to a RadProgressBarElement. For some reason it does not appear to fire, am I missing something?
I'm using 2012.2.726.40
this
.radProgressBarElement1.Click +=
new
System.EventHandler(
this
.radProgressBarElement1_Click);
Thanks