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 place the label of ChartCustomPoint in a Syncfusion Chart (winform)

I have a syncfusion chart in my winform application. I add a series of data. I want to highlight a specific point of the series (let's say the 25th data point of the first series) with a red circle and the "Focus" text. ChartCustomPoint cp = new…
0
votes
1 answer

how to bind multiple selected items of syncfusion xamarin forms datagrid in mvvm?

I am able to bind SelectedItem if Selection Mode is single but if it is set to multiple then how do you bind it? Here is what I tried for Single Selection Mode
Ajit Hegde
  • 542
  • 1
  • 15
  • 33
0
votes
1 answer

exporting data table to excel using xamarin sync fusion

I have added sync fusion package to my android project using nuget installer with the below command. install-package Syncfusion.Xamarin.XlsIO -sourcehttp://nuget.syncfusion.com/xamarin The worksheet interface contains reference only to import data,…
Divya
  • 1
  • 4
0
votes
1 answer

syncfusion ejtreegrid modify newly added nodes

i am using the ejtreegrid to display and edit my hierarchical data . also i am using the actionComplete event to send data to my asp.net controller to persist data . here the code of my controller : public int AddFamille(string DESIGNATION) …
user2475096
  • 350
  • 3
  • 19
0
votes
1 answer

Syncfusion RibbonWindow Icon does not appear in WPF

I have been trying to set an Icon that appears on the top left of my RibbonWindow but I cannot. My problem is that when I use a transparent icon, it is displayed perfectly on the taskbar but it does not appear on the top left of the window. I have…
kostas
  • 3
  • 6
0
votes
2 answers

Getting Base Content of Selected Node

I am using Syncfusion WPF Controls. I have created a project that displays a Radial Tree Diagram. I'm trying to access the base values listed under Content on the bottom of the picture(Link, LinkID, ParentID, etc). Picture: Looking at the…
Cnote
  • 65
  • 6
0
votes
1 answer

How to display SfChart from code behind

I have created a SfChart in my code behind. I am getting no error but the chart doesn't display on the page. I think it may be a problem with my Xaml but I'm not sure. I have tried following the example here. My problem is similar in that everything…
Inkers
  • 219
  • 7
  • 27
0
votes
1 answer

get the pdf file rectangle(drawing) coordinates in c#

I need to get all pdf rectangle coordinates(the drawing) i uploaded a pdf file. i used syncfusion pdfviewer to draw the rectangle. i asked them how to get the rectangle coordinates but they emailed me that the control doesn't have a functionality…
pdf asker
  • 59
  • 2
  • 11
0
votes
1 answer

Import icon in Metro Studio 5

I am trying to get icon for my Windows Phone 8 application but cannot find suitable icon in Syncfusion Metro Studio 5. I found it on the net. How can I get it in Metro Studio to modify it?
dragy
  • 187
  • 5
  • 22
0
votes
1 answer

Syncfusion Calendar render wrong month for blackout date

Good Day! I am trying to use Syncfusion Calendar Plugin in my Xamarin Forms project. Everything is working fine, except rendering blackout dates. This is the documentation for this plugin. The problem is when I create new DateTime object, for…
Ork
  • 11
  • 3
0
votes
1 answer

c# - How to create an image from a pdf rectangle

is there a way to create an image based from pdf using rectangle? im using syncfusion pdfviewer(using the Unlimited Flat-Fee License). and this is how i create an image from pdf using c# private void ScreenCapture(string fileName, int x, int y, int…
pdf asker
  • 59
  • 2
  • 11
0
votes
1 answer

Xamarin Forms System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation

I have a page that contains a Syncfusion weekly SfSchedule when I try to open the page it gives me this error: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation and the InnerException is: …
Mireille
  • 637
  • 2
  • 12
  • 27
0
votes
1 answer

Delete a Syncfusion SfSchedule appointment

I have a class Activity that inherit from RealmObject. I am adding it to the realm database and there's a the page that contains a weekly SfSchedule. When the user choose an appointment(all the appointment are retrieved from the database using…
Mireille
  • 637
  • 2
  • 12
  • 27
0
votes
2 answers

Style of OpenFileDialog when using Syncfusion in WPF

I'm using Syncfusion to change the style of my WPF application to the Office 2007 Blue style. But the OpenFileDialog shows in the default style of my OS (XP) and there doesn't seem to be any way to change its style. Is there a way to make the style…
svick
  • 236,525
  • 50
  • 385
  • 514
0
votes
1 answer

How to install and configure Syncfusion JavaScript with Aurelia CLI?

How do I configure Syncfusion JavaScript for use with Aurelia via Aurelia CLI? Here is how Syncfusion JavaScript configured when used with jspm (via http://aurelia-ui-toolkits.github.io/demo-syncfusion/#/installation): Open config.js and add a…