SyntaxFix
Write A Post
Hire A Developer
Questions
Your ComboBox is trying to bind to bind to GridItem[x].CompanyItems, which doesn't exist.
GridItem[x].CompanyItems
Your RelativeBinding is close, however it needs to bind to DataContext.CompanyItems because Window.CompanyItems does not exist
DataContext.CompanyItems