Welcome to the WinUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I can't find a way to programmatically select a row in a details grid.
Setting the bound SelectedItem to the record doesn't work.
ResolveToRowIndex doesn't work for detail records.
DetailsViewLoading event isn't called when calling ExpandDetailsViewAt.
There seems to be no way to access an unselected DetailsViewDataGrid.
So how can I select a row where I have knowledge of the parent record and child record?
My use-case is that I want to reselect a row after a data refresh.