Questions tagged [ej2-syncfusion]
118 questions
1
vote
0 answers
How to equally space columns in react synfusion
I'm currently working on presenting some data in bar chart format in react using syncfusion. I've checked out the documentation and tested everything I can come over to try and solve this problem, but with no success. I want the bars in the…

Xplosion5k
- 130
- 1
- 8
1
vote
1 answer
How to call a function when a SyncFusion grid row is selected
Using a SyncFusion Vue Grid component, I need to call a function when a row is selected. I have tried adding a column of edit buttons but I can't find documentation for the correct syntax to use to get the buttons to call a function. I also tried…

Stack Underflow
- 2,363
- 2
- 26
- 51
1
vote
0 answers
Is it possible to add superscript in essential js chart for axis titles/labels?
I made a graph (chart) with essential js related to pressure and I need the x-axis label to be superscript like this :
m3/s
I tried adding the tag in the title text value, but it just prints the tag and doesn't work as intended. I couldn't…

Spectrum
- 340
- 1
- 4
- 18
1
vote
2 answers
Unit testing a vue component that uses dependency
I'm trying to test my SiWizard component that uses external dependencies. It imports modules from the syncfusion library.
SiWizard.vue imports
import SiFooter from "@/components/subComponents/SiFooter.vue";
import { Prop, Component, Vue } from…

Boots
- 11
- 4
1
vote
1 answer
Include node_modules css in Vuejs application that uses scss
I have deployed my application to aws and I see that the application renders fine, except that the syncfusion controls do not render correctly. Google chrome console does not show any errors.
The application renders correctly in my local machine.…

Ajit Goel
- 4,180
- 7
- 59
- 107
0
votes
0 answers
SyncFusion DataGrid column selection
I use the DataGrid from SyncFusion for React. They have a selection mode for columns but I can't find a way to get the name of the selected column. Do they have a method that returns the selected column? Something like their getSelectedRecords()…

c0ce
- 1
0
votes
1 answer
How can I add headers to the requests made by a DataManager using the OData adaptor?
The app I'm working on uses Syncfusion EJ2 Grids with data loaded by our code and passed to the Grid for rendering. I don't know why it was written this way and not with the DataManager class available, but it's how things are.
I want to move some…

Lego
- 86
- 1
- 7
0
votes
2 answers
SyncfusionDropdownMultiselect error after click
I'm using syncfusion MultiSelect Dropdown, after upgrading in package.json of the following packages:
"@syncfusion/ej2": "^19.4.41", "@syncfusion/ej2-base": "^19.4.52", "@syncfusion/ej2-pdf-export": "^19.4.52", "@syncfusion/ej2-vue-buttons":…

s1szybki
- 13
- 4
0
votes
0 answers
Getting different filter layout for grid in Angular application using Syncfusion UI
I'm currently working on an Angular application with Syncfusion UI Kit for which a .NET Web API serves as the backend. I use VS Code for Angular and Visual Studio for API and have two profiles in Visual Studio namely QA and Prod.
The issue is when I…
0
votes
1 answer
@Syncfusion React Scheduler to be in SQL (locally) and completely in French language
I'm trying to modify react scheduler to use sql as datasource and french as language.
After looking at the official website docs, only the texts in the schedule changes into french. How to change them all?
import * as React from 'react';
import *…

Arotiana RANDRIANASOLO
- 111
- 1
- 8
0
votes
1 answer
Syncfusion UploadChangeEventArgs
I tried to get the FilePath dynamically on user's selection. Syncfusion documentation says that var path = file.FileInfo.FileSource gets the filepath selected by browser, however it returns null.
What is the way to get the file path dynamically not…

Urgen
- 1,095
- 3
- 19
- 39
0
votes
1 answer
How to Remove or disable hyperlinks in syncfusion pdf viewer using angular and typescript
I am trying to remove or disable hyperlinks using syncfusion. I am not getting an error at compile time. I am however getting a runtime error that reads "core.mjs:9095 ERROR TypeError: Cannot read properties of undefined (setting'hyperlinkClick')"
…

Zidane
- 1,696
- 3
- 21
- 35
0
votes
1 answer
Angular Syncfusion - How to import QueryBuilder remote rules from Multiselect
On an Angular application I'm using the QueryBuilder Component with a Column Template. In the column template I programmed a Multiselect that consume an endpoint to retrieve data, and this endpoint return 5 elements, so, each time I type a new…

Jorge Ramón
- 141
- 1
- 1
- 8
0
votes
0 answers
How to render dynamic columns using ngTemplate in ejGrid after extracting the grid in a reusable component using Syncfusion grid for Angular?
I'm trying to implement a reusable component that encapsulates the ejGrid component. My problem lies within the part concerning whether the column has a template or not.
For context, I implemented a DyncamicGridComponent that encapsulates the grid.…

Kenchi
- 191
- 1
- 3
- 18
0
votes
0 answers
how to change style of html element based on content of div
I have
2 Assign Roles
I want to add custom style so for the number value "2" to show in a circle, in blue color, and "assign role" in black color using Angular, this is…
Ayush shrivastava
- 11
- 2