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

I cannot see the datagrid in design mode

5 Answers 109 Views
GridView
This is a migrated thread and some comments may be shown as answers.
G
Top achievements
Rank 1
G asked on 26 Oct 2008, 06:26 PM
Hi

I'm using the GridView for WPF, with Visual C# Express.
And when I am adding a gridview to my page, I cannot see it in design mode, although it is working fine in run mode

The error message I got is

'Telerik.Windows.Controls.GridView;;;Component\Themes\GridView\Telerik/TableView.xaml' value cannot be assigned to property 'Source' of object 'System.Windows.ResourceDictionary'. Object reference not set to an instance of an object.  Error at object 'System.Windows.ResourceDictionary'.

The XAML I am using is as follows

<Grid Loaded="Grid_Loaded">
        <Grid.Resources>
            <Style TargetType="{x:Type telerik:GridViewCell}">
                <Setter Property="BorderThickness" Value="2" />
            </Style>
        </Grid.Resources>
        <telerik:RadGridView Name="radGridViewRedErrorBorder" ItemsSource="{Binding}" >
            <telerik:RadGridView.Resources>
            </telerik:RadGridView.Resources>
        </telerik:RadGridView>
    </Grid>

5 Answers, 1 is accepted

Sort by
0
Atanas
Telerik team
answered on 27 Oct 2008, 11:03 AM
Hello G,

Unfortunately I did not managed to reproduce your issue, could you please send me more details or a sample project to make me able to help you.

Sincerely yours,
Atanas
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Paul Gallen
Top achievements
Rank 1
answered on 12 Jan 2009, 11:35 AM
Hi,
 
I am having the same problme in blend, was this issue resolved?


Thanks

P
0
Paul Gallen
Top achievements
Rank 1
answered on 12 Jan 2009, 11:36 AM
Hi,

I am having the same problem in Blend, was this issue resolved?

P
0
Vlad
Telerik team
answered on 12 Jan 2009, 03:51 PM
Hello Paul,

The original issue in this thread is already resolved in our latest service pack. Do you have any similar exceptions?

Best wishes,
Vlad
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Paul Gallen
Top achievements
Rank 1
answered on 12 Jan 2009, 04:08 PM
Hi,

Thanks. Betwenn Blend and VS there seesm to be a bit of a battle at times. So I reset all my telerik references and it works fine

Thanks

P
Tags
GridView
Asked by
G
Top achievements
Rank 1
Answers by
Atanas
Telerik team
Paul Gallen
Top achievements
Rank 1
Vlad
Telerik team
Share this question
or