This question is locked. New answers and comments are not allowed.
Hi,
I recently upgraded my Silverlight controls to 2010.3.1110.1040.
Now when I run the appication, I do not see any of the grids getting displayed in UI. Following is one of the grids:
Attached are the two screen shots where "BeforeUpgrade.jpeg" shows the same grid getting displayed in UI and "AfterUpgrade.jpeg" shows the same grid not getting displayed in UI.
your help would be appriciated.
Thanks,
Bhavik
I recently upgraded my Silverlight controls to 2010.3.1110.1040.
Now when I run the appication, I do not see any of the grids getting displayed in UI. Following is one of the grids:
<telerikGridView:RadGridView x:Name="gridView_Impact_Incidents" Grid.Row="0" VerticalAlignment="Stretch" IsReadOnly="true" AutoGenerateColumns="False" ColumnWidth="*" RowIndicatorVisibility="Collapsed" ShowGroupPanel="false" IsFilteringAllowed="false" IsEnabled="true" ScrollViewer.VerticalScrollBarVisibility="Auto" Template="{StaticResource RadGridViewTemplate}" RowStyle="{StaticResource GridViewRowStyle1}" Margin="2" RowLoaded="gridView_Impact_Incidents_RowLoaded" > <telerikGridView:RadGridView.Columns> <telerikGridView:GridViewDataColumn Header="TicketID" Width=".1*" CellStyle="{StaticResource GridViewCellStyle1}"> <telerikGridView:GridViewDataColumn.CellTemplate> <DataTemplate> <HyperlinkButton Content="{Binding ExternalSystemID}" NavigateUri="{Binding ExternalSystemLink}" TargetName="_blank"></HyperlinkButton> </DataTemplate> </telerikGridView:GridViewDataColumn.CellTemplate> </telerikGridView:GridViewDataColumn> <telerikGridView:GridViewDataColumn Header="Incident Description" Width=".55*" DataMemberBinding="{Binding Description}" CellStyle="{StaticResource GridViewCellStyle1}"/> <telerikGridView:GridViewDataColumn Header="Created Date/Time" Width=".2*" DataMemberBinding="{Binding CreatedDate}" CellStyle="{StaticResource GridViewCellStyle1}"/> <telerikGridView:GridViewDataColumn Header="Created By" Width=".15*" DataMemberBinding="{Binding CreatedBy}" CellStyle="{StaticResource GridViewCellStyle1}"/> <telerikGridView:GridViewDataColumn Width="100" CellStyle="{StaticResource GridViewCellStyle1}"> <telerikGridView:GridViewDataColumn.CellTemplate> <DataTemplate> <StackPanel Orientation="Horizontal" > <Button x:Name="cmd_Impact_EditIncident" Content="Edit" Width="45" Click="cmd_Impact_EditIncident_Click"></Button> <Button x:Name="cmd_Impact_DeleteIncident" Content="Delete" Width="55" Click="cmd_Impact_DeleteIncident_Click"></Button> </StackPanel> </DataTemplate> </telerikGridView:GridViewDataColumn.CellTemplate> </telerikGridView:GridViewDataColumn> </telerikGridView:RadGridView.Columns> </telerikGridView:RadGridView>Attached are the two screen shots where "BeforeUpgrade.jpeg" shows the same grid getting displayed in UI and "AfterUpgrade.jpeg" shows the same grid not getting displayed in UI.
your help would be appriciated.
Thanks,
Bhavik
