Hi,
I have upgraded to Q1 2010 and have started experiencing this phenomenon.
I set the ItemsSource property to PagedSortableCollectionView<MyType> and populate it with a web request. The application virtualy disappears. Application_UnhandledException in the App class is not fired. All I get is a blank screen.
I set the ItemsSource property to an ObservableCollection<MyType> and populate it in exactly the same manner as above . Everyting is ok (except for that I get a collection of a couple hundret elements).
This problem did not occur before upgrading to Q1
When I replace RadGridView with DataGrid there is also no problem
Is RadGridView working with PagedSortableCollectionView and are there any particular settings that should be used?
Regards, Przemek
I have upgraded to Q1 2010 and have started experiencing this phenomenon.
I set the ItemsSource property to PagedSortableCollectionView<MyType> and populate it with a web request. The application virtualy disappears. Application_UnhandledException in the App class is not fired. All I get is a blank screen.
I set the ItemsSource property to an ObservableCollection<MyType> and populate it in exactly the same manner as above . Everyting is ok (except for that I get a collection of a couple hundret elements).
This problem did not occur before upgrading to Q1
When I replace RadGridView with DataGrid there is also no problem
Is RadGridView working with PagedSortableCollectionView and are there any particular settings that should be used?
Regards, Przemek