Questions tagged [ej2-syncfusion]

118 questions
0
votes
1 answer

How to post data to custom API via Ajax on Synfusion Angular Scheduler

I'm currently trying to figure out how to post data to my API when an event is created using the editor window. I use Ajax to retrieve content already as shown below; const ajax: Ajax = new Ajax( …
nad
  • 1,068
  • 6
  • 16
0
votes
1 answer

Rebind DatePicker Object To HTML Element

I've a SyncFusion date picker that I am using as follows: var datepicker = null; $("#datepicker").hide(); $("#click").click(function(){ $("#datepicker").show(); datepicker = new ej.calendars.DatePicker({ width: "255px" }); …
user8512043
  • 1,043
  • 12
  • 20
0
votes
1 answer

ejs-chiplist selected value pass in OnChage Event

I am using syncfusion for displaying the list of subjects. @foreach (var mySubject in (List)ViewBag.FilterTags) {
0
votes
1 answer

Syncfusion Grid Filter create UI is targeting wrong element for appending the html element

So, I just started on Syncfusion and it's annoying. I have with columnMenuOptions and Filter in the header in a angular project. When I try to create UI for the Filter menu, I am doing as follows: Code public filter: IFilter = { ui:…
Amarender Reddy
  • 243
  • 2
  • 14
0
votes
1 answer

How to save syncfusion pivot view tool bar options as well with table meta data

I am using Syncfusion pivot View, Here I have a requirement of saving Multiple charts on button click and loading charts on button click. I am able to save and load data using getPersistData() and loadPersistData(). But I want to save toolbar…
0
votes
1 answer

syncfusion scheduler only starts to show events only after one month of the StartTime

Trying to use sycfusion vue scheduler but when looking at docs example link This is the event data from the example in docs which has StartTime as January 15th 2008 let data = [{ Id: 1, Subject: 'Paris', StartTime: new Date(2018, 1, 15, 10,…
Abhilash
  • 2,864
  • 3
  • 33
  • 67
0
votes
2 answers

Syncfusion Diagram in Angular 12 with data binding

According to the docs from Syncfusion the Diagram control (ejs-diagram) should support data binding using the datasourcesettings property (https://ej2.syncfusion.com/angular/documentation/diagram/data-binding/). I've been attempting to get this to…
0
votes
1 answer

Syncfusion angular treeview component's getTreedata() method taking much time

In my treeview component I'm loading more than 1000 nodes as a child node of one parent. Then on parent node's nodeChecked event I'm looping through all 1000 child nodes and calling getTreeData() method for getting all data of specific child node by…
0
votes
1 answer

Getting "ej.navigations is undefined" error when using Syncfusion's EJ2 Component Script File

I'm getting getting "ej.navigations is undefined" error when I'm using "https://cdn.syncfusion.com/ej2/ej2-navigations/dist/global/ej2-navigations.js" When I try to use…
0
votes
2 answers

How to obtain the Name parameter in tables with Enum, used ej2.syncfusion and asp.net core?

How to show the Name parameter in tables with ej2.syncfusion and asp.net core? My model is: public class MyEntity { public int ID; public enum StateEnum { [EnumMember(Value = "State A")] …
dalia
  • 1
  • 1
0
votes
1 answer

Syncfusion JavaScript (ES5) Export Chart with Custom Font Family

I have a custom font from google fonts. This font family, defined everywhere in the chart. titleStyle.fontFamily, subTitleStyle.fontFamily, primaryXAxis.titleStyle.fontFamily etc. I am exporting the chart like…
0
votes
1 answer

Syncfusion charts not displaying after pushed to production

The code has been moved to production and the issue appears. Not able to load the pages with charts in it. Getting a fatal error on trying the same. The error received is, Class constructor Orl cannot be invoked without 'new'. This works fine in dev…
0
votes
1 answer

How do I access the actual secrets from AWS Secrets in .NET core? Syncfusion

I have tried multiple tutorials online and none have gotten me to where I can actually use a secret in my .NET build. I am currently trying to just use the Amazon generated code but I it is still unclear to me how to get the secrets. I have close to…
0
votes
2 answers

Posting back value after Syncfusion DateRangePicker is changed

I am using the Suncfusion DateRangePicker control in an AspNet Core Web Site. The page in question is readonly display of some data that is control by a data window, hence the DateRangePicker.
0
votes
1 answer

Syncfusion filemanager download file not working

I am using syncfusion filemanager. What I am trying to do is to download a file. The documentation says to downloading a file, only need to set the downloadUrl in ajaxSettings. But while I am implementing this and trying to right click and download,…
VishnuPrasad
  • 1,078
  • 5
  • 17
  • 36