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

Radchart Click event stopped firing

3 Answers 83 Views
Chart (obsolete as of Q1 2013)
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
John Kok
Top achievements
Rank 1
John Kok asked on 16 Jan 2010, 05:32 PM
In my app(VISUAL BASIC .NET), when the user clicked on a radchart, the radchart click event was firing OK.

All of a sudden it just isn't firing anymore.Stopped !!!

I tried deleting the radchart and puuting a new one in, nothing happened.

However if a i start making a new app and put a radchart in it, it works normally.

Is there any clue to what is happening all of a sudden ?

Thanks

P.S. It seems that all events for radchart do not fire !!!
If i put it in a new app it works.In this app, NO !!!

3 Answers, 1 is accepted

Sort by
0
John Kok
Top achievements
Rank 1
answered on 18 Jan 2010, 08:20 AM
It seems that i found the problem.

For some strange reason if you put down the line :

Radchart1.Enabled=True, it stops to fire any events, even thoug someone would expect to fire them since the chart gets enabled
0
Ves
Telerik team
answered on 20 Jan 2010, 09:26 AM
Hello John,

Can you please provide more details on this issue? You can find attached my test application, just add Telerik.WinControls.RadChart.dll and run it. You will notice, that the chart works as expected. Feel free to modify it, so that the issue is reproduced and send it back to us for further investigation.

Best regards,
Ves
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
John Kok
Top achievements
Rank 1
answered on 20 Jan 2010, 09:37 AM
Thanks for answering.

Well, it's kind of embarassing, having to admit that the problem after all, was caused by me.

The chart was disabled when it should(i had code to do that), but was not enabled back on, when it should because there was not such command in my app(actually there was an if statement, that never got true).
I realized just today having a clearer mind.

Sorry for causing any trouble.
Tags
Chart (obsolete as of Q1 2013)
Asked by
John Kok
Top achievements
Rank 1
Answers by
John Kok
Top achievements
Rank 1
Ves
Telerik team
Share this question
or