Sorting not working

I have a simple data table:

<syncfusion:SfDataGrid x:Name="claimHistoryGrid" 
                                       ItemsSource="{Binding claimInfoCollection}" 
                                       AllowSorting="True" 
                                       />

There is a lag when I click on the headers to sort. After awhile, it will sort one column but after that no other columns can be sorted. I thought there might be an issue because I am using a Shell project but I get the same results no matter which project I use.

 Ive tried changing the tap to double but I get the same results. Ive even tried adding an event to see if the application is catching the click event but it doesn't get fired after I sort for the first time.

Am I missing a setting or something?

2 Replies

LA Lazlo April 9, 2020 03:00 PM UTC

Also, Ive tried using an ObserableColletion and List thinking that the data source is the issue. But I get the same reesults


KK Karthikraja Kalaimani Syncfusion Team April 10, 2020 06:15 AM UTC

Hi Lazlo,

We have checked the reported issue “Sorting not working” in simple sample. We are unable to reproduce the issue in our end and it is working fine without any lag. We have attached tested video for your reference.

Since we are not aware of your exact application scenario, could you please share the following details to check it further and provide a possible solution earlier.

i) SfDataGrid and Xamarin forms  version

ii) Video of the issue

iii) In which platform you are facing the issue.

iv) Could you please modify the below sample based on your scenario and revert us back with clear replication procedure ?

Sample link : https://www.syncfusion.com/downloads/support/directtrac/general/ze/DataGridDemo1101267619-1436109281.zip


Video link : https://www.syncfusion.com/downloads/support/directtrac/general/ze/Video_Reference-938500901.zip

Regards,
Karthik Raja
 


Loader.
Up arrow icon