Posted 03 Nov 2011 Link to this post
Posted 02 Dec 2011 Link to this post
<
telerik:RadGridView
Grid.Row
=
"0"
HorizontalGridLinesBrush
"#FF00203A"
VerticalGridLinesBrush
"Transparent"
Foreground
"#FFD4D2D2"
RowIndicatorVisibility
"Collapsed"
x:Name
"ResearchRadGrid"
VerticalAlignment
"Stretch"
HorizontalAlignment
d:LayoutOverrides
"Width"
ItemsSource
"{Binding ResearchItems}"
AutoGenerateColumns
"False"
IsReadOnly
"True"
Margin
>
telerik:RadGridView.Columns
telerik:GridViewDataColumn
Header
"Subject"
DataMemberBinding
"{Binding PimcoAMCARSSubject}"
Width
"3*"
/>
"Ticker"
"{Binding PimcoAMCARSTicker}"
"65"
"Company"
"{Binding PimcoAMCARSCompany}"
"2*"
"From"
"{Binding PimcoAMCARSCreatedBy}"
"1.5*"
"Date"
"{Binding Created}"
DataFormatString
"{}{0:g}"
"130"
"Reason"
"{Binding PimcoAMCARSReason}"
...
</
telerik:RadDataPager
PageSize
"{Binding ResearchItems.PageSize}"
"1"
Source
"{Binding Items, ElementName=ResearchRadGrid}"
"ResearchItemPager"
Posted 05 Dec 2011 Link to this post
Can you post more info about ResearchItems? Can you replace the grid with standard SIlverlight DataGrid to see what will be the result? Do you have any implicit styles for RadGridView in your application? Any custom themes?
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Posted 06 Dec 2011 Link to this post
Can you try to remove the custom theme temporary to see what will be the result?
Posted 07 Dec 2011 Link to this post
Posted 08 Dec 2011 Link to this post
Please open support ticket and send us an example project where we can replicate your scenario and these problems.
Posted 09 Dec 2011 Link to this post