Questions tagged [syncfusion]

Founded in 2001, Syncfusion, Inc. provides a broad range of enterprise-class software components and tools for the Microsoft .NET platform. Syncfusion also supports various platforms like: Angular, jQuery, Xamarin etc. More information is available at : https://www.syncfusion.com/

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
1124 questions
7
votes
2 answers

How can I render a new instance of vue component dynamically with dynamic props data

I have a vue component with the following implementation interface. I need to render the above component dynamically on multiple tabpages with different data. Each my-data-grid is…
Damilinks
  • 199
  • 1
  • 7
7
votes
1 answer

How to filter TreeViewAdv with RecordFilters

I am new to C# and SyncFusion and would really appreciate your help. I need to have the correct records shown in TreeViewPresenter(TreeViewAdv) after filtering gridGroupingControl. First I thought about to get the filters with:…
ninjaxelite
  • 1,011
  • 2
  • 16
  • 36
6
votes
2 answers

Blazor Web Assembly Siderbar Error: "SfSidebar.Toggle()' is obsolete: blazor"

I am trying to use "Syncfusion" SfSidebar in my Blazor project. I got the following code from this site: Click here to navigate to the site. @using Syncfusion.Blazor.Navigations @using Syncfusion.Blazor.Buttons
Pawara Siriwardhane
  • 909
  • 4
  • 11
  • 24
6
votes
1 answer

Open existing file from stream of drill down data by SSRS in excel of Syncfusion

I have the url of the file as below. First I want to download content of the file. The file has drill down from SSRS configuration. After that I am opening a stream with the code app.Workbooks.Open(stream); using (var client = new WebClient()) …
Soner
  • 1,220
  • 3
  • 14
  • 37
5
votes
1 answer

Internationalization in Syncfusion Ej2 with WebPack

I'm trying to use the internationalization features of Syncfusion EJ2 in Angular-Cli with WebPack, which is problematic because all the documentation uses SystemJs. In particular I'm trying to use this sample import { L10n, loadCldr, setCulture,…
5
votes
1 answer

Can't use Syncfusion assembly in project

I tried to use this code, to include Syncfusion Charts to the project xmlns:charting="clr-namespace:Syncfusion.UI.Xaml.Charts;assembly=Syncfusion.SfChart.UWP" but I get an error: Undefined type "SfChart" in XML namespace…
SYL
  • 327
  • 3
  • 16
5
votes
1 answer

change property to combobox in propertygrid

I have this code from internet source, I thought this code might be working well for changing the property from textbox to combobox in PropertyGrid, but after I run this, it is still a textbox. Could anyone help to solve this? public class…
Mers Tho
  • 129
  • 1
  • 8
5
votes
1 answer

SyncFusion JS chart - Tooltips behave wrong

I'm using SyncFusion for Javascript to render charts in my app. I have a StepChart with several series, continuous X axis and unequal intervals between data points. I want to show a tooltip with description when user hovers certain point. But it…
Humanity
  • 221
  • 3
  • 8
4
votes
1 answer

Labels are overlapping in Syncfusion's flutter Doughnut chart

I have a categorization doughnut chart, where I display labels for each category fraction. The problem is that the labels are overlapping each other if the portion on the chart is very small. If I set labelIntersectAction:…
Yashwardhan Pauranik
  • 4,638
  • 2
  • 30
  • 53
4
votes
1 answer

How to resolve AOT-compiled for 32-bit architectures in Xamarin?

I have been stuck with the same bug the last few days when archiving for Xamarin.iOS. When I archive for iOS, it would take about 6-8 minutes before showing me the following error…
Mochi
  • 599
  • 4
  • 22
4
votes
1 answer

How to debug the error that's generated while building with ng build --prod?

I have created an app and wanted to build it using ng build --prod. While I did so, I got an error message with the current version of syncfusion. The following is the error I'm getting: ERROR in…
krishie
  • 49
  • 5
4
votes
2 answers

Java.Interop.Tools.Diagnostics.XamarinAndroidException: error XA2006

I'm trying to release a Xamarin.Forms application, but when I change to release in the configuration for the Android project and build I get the following error: Java.Interop.Tools.Diagnostics.XamarinAndroidException: error XA2006: Could not…
user5158149
4
votes
2 answers

Set vertical text on x axis in syncfusion column chart

NET MVC 4.0 with Syncfusion controls to implement graph. I have successfully implemented it and running fine but when there are more data in x axis the text overlap each other so I want to show it vertically so it will show it…
3 rules
  • 1,229
  • 2
  • 24
  • 49
4
votes
1 answer

Do I need to use Syncfusion Essential Studio or can I just use NuGet packages?

I'm very confused about Syncfusion Essential Studio. I want to use the XlsIo package in my app to extract some data from an Excel file and I don't understand how I should reference it. The preferred way would be to use NuGet packages, for I which I…
enzi
  • 3,597
  • 1
  • 31
  • 48
4
votes
0 answers

How to use Persian Calendar in Syncfusion.SfCalendar.android xamarin controls

I'm using Syncfusion.SfCalendar.android in Xamarin to show a Persian Calendar in the application (for Android). To use Hijri calendar, I've the "locale" as follows: calendar.Locale = new Java.Util.Locale("FA", "IR"); But unfortunately, month names…
Mahnian
  • 326
  • 2
  • 7
1
2 3
74 75