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?