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

xaml telerik won't resolve RadGridView

3 Answers 37 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Tory
Top achievements
Rank 1
Tory asked on 25 Sep 2012, 01:00 PM
Intellisense in Visual Studio for some reason isn't picking up telerik RadGridView and won't resolve.


My project is targeting .NET 3.5 and has the following references:


`Telerik.Windows.Controls`


`Telerik.Windows.Controls.GridView`


`Telerik.Windows.Controls.Input`


`Telerik.Windows.Data`


All of these are for .NET 3.5 and have a runtime version of 2.0.X


My code:


    <Window x:Class="Project.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
        Title="MainWindow" Height="350" Width="525">
    
    <Grid Loaded="Grid_Loaded">
        <StackPanel>
            <telerik:RadGridView></telerik:RadGridView> <-- this won't resolve

Any ideas why this is happening and how to fix it?

3 Answers, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 27 Sep 2012, 07:47 AM
Hi Tony,

Have you checked if the Version of our controls is the same as the one you need? For example the version for our latest build you are using should be: 2012.2.912.35

All the best,
Nik
the Telerik team

Time to cast your vote for Telerik! Tell DevPro Connections and Windows IT Pro why Telerik is your choice. Telerik is nominated in a total of 25 categories.

0
Tory
Top achievements
Rank 1
answered on 27 Sep 2012, 01:24 PM
Nik,

I actually recently figured out that that was indeed the issue. We were using assemblies from Q1 2012 as opposed to Q2 2012. I'm unsure why that difference would cause RadGridView to cease existence. I know the problem is now resolved, but I'm baffled as to why this was an issue. Is it a compatibility issue?

Thanks,

Tory
0
Vera
Telerik team
answered on 02 Oct 2012, 11:32 AM
Hi Tory,

 
We would recommend you to use the latest official version (currently Q2 2012 SP2). When there are fixed reported issues, you can use our Latest Internal Builds distributed every Monday.

Greetings,
Vera
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Tory
Top achievements
Rank 1
Answers by
Nick
Telerik team
Tory
Top achievements
Rank 1
Vera
Telerik team
Share this question
or