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

Radio Buttons Click Event Affecting Pie Chart Behavior

5 Answers 37 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Angelo
Top achievements
Rank 1
Angelo asked on 01 Dec 2017, 09:40 PM
I have a Pie Chart that has a ChartSelectionBehavior.  This allows me to create another Bar series based on the information from the selected Pie Chart slice.  In the area of my Bar Chart, I have radio buttons and a grid view.  Clicking on the radio buttons or selecting a row in the grid view causes the ChartSelectionBehavior event of the pie chart to fire.  What is the setting that I need to configure to prevent the behavior?

5 Answers, 1 is accepted

Sort by
0
Martin Ivanov
Telerik team
answered on 06 Dec 2017, 08:23 AM
Hello Angelo,

Can you provide a some more information about your set up? How the radio buttons and the grid selection is related to the chart selection? Can you send me some runnable code that demonstrates the reported behavior? Also, if you open a new support ticket you will be able to attach a zip file with a runnable project.

Thank you for any help you can provide.

Regards,
Martin Ivanov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Angelo
Top achievements
Rank 1
answered on 06 Dec 2017, 01:59 PM

Hi Martin,

Thank you for your reply.  I tried to recreate the issue in a smaller application and I cannot recreate the behavior.  The issue is still occurring in my real application though.  My real application has many references that could be causing the behavior but it's just a guess on my part, I really do not know what's causing it.  

Thanks,

Angelo

0
Martin Ivanov
Telerik team
answered on 06 Dec 2017, 02:16 PM
Hello Angelo,

My guess here is that the selection between the chart and gridview controls is synced somehow. Maybe via the SelectedItems property of the pie chart? Can you double check this?

Regards,
Martin Ivanov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
0
Angelo
Top achievements
Rank 1
answered on 06 Dec 2017, 03:11 PM

Hi Martin,

I don't see any connection at all.  I even tried to drag one radio button to the user control for testing and that also affects the behavior of the pie chart.  Any chance that you could remote in to my desktop so I can show it to you?

Thanks,

Angelo

0
Martin Ivanov
Telerik team
answered on 07 Dec 2017, 11:31 AM
Hello Angelo,

The remote session service is available only with the DevCraft Ultimate package. What I could suggest you is to open a new support ticket from your telerik.com account and provide some additional information about your case. More specifically, you can put a breakpoint in the code where the selection is changed - for example in the SelectionChanged event of the chart's selection behavior. Then execute the steps that lead to the wrong behavior and save the stack trace when the breakpoint is hit. Then you can send it in the ticket. Also, you can record a video that shows the steps to reproduce the issue. And additionally you can send us the isolated version of your project so we can think of any potential issues.

Regards,
Martin Ivanov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
ChartView
Asked by
Angelo
Top achievements
Rank 1
Answers by
Martin Ivanov
Telerik team
Angelo
Top achievements
Rank 1
Share this question
or