Hi.
Thanks, but I really can't bind to Resources of View. I have dynamically generated views and I can bind just to some visual ancestor's data-context.
Something like:
<MyView>
...
<SfDataGrid>
...
<SfDataGrid.DetailsViewDefinition>
....
<syncfusion:GridComboBoxColumn HeaderText="Customer Area"
ItemsSource="{Binding Path=DataContext.ComboBoxItemsSource, RelativeSource={RelativeSource FindAncestor, Type=myView}"
MappingName="CustomerCity" />
.... but this doesn't work.
Thanks.
Regards,
Juraj