Questions tagged [syncfusion]

Use this tag for questions relating to the Syncfusion UI components suite for Web, Desktop, and Mobile Apps.

Syncfusion provides Professional UI Controls for

  • Windows Forms
  • WPF
  • ASP.NET
  • ASP.NET MVC
  • JavaScript
  • LightSwitch HTML
  • Mobile MVC
  • Silverlight
  • Windows Phone
  • WinRT
  • Universal Windows
  • Xamarin
  • Orubase

Additionally to the control collections, Syncfusion offers file-based support and solutions for

  • Excel
  • Pdf
  • Word
  • Powerpoint

Enterprise-level users have additional access to

  • Dashboarding
  • Big data
  • Reporting
1647 questions
3
votes
1 answer

Syncfusion pager(paginator not working )in angular 7

Please see the below stackblitz link for reference https://stackblitz.com/edit/angular-l4mzdb?file=src%2Fapp%2Fapp.component.ts in the output pager component is showing but pager component is not considering the data to apply pagination. Please let…
Santhosh
  • 1,053
  • 1
  • 20
  • 45
3
votes
1 answer

How to generate the Thumbnail of the PDF first page in Xamarin Forms

I'm using the Syncfusion PDF viewer for Xamarin Forms to display a collection of PDF files and it seems the conversion from PDF to PNG (to extract the first page (the cover) of the PDF file to show it, to the user, into a carousel) didn't work in…
3
votes
1 answer

Xamarin Forms Button Content Layout Not Working

I have a button with an arrow on the right side of it, this works great with android, but not at all with ios. Here is the Xaml on the button:
DalTron
  • 939
  • 3
  • 9
  • 22
3
votes
1 answer

Change format of image(WPicture) in Syncfusion DocIo .NetCore

I have an .net core 2 application. I use syncfusion, the docIO libraries for working with word documents. I have a word document and i want to change format of all images inside the document to .png I have found the WPicture objects iterating over…
Birtija
  • 87
  • 3
  • 10
3
votes
3 answers

PDF shows signature in Foxit Reader but not Adobe Reader

Why does this PDF show a signature in Foxit Reader but not Adobe Reader? Here is the code from the Syncfusion PDF library used to generate it (see also documentation about signing an existing document): var signature = new…
Scotty H
  • 6,432
  • 6
  • 41
  • 94
3
votes
3 answers

Access Denied When Creating a new File Using Filestream - Xamarin IOS

I am trying to create an empty PDF file in Xamarin.IOS using Filestream. When I try to create the Filestream using the following code: FileStream fs = new FileStream("InvestmentAgreemen.pdf", FileMode.Create, FileAccess.ReadWrite); I get the…
DavidShepard
  • 306
  • 3
  • 11
3
votes
1 answer

Use Hidden field in syncfusion column chart series

I am using syncfusion in ASP.NET MVC for my application to display chart and I done it well. Now I have to set hidden field for every chart that generated on every axes and want to get that hidden field's value on click function call of…
3 rules
  • 1,359
  • 3
  • 26
  • 54
3
votes
2 answers

Durandal widgets inner function scope and context

I have durandal widget and two syncfusion buttons: view.html
Milos
  • 1,678
  • 4
  • 23
  • 49
3
votes
0 answers

How to format sfChart DateTimeAxis Label Style so that it contains only capitalized words

I am using SyncFusion for graphics. For that purpose, I am specifically using SfChart component. In this component, I want to be able to format dates as following: MON,TUE,WED,THU,FRI,SAT,SUN (That means that show only days with capital letters) To…
Emrah Akgül
  • 630
  • 2
  • 7
  • 18
3
votes
1 answer

Syncfusion JS Chart Custom Tooltip

I'm using Syncfusion JS 12.1.0.43, trying to implement line chart with custom tooltip; Here is my HTML;
3
votes
3 answers

How to manage CheckBox in XAML?

I am a beginner in programming. I want to manage my Checkbox by including "if-else-condition" in it. For examples, there are two columns in my grid which are named "readable" and "writable" (public bool). I will use CheckBox for these two…
user3481276
  • 89
  • 10
3
votes
1 answer

Syncfusion XlsIO - Unexpected token exception

We have a Syncfusion GridControl that contains formulae like: IF(R2<>0,100*(R3-R2)/R2,0) These formulae work fine in the grid and the formulae calculation engine gives the correct results whatever regional settings/number formats we have on the PC…
Richard B
  • 304
  • 6
  • 14
3
votes
3 answers

How do I access X.509 certificates stored in a service account?

I'm trying to digitally sign a PDF document using Syncfusion PDF 10.4, like so: PdfLoadedDocument document = new PdfLoadedDocument(inputStream); PdfCertificate certificate = PdfCertificate.FindBySubject(certificateStoreType,…
Sören Kuklau
  • 19,454
  • 7
  • 52
  • 86
3
votes
1 answer

Porting WPF controls to Silverlight

I'd like to port one of Syncfusion's (a third-party .NET controls vendor) WPF controls to Silverlight. I understand that Silverlight is a subset of WPF and thus there will be limitations and restrictions when porting over. Has anybody done this…
matt
  • 2,857
  • 7
  • 33
  • 58
2
votes
2 answers

Custom the background for polygon in Syncfusion Blazor maps

Is it possible to custom the background for polygon in Syncfusion Blazor maps, to be like shown in this screenshot: