SfDataGrid + Net.Core

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

3 Replies

VS Vijayarasan Sivanandham Syncfusion Team April 7, 2020 01:46 PM UTC

Hi Forstmeier Peter,

Thank you for contacting Syncfusion support. 
We would like to inform you that SfDataGrid is supported in .NetCore 3.0. And we have tried to replicate your scenario in .NetCore 3.0 but we can’t able to reproduce the reported issue from our end.

Please find the tested sample and video demo from our end in the below link,

Sample Link: https://www.syncfusion.com/downloads/support/forum/153075/ze/Sample-786581200 
Video Link: https://www.syncfusion.com/downloads/support/forum/153075/ze/SfDataGridNetCore-250785308

If still you are facing the same issue, can you please share us below things? 
1.Code files related to SfDataGrid  
       2.Brief replication procedure/video illustration of the reported issue 
Also if possible, can you please revert us with the modified sample? It will help us to investigate further and provide appropriate solution at earlier. 
Regards,
Vijayarasan S 



FP Forstmeier Peter April 7, 2020 05:59 PM UTC

Hi,
Thanks for teh very fast answer.
Don't ask me why, but after a few rebuilds of the Solution it is working. some Kind of magic *g*

Once again thanks
Peter


VS Vijayarasan Sivanandham Syncfusion Team April 8, 2020 10:26 AM UTC

Hi Forstmeier Peter,

We are glad to know that the reported issue has been resolved. Please get back to us if you have any other queries. As always, we will happy to assist you
😊

Regards,
Vijayarasan S 


Loader.
Up arrow icon