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

Can I access and translate the Page Setup menu in a Syncfusion report (rdl)?

I was wondering if there is a way to access the Labels in the Page Setup menu of a Syncfusion report so I can translate them to spanish. Page Setup Menu
kostas
  • 3
  • 6
0
votes
1 answer

Syncfusion ejGrid not displaying data from Web Api source

I have the following controller coded as follows which returns JSON: public class CustomersController : ApiController { public object Get() { NorthwindEntities db = new NorthwindEntities(); var data = db.Customers.ToList(); …
Ray
  • 4,679
  • 10
  • 46
  • 92
0
votes
1 answer

How to increse width of a column of Gantt Chart in Syncfusion ASP.NET MVC

How can I customize the width of a Gantt chart in Syncfusion ASP.NET MVC. I am sharing a screen shot where i want to increase the width of "Task Name"
0
votes
1 answer

Syncfusion Sample Model Error Message: Index and length must refer to a location within the string

When building the Model from the Syncfusion sample, downloaded from Github, I get the following error: Index and length must refer to a location within the…
Dave
  • 649
  • 5
  • 13
0
votes
1 answer

syncfusion datagrid in xamarin forms

All, I am trying to use syncfusion data grid in xamarin forms now.I have installed trial version as of now. I have created demo from this link All is fine.I have added all references,no errors at all. but it doesn't shows the datagrid in output( i…
Neelam Prajapati
  • 3,764
  • 3
  • 28
  • 62
0
votes
2 answers

.ParentTaskIdMapping properties in gantt of syncfusion does not work?

I am using Syncfusion Essential Studio Edition Version 14.2.0.28 . When i am working with gantt chart and want to indent subtask/subsession inside of parent task/session then it does not work.I followed bellow…
0
votes
0 answers

Migrating from Syncfusion to DevExpress controls

My existing application is using Syncfusion controls v10.104.0.44 but now due to some syncfusion support contract renewal issues we are migrating our application to DevExpress controls. I am trying to check feasibility for replacing the controls but…
nectar
  • 9,525
  • 36
  • 78
  • 100
0
votes
1 answer

Syncfusion ASP.NET MVC RowIndex

How can I get the RowIndex when I add row dynamically or while binding it to DataSource? Can anybody please suggest? I am trying to add CustomAttribute in following way col.Field("Name").HeaderText("Name").Width(90).CustomAttributes(custom => {…
Manoj Sethi
  • 1,898
  • 8
  • 26
  • 56
0
votes
1 answer

Syncfusion Scheduler datasource

I have the following part in my javascript code, in which I want to use a variable that contains the information to fill the datasources instead of writing down the information. Is there a way I can do that? ... resources: [ { …
CarlosOro
  • 113
  • 1
  • 1
  • 7
0
votes
2 answers

`Java.Lang.NoSuchMethodError` exception while using Navigation Drawer

I'm trying to create a navigation drawer using Syncfusion SfNavigationDrawer, but I get the following exception on android simulator. Java.Lang.NoSuchMethodError: no method with name='setClipToOutline' signature='(Z)V' in class…
Akbari
  • 2,369
  • 7
  • 45
  • 85
0
votes
0 answers

Displaying multiple items in SfRotator

I'm trying to display a form in Syncfusion SfRotator control. I have tried to use a StackLayout inside the rotator, and it won't work. The rotator will be loaded, but it doesn't show anything. var item = new SfRotatorItem(); item.ItemContent = new…
Akbari
  • 2,369
  • 7
  • 45
  • 85
0
votes
1 answer

How to set Essential JS Gantt chart first day of week

I try to modify Essential JS Project Tracker example which is based on ejgantt component: $("#gantt").ejGantt({ dataSource: projectData, allowColumnResize: true, allowSorting: true, allowSelection:…
Jacobian
  • 10,122
  • 29
  • 128
  • 221
0
votes
1 answer

how to convert excel file to filestream and maintain calculation mode

So I have an excel file. I have a number of formula in the file. I set the calculation mode of the file to Manual. I save the file to a db by converting to a filestream. var fileStream = new FileStream(path, FileMode.Open); var binaryReader = new…
Fiona
  • 1,599
  • 5
  • 24
  • 38
0
votes
1 answer

Getting Change Event to Fire in SyncFusion's SFAutoComplete Control

I am trying to use the SFAutoComplete control from SyncFusion in a Xamarin iPad app. (only iPad). I am not able to get any sort of change event to fire. What I've tried: If you download SyncFusion and install it, it comes with a "SampleBrowser" app…
CleverPatrick
  • 9,261
  • 5
  • 63
  • 86
0
votes
1 answer

syncfusion chart background line will be dotted line

I want my chart backgroud line will be dotted. Which property can i use for dotted in syncfusion? I tried but i coudn't do this. I don't know exactly which propertly will use for dotted line. Here is my code: control.AutoTempFileCleanUp =…