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
8
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
  • 349
  • 3
  • 9
7
votes
3 answers

Make range date picker in flutter

I am trying to make a date range picker like this ,date picker start with on value (today value) then user select the range he need ,in flutter finally I found this package. But I can't open it when I click on the button as date picker. I trayed to…
amira syam
  • 93
  • 1
  • 1
  • 6
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,139
  • 2
  • 20
  • 43
6
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
  • 1,059
  • 11
  • 26
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,280
  • 3
  • 16
  • 40
5
votes
2 answers

Blazor problem rendering data returned from Web Api

I'm hoping someone can suggest how I might figure out where this underlying problem is. I think it's serialization/deserialization not the grid. I am trying to render data returned from an ASP.NET Web Api using a Syncfusion Blazor Grid Component.…
phil
  • 1,938
  • 4
  • 23
  • 33
5
votes
5 answers

Hostlistener scroll event not firing

My main goal is when user scrolls down, I need to get the current scrollTop offset. And user can scroll with mouse click on scroll bar or with mousewheel, so when user does that I want to update take() and skip() (or page()) parameters on ejQuery()…
Julius Dzidzevičius
  • 10,775
  • 11
  • 36
  • 81
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,…
James Gordon
  • 135
  • 1
  • 5
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
  • 337
  • 4
  • 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
  • 149
  • 1
  • 9
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
  • 241
  • 3
  • 9
4
votes
1 answer

Flutter build for web fails with aes_decrypt.dart Error: Not found: 'dart:ffi' import 'dart:ffi'

After adding the syncfusion_flutter_datagrid, printing and pdf packages, When building for web I get the following error: I have run flutter clean && flutter pub get but it didn't help. I also tried adding ffi to pubspec.yml. Compiling lib/main.dart…
markhorrocks
  • 1,199
  • 19
  • 82
  • 151
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
  • 5,370
  • 5
  • 42
  • 65
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
  • 59
  • 8
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
1
2 3
99 100