We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

SfDataGrid is not fond inside XML-Namespace

I have this XAML code:

Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
      xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
      xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
      xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
      xmlns:syncfusion="http://schemas.syncfusion.com/wpf"
      xmlns:local="clr-namespace:FootballScorePlus"
      x:Class="pagTest"
      mc:Ignorable="d"
      d:DesignHeight="1013" d:DesignWidth="1484"
      Title="pagTest">

    <Grid>
        <syncfusion:SfDataGrid  x:Name="dataGrid"/>
    </Grid>
</Page>

and it says, that SfDataGrid is not fond inside XML-Namespace
"http://schemas.syncfusion.com/wpf" I referenced Syncfusion.Data.WPF, Syncfusion.SfGrid.WPF and Syncfusion.Shared.WPF as it's said in the getting started.

3 Replies

RI Richard March 31, 2016 09:41 PM UTC

I've had a similar issue a few times. My problem was that I was not targeting a high enough version of .NET.

Try targeting a higher version and see if that helps.


DK Didi Kunz April 1, 2016 08:15 AM UTC

That did it. I feel stupid of not realizing that myself. Thank you Richard.


SV Srinivasan Vasu Syncfusion Team April 2, 2016 07:10 AM UTC

Hi  Didi,

Thanks for  contacting Syncfusion support. And thanks for your update Richard.

Please let us know if you have any assistance on this.

Regards,
Srinivasan


Loader.
Live Chat Icon For mobile
Up arrow icon