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

RadChart and hand-cursor

1 Answer 76 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Rieni De Rijke
Top achievements
Rank 1
Rieni De Rijke asked on 17 Aug 2011, 09:02 AM

We use the RadChart in a DataTemplate.
We would like to show the hand-cursor when moving over the chart.

<Controls1:RadChart Cursor ="Hand" mapinfo:MapLayer.Location="{Binding Location}"  Visibility="{Binding Hide, Converter={StaticResource BoolToCollapsedConverter}}" Width="32" Height="32" Background="Transparent" BorderBrush="Transparent" Name="pin" Content="{Binding GebyrChart}" >

But… the hand shows only when the mouse points to the border/side area of the chart. When moving to the middle, over the (pie) chart  the cursor changes to the default arrow.

We have a PopUpMenu popping up on right-click. This does not work when the mouse is in the center of the chart.

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 19 Aug 2011, 08:17 AM
Hi Rieni De Rijke,

The Cursor property being ignored is a bug in the control. It will be fixed in the next internal build, you will be able to download it on Monday.

As for the popup menu issue -- can you please provide more details about your specific implementation? You can open a formal support ticket and attach a sample there, so that we can investigate it. Looking forward to hearing from you.

Best regards,
Ves
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get now >>

Tags
Chart
Asked by
Rieni De Rijke
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or