This question is locked. New answers and comments are not allowed.
When ever I bind my RadGridView to an ICollectionView, I loose all my design time data.
I've even made a test project with a custom collection that explicit implements all of ICollectionView's members. If my collection class implements the interface, my design time view is blank; if I remove the interface it repopulates again.
The regular silverlight SDK datagrid works fine.
If I use a paged collection view (instead of my custom collection) the results are the same.
I'm using version:
2012.2.607.1050
I've even made a test project with a custom collection that explicit implements all of ICollectionView's members. If my collection class implements the interface, my design time view is blank; if I remove the interface it repopulates again.
The regular silverlight SDK datagrid works fine.
If I use a paged collection view (instead of my custom collection) the results are the same.
I'm using version:
2012.2.607.1050