Nasdack
Wrong DataContext Inference?
the DataContext inside a DataTemplate isn't inferred from its parent control, which is
InventoryView.axaml
in your case. you can set a name for your view and use that name as ElementName
in your binding parameters, or you can use some special syntax to explicity specify the data binding context, like here:
https://github.com/AvaloniaUI/Avalonia/discussions/1133919 replies