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)
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)