Charts Horizontal Slide

Hello,

I have a possible bug, I have several chart and data grids and with none of them i can slide the page horizontally, like if I position my finger inside a chart or data grid to drag I can't do it.

Thanks in advance
Mário

2 Replies

MK Muneesh Kumar G Syncfusion Team January 2, 2014 12:34 PM UTC

Hi Mario,

Thanks for using Syncfusion products.

We can achieve your requirements by setting ManipulationMode="System" as per the below code snippet.

Code Snippet [XAML]:

<chart:SfChart ManipulationMode="System">

</chart:SfChart>

<grid:SfDataGrid ManipulationMode="System" ItemsSource="{Binding Products}"/>

Please let us know if you have any queries.

Regards,

Muneesh Kumar G.



VM Vitor Matos January 2, 2014 01:03 PM UTC

Hi Muneesh Kumar G,

Thanks for your help, it's working now.

Regards.

Loader.
Up arrow icon