Hi alltogether,
i try too use the SfDataGrid in an Net.Core Project.
I can add Synfusion.SfDataGrid.WPF and Syncfusion.Tools.Wpf both in Version 18.1.0.42. The Grid show's in the Designer but on runtime i got a FileNotFoundException.
Here is my ProjectFile:
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
<PropertyGroup>
<TargetFramework>netcoreapp3.0</TargetFramework>
<UseWPF>true</UseWPF>
<AssemblyName>ErpDach.Modules.TimeTracking</AssemblyName>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\..\Bin\Debug\Modules\</OutputPath>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Prism.Wpf" Version="7.2.0.1422" />
<PackageReference Include="Syncfusion.SfGrid.WPF" Version="18.1.0.42" />
<PackageReference Include="Syncfusion.Tools.WPF" Version="18.1.0.42" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Base\ErpDach.Base\ErpDach.Base.csproj" />
</ItemGroup>
</Project>
Any Idea how to use this DataGrid.
Thanks
Peter