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

VirtualQueryableCollectionView and VirtualItemCount

8 Answers 134 Views
TreeListView
This is a migrated thread and some comments may be shown as answers.
ss
Top achievements
Rank 1
ss asked on 16 Nov 2010, 04:13 PM

Hello,

I use followinf code:

1.RadTreeListView rr = new RadTreeListView();
2.  
3.VirtualQueryableCollectionView v = new VirtualQueryableCollectionView();
4.v.LoadSize = 10;
5.v.VirtualItemCount = 20;
6.v.ItemsLoading += (s, eee) => { };
7.  
8.rr.ItemsSource = v;

I dont know why but "rr.ItemsSource = v" raises ArgumentNullException (Value cannot be null., Parameter name Key). If  I use RadGridView everythings works fine.

Can you please help me.

Thank you.

8 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 16 Nov 2010, 04:20 PM
Hello,

 RadTreeListView currently is not supported - we will do our best to include support as soon as possible. 

Sincerely yours,
Vlad
the Telerik team
See What's New in RadControls for Silverlight in Q3 2010 on Tuesday, November 16, 2010 11:00 AM - 12:00 PM EST or 10:00 PM - 11:00 PM EST: Register here>>
0
ss
Top achievements
Rank 1
answered on 16 Nov 2010, 04:49 PM

Could you please tell me approximately when?

Thank you.

0
Vlad
Telerik team
answered on 16 Nov 2010, 04:58 PM
Hello ss,

 Our initial target is Q1 2011 (early March most probably) - the main problem comes from the fact that we need to define (and implement) clearly hierarchical data virtualization (the case with RadTreeListView). 

Kind regards,
Vlad
the Telerik team
See What's New in RadControls for Silverlight in Q3 2010 on Tuesday, November 16, 2010 11:00 AM - 12:00 PM EST or 10:00 PM - 11:00 PM EST: Register here>>
0
Eugene
Top achievements
Rank 1
answered on 18 Jul 2011, 04:15 PM
Hi guys,

Is there any news about virtualization for  RadTreeListView? It looks like the recent release doesn't contain any fixes. I'm still getting  ArgumentNullException.

Regards.

0
Vlad
Telerik team
answered on 19 Jul 2011, 07:14 AM
Hi Eugene,

 Unfortunately we were unable to include any improvements regarding Data Virtualization and RadTreeListView. The task is not trivial since in this case we need to virtualize (and flat) hierarchical data however keep the sorting, filtering, etc. hierarchically. 

Kind regards,
Vlad
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
ss
Top achievements
Rank 1
answered on 02 Aug 2011, 03:04 PM
Will the next version have this functionality? We are still eagerly awaiting.
0
Rob Conley
Top achievements
Rank 1
answered on 08 Jan 2013, 08:26 PM

When you say "not supported", you mean that the RadTreeListView cannot be used with the VirtualQueryableCollectionView, correct?

Any recent updates on this or is this the way it is for the foreseeable future?
0
Vlad
Telerik team
answered on 09 Jan 2013, 07:53 AM
Hello,

 Indeed the treelist (the latest version as well) cannot be used with the virtual collection.

Greetings,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
TreeListView
Asked by
ss
Top achievements
Rank 1
Answers by
Vlad
Telerik team
ss
Top achievements
Rank 1
Eugene
Top achievements
Rank 1
Rob Conley
Top achievements
Rank 1
Share this question
or