Hi,
I am using the Telerik Silverlight 4 RadGrid in build Q1 2010.
I have a combobox bound to a RIA domainservice. The entity the combobox is bound to has some related entities which I am including in my DomainService query. The related entities are bound to a RadGridView via a CollectionViewSource.
I have found that the RadGridView only displays refreshes when there are records in the CollectionViewSource. If the combobox selected item is changed and there are no related entities to display in the RadGridView then the RadGridView shos the last records that were displayed, it doesn't refresh and show no records like it should.
This doesn't happen with the MS GridView, it correctly refreshes no matter if there are records to display or not.
Any ideas how I can make the RadGridView do the same? Surely it should be default...
Cheers
I am using the Telerik Silverlight 4 RadGrid in build Q1 2010.
I have a combobox bound to a RIA domainservice. The entity the combobox is bound to has some related entities which I am including in my DomainService query. The related entities are bound to a RadGridView via a CollectionViewSource.
I have found that the RadGridView only displays refreshes when there are records in the CollectionViewSource. If the combobox selected item is changed and there are no related entities to display in the RadGridView then the RadGridView shos the last records that were displayed, it doesn't refresh and show no records like it should.
This doesn't happen with the MS GridView, it correctly refreshes no matter if there are records to display or not.
Any ideas how I can make the RadGridView do the same? Surely it should be default...
Cheers