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

Horizontal scrolling cuts columns

1 Answer 105 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Farhan
Top achievements
Rank 1
Farhan asked on 02 May 2011, 11:07 PM
Hi,

Currently the horizontal scrolling on the RadGridView cuts through the columns while scrolling horizontally. For example when you scroll, I would like to skip the entire column instead of half of it remaining on the viewing screen itself which doesn't seem presentable.

I  am passing over a screen shot of the issue we are facing. As you can notice that we have a few frozen columns as well.

http://i51.tinypic.com/65bqtt.png

Thanks,
Farhan

<telerik:RadGridView IsFilteringAllowed="False"
                                     x:Name="PricingEcoList"                                                                        
                                     ItemsSource="{Binding Path=TrancheDataCollection}"
                                     AutoGenerateColumns="False"                                                                                                                                          
                                     SelectedItem="{Binding SelectedTranche, Mode=TwoWay}"                                     
                                     FrozenColumnCount="4"                                   
                                     AlternationCount="2"
                                     EnableRowVirtualization="True"
                                     Style="{DynamicResource RadGridViewStyle}"
                                     SelectionMode="Extended"
                                     Background="{DynamicResource DealOverViewBackGrndGrad}"
                                     HeaderRowStyle="{DynamicResource GridViewHeaderRowStyle}"
                                     telerik:StyleManager.Theme="Windows7"
                                     >

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 03 May 2011, 07:23 AM
Hi,

Currently both horizontal and vertical scrolling are pixel based and you cannot switch them to scrolling to row/column. The only similar option we can offer you is to set ScrollMode="Deferred" - the scrolling again will be pixel based however the grid will scroll the data when you release the scrollbar not immediately.

Regards,
Vlad
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
Farhan
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or