The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
Please ignore my below post, I just discovered I installed the wrong Nuget package version. Thanks.---Dears,I want to use SfNumericTextBox in my CrosPlatform project. Therefore I have installed the Nuget packages in VS 2015 in PCL, iOS and Android projects. The activate rendering I followed the directs on SyncFusions'website:public override bool FinishedLaunching(UIApplication app, NSDictionary options)
{
global::Xamarin.Forms.Forms.Init();
new SfNumericTextBoxRenderer();
LoadApplication(new App());
return base.FinishedLaunching(app, options);
}The SfNumericTextBoxRenderer() instance is not found in the namespace. I have search the installed assembly but no trace of it. Building without it works but no rendering. Where is it? Any help would be very much appriciated, thanks!Best regards,Johan.Attachment: 2042017_212510_c71b74a6.zip