Datagrid horizontal scrolling no longer works on UWP.

Looks like datagrid horizontal scrolling no longer works on UWP. When the total size of the columns is larger than the screen.
It worked before, but stopped after the update. I check it on Android and its fine, but on UWP  its not scrolling.

DataGrid version 16.3.0.21
Xamarin version 3.2.0.871581

6 Replies

DY Deivaselvan Y Syncfusion Team October 19, 2018 12:58 PM UTC

Hi Nikolay,  
  
Thanks for using Syncfusion support.  
  
We have checked your reported “Horizontal scrolling not working on UWP.” Issue. But the issue does not reproduce from our side. We have prepared the sample and attached for your reference, you can download the same from the below link. Also attached the working video for your reference.   
  
  
Video Link: http://www.syncfusion.com/downloads/support/forum/140443/ze/SampleVideo1341086679

Kindly reproduce the issue with the above sample and revert us, thereby we could analyze and update you with the appropriate solution at the earliest.

Regards,
Deivaselvan
 



NS NIKOLAY SOLDATKIN October 22, 2018 07:17 AM UTC

I checked your example and the bug is still there. You can see it on the Bug video The case is that you can moved by horizontal direct after loading. You need to scroll vertical first. But what if you can't scroll it vertical, what if there is only one row for example
In addition, on the android, you can scroll both horizontally and vertically by tapping anywhere on the screen in UWP we need to use scroll bar for horizonatl scrolling


NS NIKOLAY SOLDATKIN October 22, 2018 07:27 AM UTC

Just try to set only one row in your example

        public void SetRowstoGenerate(int count)
        {
OrdersInfo = new ObservableCollection<OrderInfo>();
OrdersInfo.Add(order.GetOrderDetails(count).FirstOrDefault());
//OrdersInfo = order.GetOrderDetails(count);
        }


VR Vigneshkumar Ramasamy Syncfusion Team October 23, 2018 10:46 AM UTC

Hi Nikolay  
  
Thanks for the Update.  
  
We have check your attached video. And try to reproduce the issue while scroll using Scroll bars and try to reproduce the issue with single row in Grid. But the issue does not reproduce the from our side. We have attached both Scrollable row and single row with scrolling video reference. Can you please let us know SfDataGrid version and Xamarin.Forms version also device details, which is help us to proceed further.  
  
   
Regards,  
Vigneshkumar R 



NS NIKOLAY SOLDATKIN October 23, 2018 01:18 PM UTC

Windows version 1803 17134.345
Xamarin 4.11.0.776
SfDataGrid 16.3.0.21
Xamarin.Forms 3.2.0.871581


VR Vigneshkumar Ramasamy Syncfusion Team October 24, 2018 12:59 PM UTC

Hi Nikolay    
    
Thanks for the Update.    
  
We have created the separate incident for the forum to track the status of this query. Please log on to our support website to check for further updates.

http://www.syncfusion.com/Account/Logon?ReturnUrl=%2fsupport%2fdirecttrac/  

Regards, 
Vigneshkumar R 


Loader.
Up arrow icon