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

problem with scroll

1 Answer 28 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Kiran
Top achievements
Rank 1
Kiran asked on 13 Jun 2011, 11:00 AM
Hello,
I working in SL-4 and dll version of telerik is 2011.1.315.1040.
I am using RadGridView where in my first column is frozen.
My issue is that, when I scrolls to last column and changes the page, the text from columns second onwards gets clipped from bottom
side. But, when I moves scrollbar to either side text gets repainted properly.

here is my code:

<

 

 

telerik:RadGridView x:Name="WarningManagementDatagrid" CanUserFreezeColumns="False" Grid.Row="1"

 

 

AutoGenerateColumns="False" IsFilteringAllowed="False"

 

CanUserReorderColumns="False" ShowColumnHeaders

="False"

 

 

 

ShowGroupPanel="False" SelectionChanged

="WarningManagementDatagrid_SelectionChanged"

 

 

 

RowIndicatorVisibility

="Collapsed"

 

ItemsSource="{Binding WarningCollection}"

 

 

 

 

 

IsReadOnly="True" Width="400" Height

="150"

 

 

 

HorizontalAlignment="Left"

 

 

AlternateRowBackground="#FFF9F9F9"

 

 

AlternationCount="2" FrozenColumnCount

="1"

 

 

 

Background="#FFFDFDFD"

 

 

BorderBrush="#FF88746A"

  

 

 

Foreground="#FF040404"

  

 

 

VerticalGridLinesBrush="Transparent"

  

 

 

HorizontalGridLinesBrush="#FFECE9E8"

 

 

 

 

 

 

FontFamily

="/Forge.Client;component/Fonts/DIN-Medium.ttf#DIN">

 

 

 

<telerik:RadGridView.Columns>

 

<telerik:GridViewColumn Width="30">

 

 

 

<telerik:GridViewColumn.CellTemplate>

 

<DataTemplate>

 

 

<Ellipse HorizontalAlignment="Left" Style="{Binding Path=WarningSeverity,Mode=TwoWay,Converter={StaticResource WarningManagementConverter},ConverterParameter

=WarningSeverity}"/>

 

</DataTemplate>

 

 

</telerik:GridViewColumn.CellTemplate>

 

 

</telerik:GridViewColumn>

 

 

<telerik:GridViewDataColumn DataMemberBinding="{Binding WarningMessage

}"/>

 

 

 

 

 

 

</telerik:RadGridView.Columns>

 

 

 

</telerik:RadGridView>

<telerik:RadDataPager x:Name="UserAccountDataPager" PageIndexChanged="UserAccountDataPager_PageIndexChanged" Grid.Row="2" PageSize="{Binding PageSizeForWarningManagement,Mode=TwoWay}" Source="{Binding Items, ElementName=WarningManagementDatagrid}"

  

 

 

IsTotalItemCountFixed="True" DisplayMode="PreviousNextNumeric" HorizontalContentAlignment="Right" Style="{StaticResource ForgeRadDataPagerStyle

}"/>

 




Please, tell me what is problem with my code or suggest any solution

1 Answer, 1 is accepted

Sort by
0
Yordanka
Telerik team
answered on 15 Jun 2011, 03:30 PM
Hi Kiran,

Can you try the latest internal build - version .0613 and let us know in case the problem still persists?
 
Kind regards,
Yordanka
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
Kiran
Top achievements
Rank 1
Answers by
Yordanka
Telerik team
Share this question
or