This is a migrated thread and some comments may be shown as answers.

RadProgressBarElement

1 Answer 130 Views
ProgressBar
This is a migrated thread and some comments may be shown as answers.
Karl
Top achievements
Rank 1
Karl asked on 18 Oct 2012, 09:46 AM
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

this.radProgressBarElement1.Click += new System.EventHandler(this.radProgressBarElement1_Click);

Thanks

1 Answer, 1 is accepted

Sort by
0
Ivan Petrov
Telerik team
answered on 22 Oct 2012, 03:10 PM
Hello Karl,

Thank you for writing.

I confirm that the click event is not fired for the progress bar element. Here is what you can do to work around this issue.
this.radProgressBar1.ProgressBarElement.Click += ProgressBarElement_Click;
this.radProgressBar1.ProgressBarElement.TextElement.NotifyParentOnMouseInput = true;
this.radProgressBar1.ProgressBarElement.TextElement.ShouldHandleMouseInput = false;
I have addressed this issue and it will no longer be present in our suite once the Service Pack is out.

I have also updated your Telerik points for bringing this issue to our attention.

I hope this will help. Should you need further assistance, I would be glad to help.
 
Kind regards,
Ivan Petrov
the Telerik team
You’ve been asking for it and now it’s time for us to deliver. RadControls for WinForms Q3 2012 release is just around the corner. Sign up for a free webinar to see first all the latest enhancements.
Tags
ProgressBar
Asked by
Karl
Top achievements
Rank 1
Answers by
Ivan Petrov
Telerik team
Share this question
or