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

how to flutter syncfusion bar chart background grid line delete?

how to flutter syncfusion bar chart background grid line delete? use pub.dev // syncfusion_flutter_charts 19.4.56 https://pub.dev/packages/syncfusion_flutter_charts < image grid line (grey color line) > my code return SfCartesianChart( title:…
덕상상
  • 167
  • 1
  • 10
2
votes
1 answer

Blazor Syncfusion Grids: The Grid.CurrentViewData method always returns null

I am using Blazor Server and Syncfusion grids (SfGrid) to display information in multiple grids on a page. My issue is after I access the grid referenced in the @ref attribute and I use the grid.CurrentViewData method, the resulting grid object is…
scott_f
  • 838
  • 8
  • 17
2
votes
1 answer

Is there some way with dapper object in object to load in sfdatagrid?

I am using Dapper and when i execute query and load to SfDataGrid only show results from first table. Model: public class Users { public int id { get; set; } public string name { get; set; } public string email { get; set; } public…
Kofa
  • 23
  • 3
2
votes
1 answer

Draw horizontal ray/line/grid

I want to draw a so called 'horizontal ray' or 'horizontal line' for some y points. I cannot find any option to do so for my charts. I tried using markers or even data labels but they are irrelevant. I'm currently using syncfusion library for…
2
votes
1 answer

Flutter - Cartesian Charts - After a few minutes my chart starts to overwrite itself

I have an SfCartesianChart (Line-chart), which takes data from a bluetooth device. Works great for around 2/3 minutes. Then it starts plotting the data from the beginning again. Essentially overwriting the chart but leaving the existing data in…
2
votes
1 answer

How to turn off a Group header in SfListView?

I have a problem.I want to turn off a Group header in SfListView.I read on the forums to turn off IsStickyGroupHeader,I did it but IsStickyGroupHeader="False" does not work.Maybe I understand something wrong.Please help me.Thank you …
2
votes
2 answers

Syncfusion TreeGrid + Angular 11 "Error: inject() must be called from an injection context"

I wanted to use Syncfusion TreeGrid in my Angular solution but when I imported module and added it to component I'm getting following error: core.js:6210 ERROR Error: Uncaught (in promise): Error: inject() must be called from an injection…
Robert
  • 779
  • 6
  • 13
2
votes
1 answer

How to inject data into class when Provider can't be used? - Flutter

Im really struggling with this question, asking it right and even proper terminology so please help me out here. This is probably an easy fix under the proper question syntax that I'm unaware of. If so I'll delete once I know the lingo. Goal I want…
RobbB
  • 1,214
  • 11
  • 39
2
votes
1 answer

Internal Navigation in PDF using syncfusion package in flutter

I've been working on an App in flutter to generate a PDF file containing a list of indexes and its corresponding content portions. What I want to achieve is to navigate to the specific contents while clicking on the index elements. I followed the…
2
votes
1 answer

Changing src with a dropdown menu with Vue

I'm new to Vue and I'm using this dropdown menu component (https://ej2.syncfusion.com/vue/documentation/drop-down-list/data-binding/) that pulls it's list items from a json array that looks like this: