BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Tests.Syncfusion" xmlns:syncfusion="http://schemas.syncfusion.com/wpf" x:Class="MainWindow" mc:Ignorable="d" Title="MainWindow" Height="350" Width="525"> <Grid> <syncfusion:SfDataGrid HorizontalAlignment="Left" VerticalAlignment="Top" AllowFiltering="True" x:Name="SfDataGrid1"/> </Grid> </Window>When I try to run application, compiler error "Type 'Syncfusion.UI.Xaml.Grid.SfDataGrid' is not defined." occurs. I thought that Reference Manager will add everything that is needed. What should I reference to get it working?