Hi Team,
I am working on xamarin.forms project and want to use System.Data.DataTable, System.Windows.Forms.DataGrid and other .NET components in PCL. As far as I have explored .NET Portable Subset, I am seeing System.Data.DataTable, System.Windows.Forms.DataGrid and many .NET specific libraries. But I am unable to use these components because of some errors in PCL.
Are these components supported in PCL or is there any other workaround to get it working? If it is, can you please refer to any helpful link or documentation site, or provide some guidance to get help with?