This is a migrated thread and some comments may be shown as answers.

Why QueryableCollectionView don't raise event OnCollectionChanged?

1 Answer 80 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 12 Mar 2012, 11:00 AM
Hello!
I bind radGridView to QueryableCollectionView property. When i add new item to this collection radGridView does not get updated data.
CurrentCollection.AddNewItem(new Model{id = 0, name = "empty"});
But, on http://www.telerik.com/help/silverlight/t_telerik_windows_data_queryablecollectionview.html said that it's implement IQueryableCollectionView.

With best regards, Alex.

1 Answer, 1 is accepted

Sort by
0
Accepted
Rossen Hristov
Telerik team
answered on 12 Mar 2012, 12:22 PM
Hi,

Does your source collection support adding items? It has to be an IList which is not with a fixed size.  Otherwise, adding items would be impossible.

Kind regards,
Ross
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
GridView
Asked by
Alex
Top achievements
Rank 1
Answers by
Rossen Hristov
Telerik team
Share this question
or