Assembly deployment - location confusion

Hi

I'm following the ssdatagrid getting started guide at


and the assembly locations are not very clear.

For the PCL assemblies, the first 4 assemblies have a pcl\ prefix so I understand they come from the pcl folder.

The last assembly does not have a pcl prefix - does it come from the same folder?

For the Android Renderer assemblies, the first 4 assemblies have a pcl prefix and the next assembly has an android prefix so I know where they are from but the last 3 assemblies have no prefix again. Where should I get them from?

Cheers

Steve


1 Reply

AN Ashok N Syncfusion Team December 1, 2017 07:11 AM UTC

Hi Steve, 

Thanks for contacting Syncfusion support. 

The following list of assemblies need to be added as reference from the lib folder to use SfDataGrid in your application. We will update the same details in UG and update you once publish in online. 
Project 
Required assemblies 
PCL 
pcl\Syncfusion.Core.XForms.dll
pcl\Syncfusion.Data.Portable.dll
pcl\Syncfusion.GridCommon.Portable.dll
pcl\Syncfusion.SfDataGrid.XForms.dll
pcl\Syncfusion.SfNumericTextBox.XForms.dll
 
Android Renderer 
pcl\Syncfusion.Data.Portable.dll
pcl\Syncfusion.GridCommon.Portable.dll
pcl\Syncfusion.SfDataGrid.XForms.dll
android\Syncfusion.SfDataGrid.XForms.Android.dll
android\Syncfusion.SfNumericTextBox.Android.dll
android\Syncfusion.SfNumericTextBox.XForms.Android.dll
android\Syncfusion.SfNumericTextBox.XForms.dll
 
iOS Renderer 
pcl\Syncfusion.Data.Portable.dll
pcl\Syncfusion.GridCommon.Portable.dll
pcl\Syncfusion.SfDataGrid.XForms.dll
ios-unified\Syncfusion.SfDataGrid.XForms.iOS.dll
ios-unified\Syncfusion.SfNumericTextBox.iOS.dll
ios-unified\Syncfusion.SfNumericTextBox.XForms.iOS.dll
ios-unified\Syncfusion.SfNumericTextBox.XForms.dll
 
UWP Renderer 
pcl\Syncfusion.Data.Portable.dll
pcl\Syncfusion.GridCommon.Portable.dll
pcl\Syncfusion.SfDataGrid.XForms.dll
uwp\Syncfusion.SfDataGrid.XForms.UWP.dll
uwp\Syncfusion.SfInput.UWP.dll
uwp\Syncfusion.SfShared.UWP.dll
uwp\Syncfusion.SfNumericTextBox.XForms.UWP.dll
uwp\Syncfusion.SfNumericTextBox.XForms.dll
 
 
In order to use export to excel and export to PDF functionalities of SfDataGrid, add the below assembly to your pcl project. 
Project 
Required assemblies 
PCL 
pcl\Syncfusion.SfGridConverter.XForms.dll
pcl\Syncfusion.Compression.Portable.dll
pcl\Syncfusion.Pdf.Portable.dll
pcl\Syncfusion.XlsIO.Portable.dll
 

Regards, 
Ashok 


Loader.
Up arrow icon