Questions tagged [ej2-syncfusion]

118 questions
0
votes
1 answer

Syncfusion Angular : I want to add multiple rows in grid programmatically

I have question in syncfusion treegrid about add multiple rows programmatically, i can add multiple rows but it add's to the last, but i want to add multiple rows at specified index. i am sharing a code snippet, please look into it. copy() { …
0
votes
1 answer

Syncfusion Gantt - Angular library. Create custom tooltip for event markers

I'm trying to understand how we can customize the tooltip of the event markers in the syncfusion gantt library made for angular. There are examples of creating custom tooltips for the gantt chart; but they seem to only be for the task and the…
Newteq Developer
  • 2,257
  • 1
  • 26
  • 32
0
votes
0 answers

ASP.NET MVC exception message is not received correctly on the client side

I have created a CRUD application using ASP.NET MVC and Syncfusion components. When it gets errors on the database side, I use exception to handle them. After publishing and running the project on IIS, I have no problem running on the server side…
gangroid1991
  • 13
  • 1
  • 4
0
votes
1 answer

dataLabel in AccumulationChartComponent (pie chart) is not displaying

I'm trying to build simple pie, doughnut chart in Syncfusion. And after that I finally managed to display this chart properly, now I can't figure out what is the problem that dataLabel's are not displaying with the chart. Couldn't find anything in…
BlackH3art
  • 436
  • 1
  • 7
  • 15
0
votes
1 answer

TS2345: Argument of type '(item: cType) => cType' is not assignable to parameter of type '(value: Object, index: number, array: Object[]) => cType'

I'm currently using Angular 13 and Typescript 4.5.2 in the project. Also I'm using Syncfusion library for developing the application where I'm using datagrid component for dealing with table data. Syncfusion data grid reference corresponding…
NeonH
  • 65
  • 2
  • 11
0
votes
3 answers

ej2 Syncfusion Sparkline component displays nothing

Calling Component actuall Component import React from 'react' import…
0
votes
1 answer

Issue in applying Syncfusion EJ2 server-side Paging, Filtering and Sorting in Asp.Net Core MVC

I have 7000+ Records and using WebAPIAdapter to call the API controller and get the data. I want to apply server-side paging, searching and sorting. For example, When I move o second page, only then it retrieve second page data from the DB. The…
0
votes
1 answer

Panel In Syncfusion

Is there any way can we create panel in syncfusion, which can be expandable and collapsible? I wish to give name to the panel, and add related controls to inside the panel.
0
votes
1 answer

Angular10 Syncfusion how to give dynamic colors to appointment events

I am working on angular application where I am using syncfusion scheduler to show appointments on calendar. I want to give dynamic color or class to events so that I can do some styling. I am not sure how to do it. The only way I am able to do is by…
tyler
  • 418
  • 4
  • 14
0
votes
3 answers

How to map array of objects to ej2 syncfusion data grid

I want to map my array of object, into ej2 syncfusion react data grid, but my array of object a little complicated. This is my sample array. [ { "id_team": "1",, "nama_team": "Testing", "adviser": "Dummy" "penyebab": [ { …
0
votes
1 answer

How to add toggle button inside syncfision table DataGrid

How to add toggle btn inside column (table) ; Can I use material ui toggle btn inside it ? is it possible, or not I tried documentation on syncFusion website but I couldn't find the one I am looking for This is sample code for adding syncfusion…
Sanket Patil
  • 807
  • 1
  • 11
  • 19
0
votes
1 answer

Angular Syncfusion schedule cannot invoke an object which is possibly 'undefined

I am working on Angular Syncfusion for allowing user to show and book appoinments and following below link https://ej2.syncfusion.com/angular/documentation/schedule/editor-template/#how-to-prevent-the-display-of-editor-and-quick-popups Below is my…
tyler
  • 418
  • 4
  • 14
0
votes
1 answer

How can I have an onclick event in the DataGrid for any Column | React

How can I have an onclick event in the DataGrid for any Column
Sanket Patil
  • 807
  • 1
  • 11
  • 19
0
votes
1 answer

Syncfusion ej2 .NET Core Dropdown disable values

I'm trying to disable some options/values in a DropDownList. It should be very simple but i doesn't find any solution in documentation. https://ej2.syncfusion.com/aspnetcore/documentation/drop-down-list/getting-started Example Cabbage and Chickpea…
Alexander S.
  • 1,971
  • 2
  • 14
  • 22
0
votes
2 answers

Display full width tab underline in syncfusion angular

I am using syncfusion angular for UI in our application i am stucked with some UI thing . I need to display full width underline tabs like show in below image. But i can only develop like this. i need to display that tab underline full width like…
chethan
  • 42
  • 10