There doesn't seem to be an event called PreviewMouseDown.
I have a datagrid declared in XAML
<syncfusionGrid:SfDataGrid x:Name="TrackListUi" ...
in my page's constructor I try to subscribe to the event as you suggested but PreviewMouseDown isn't one of the events in the list. Any suggestions?