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

Add items to a VirtualQueryableCollectionView

1 Answer 122 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Mattias
Top achievements
Rank 1
Mattias asked on 26 Jan 2012, 01:38 PM
I'm working on a wpf project with large datasets.
I've searched for simple examples on using the VirtualQueryableCollectionView with a RadGridView and followed you example at

http://www.telerik.com/help/wpf/using-data-virtualization.html


Now I've tried severaly methods of adding an item in the grid, but without success. If I bind to a standard CollectionView I have no problems though. Editing existing items poses no problems either.

Do you have a working example where you bind the RadGridView to the VirtualQueryableCollectionView and support adding items in the gridview?

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 26 Jan 2012, 01:44 PM
Hi,

 Currently our virtual collection is suitable mostly for read-only scenarios. You can add/remove desired items to your original source and reload the collection if needed. 

Greetings,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Mattias
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or