Ambiguous reference with MAUI attached property
I have XAML like this, quickly copied from an example on the DevExpress git repo, and my XAML is quite rusty, so I'm not sure what to make of the errors I'm getting. I'm trying to use their
DataGridView
control:
Now on Grid.SetRow
and Grid.SetColumn
I get "Ambiguous reference" errors. I suspect it's because the DataTemplate.Grid
is nested inside a higher up ContentPage.Grid
and MAUI doesn't know which property to attach, but I'm completely stumped as to what to do. Surely these things are normally more tightly scoped?0 Replies