Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Migration from TDataGrid to XamDataGrid
posted

Hi all, good morning.

I'm working on grids improvements and we want to change our TDataGrids to XamDataGrids. Can I do a binding to CollectionViewSource in XamDataGrid? I've tried but I cannot achieve this.

The binding in TDataGris is done like this, I'd like to use the same collection in XamDataGrid:

ItemsSource="{Binding Path=MyCollectionViewSource.View}"

Moreover, I will appreciate all your recommendations about this migration.

Thanks in advance!

Regards.

Mariano.