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