Hello JUAN CRESPO,
Please replace the
ItemsSource="{Binding ElementName=DIVISADomainDataSource, Path=Data}"
with
ItemsSourceBinding ="{Binding ElementName=DIVISADomainDataSource, Path=Data}"
Please have in mind that GridViewComboBoxColumn column has a known issue with DomainDataSource . Due to the asynchronous nature of loading data , in certain scenarios it will remain empty since the items source data for the combo comes too late.
We are currently fixing this. Meanwhile you may use one of the following workarounds.
1. You may load explicitly the ItemsSource data in the DomainDataSource ( by calling the relevant load method of the DIVISADomainDataSource ) at earlier stage.
2. Instead of using GridViewCombobox column , you may use a regular column and place a Combobox in the cell via the CellTemplate property
Let me know in case you need furhter assistance.
Sincerely yours,
Pavel Pavlov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the
Telerik Public Issue Tracking system and vote to affect the priority of the items.