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
0
votes
1 answer

How to display accumulated data in a line graph in wpf

I'm sure this is a beginner question but somehow I fail to come up with a solution. I've got a database table which is mapped to a MVVM which among other columns has two named 'DTS' and 'Movement'. DTS Movement 01.01.2016 12:00 …
lichtbringer
  • 120
  • 9
0
votes
1 answer

Syncfusion MVC Grid only reads data from OData source

In my app, ASP.NET MVC 4, EntityFramework and Syncfusion MVC controls i have problem with MVC Grid. I created OData source with Web API: public class DriversController : ODataController { private ApplicationDbContext db = new…
BWA
  • 5,672
  • 7
  • 34
  • 45
0
votes
1 answer

Syncfusion grid row selection not working

I have recently upgraded the syncfusion grid version to 13.3460.0.7 from 5.102.1.0 in Application. Issue: Shift + arrow keys rows selection feature has stopped working. Below is the code snippet, I am using in constructor of sfGrid.cs…
Arun Jain
  • 5,476
  • 2
  • 31
  • 52
0
votes
1 answer

How to convert byte[] to PdfBitmap?

I'm using SyncFusion to create PDFs and was wondering how I could convert an array byte I have of a signature that was drawn on a canvas in XAML/C# to a PdfBitmap. So I could add the signature to the PDF document. //requires stream of a file, but I…
Teysz
  • 741
  • 9
  • 33
0
votes
1 answer

Catel UIVisualizerService issue with Syncfusion sfDatagrid

I have created a project that makes use of Catel, Entity Framework 6 and Syncfusion Community Edition. Specifically I am using the sfDataGrid from Syncfusion. I have come across an issue that has me completely stumped, maybe someone out there could…
pjdupreez
  • 659
  • 1
  • 8
  • 19
0
votes
1 answer

Azure build - [error]Unable to find version '' of package

Im trying to get a solution with Syncfusion to work. But every time I try to deploy to Azure i get the following errors ##[error]Unable to find version '13.3.0.12' of package 'Syncfusion.AspNet.Mvc5'. ##[error]Unable to find version '13.3.0.12' of…
determig
  • 51
  • 1
  • 5
0
votes
1 answer

change order of square in sfDatePicker

I have a sfdatepicker in my windows app project but when i use it the SfDateSelector appears in american format, and i want to change it to european (day/month/year)
Thought
  • 5,326
  • 7
  • 33
  • 69
0
votes
1 answer

PrintDialog ToPage should be less than the page count

I recently upgraded my computer to Windows 10, and now one of the programs is acting weird since the upgrade. Trying to print a page range out of a PDF, and when I print pages 1 to 100 (out of 477 pages) I get an error saying ToPage should be less…
AndyD273
  • 7,177
  • 12
  • 54
  • 92
0
votes
1 answer

Data Binding to TextBlock

this.PieSeries = new ObservableCollection() { new RevenueProperties() { Items = "iTunes", Revenue = 6}, new RevenueProperties() { Items = "Others", Revenue = 4}, new…
user5470732
0
votes
1 answer

Change PdfImage type (Syncfusion PDF)

So I'm using Syncfusion Controls for UWP XAML, and I'm trying to insert JPEGs into a PDF I'm creating, but PdfImage seems to always return bitmaps. Or at least images with bitmap-like file sizes. Is there any way to ensure the images being inserted…
evanjs
  • 199
  • 2
  • 11
0
votes
2 answers

Scrollbars on syncfusion pdfviewer not working. winrt

I have this following code on windows store app project.
Thought
  • 5,326
  • 7
  • 33
  • 69
0
votes
1 answer

Dock Ability arrows editable

Hi I was wondering is there a way to only edit the Dock Ability Arrows on the Dock Guide for a docking manager using syncfusion for wpf? I can edit the complete style of the docking manager but I only want the ability to edit the arrows as I have…
Ryan Archibald
  • 215
  • 2
  • 18
0
votes
1 answer

Passing a Dictionary from Controller to view and access the dictionary values from View to display a chart

I have a controller that Populates a dictionary with key as Month dates as 0,5,10,15,20,25,30 and the Values as some Distance covered for each period. Say for eg: Dictionary element of key 5 has distance covered between days 0 and 5 of that…
0
votes
1 answer

Using keyboard keys in syncfusion diagram in asp mvc application

I'm using ej diagram of syncfusion in asp.net mvc program and I want to know is there any option to let me create a new node by hitting enter or any other key? I mean any keyboard keys that I can use for creating and editing diagram or any keyboard…
akhibing
  • 55
  • 5
0
votes
1 answer

Add Custom Caption Button

I am using Sync fusion docking manager and I want to add custom caption button to my floating window. I found solution for Win Forms, but can't add it to wpf project. Please help.
Maduranga
  • 1
  • 1