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

Deferred scrolling

1 Answer 147 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Bart Reekmans
Top achievements
Rank 1
Bart Reekmans asked on 24 Jun 2011, 12:34 PM
I'm using a QueryableCollectionview as datasource for my gridview.
Filtering, sorting and grouping are set by using the Group-, Sort- and FilterDescriptors properties.

Now I'm trying to use the deferred scrolling of the grid, but the ScrollPositionIndicator is only shown for the groups, 
meaning no ScrollPositionIndicator for each item in that group.
Setting a ScrollPositionIndicatorTemplate from xaml doens't solve this behavior.

Clearing the Group-, Sort- and FilterDescriptors properties from the QueryableCollectionview solves the problem, but that's no option.

Any ideas or suggestions on this? (Telerik controls version 2011 Q1)

1 Answer, 1 is accepted

Sort by
0
Accepted
Pavel Pavlov
Telerik team
answered on 24 Jun 2011, 03:07 PM
Hi Chris Verstreken,

Having scroll indicator to show the values of items , would require to have the items loaded. This will contradict with the virtualization .

In other words - I am afraid it is not possible to use the VQCV and the scroll position indicator together .

Kind regards,
Pavel Pavlov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Bart Reekmans
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or