Is there a way to default the active record through xaml?
Hello,
I believe this should do the trick:
ActiveRecord="{Binding ElementName=xamDataGrid1, Path=Records[0]}"
Hope this helps