Questions tagged [ej2-syncfusion]
118 questions
0
votes
0 answers
My JavaScript multi array that is a part of a larger multi array is not sorting based upon Boolean value in a Syncfusion VUE Data Grid
I have a JSON object that has peoples names and a true and false item that asks if they are a contact. This is pulled from a Government API into a Vue application using a commercial Grid component from Syncfusion. I'm pulling the api with axios. …

Bill
- 1,423
- 2
- 27
- 51
0
votes
0 answers
Uncaught TypeError: Cannot read properties of undefined (reading 'Inject')
I am using the syncfusion library to create a doc editor using Reactjs as a frontend framework. I have encountered an error while going through the documentation of the library
Documentation:…

Lavneesh Jaggi
- 1
- 1
0
votes
1 answer
Customize No Record template in ejs-grid with angular 13
Using ejs-grid with angular and trying to customize the No Records data template couldn't do it

San Jaisy
- 15,327
- 34
- 171
- 290
0
votes
0 answers
Angular retrieve co-ordinates of copied text
Ours is an Angular application.
In our application user has the option to upload a word document. The word documents content are visible on the UI.
Apart from this, on the right section we have few text fields.
The user copies the data from the…

Ashish Kathait
- 226
- 6
- 15
0
votes
1 answer
EJ2 Grid, Pulling The Id from the Row
I am working the an EJ2 Grid and I have an Edit and Delete option. With the EJ grid passing the Id field worked with no issues with the onClick. The same thing is not working with the EJ2 Grid.
var grid = new ej.grids.Grid({
…

Mark
- 43
- 1
- 6
0
votes
0 answers
Azure Function - Access to the path 'C:\Program Files (x86)\SiteExtensions\Functions\4.1.3\64bit\x64\' is denied
I am trying to create below Azure Function. This run perfectly fine in local environment, however when deployed to Cloud, I get below Error.
Access to the path 'C:\Program Files (x86)\SiteExtensions\Functions\4.1.3\64bit\x64' is denied.
I am new to…

VIRIYALA NARESH
- 187
- 1
- 4
- 17
0
votes
1 answer
How to Export Detailed Row in ej2 Syncfusion React Data Grid (to PDF and Excel)?
I want to export data from ej2 syncfusion react data grid to Excel and PDF, but the existing data has some details related to each row. I want to export the following data with detailed data into Excel and PDF. Is there any way to export grid with…
0
votes
1 answer
Parse Ej2 Spreadsheet Control in c# (JSON)
I was wondering if anyone knows how to parse JSON. I have an EJ2 Spreadsheet control. When "update" is clicked, the data from the Spreadsheet control is passed into the Controller via JSON. I need to traverse the JSON in order to get to the…

Mark
- 43
- 1
- 6
0
votes
1 answer
ej2.syncfusion Calendar Schedule Header
Can we edit Header of the scheduler from one position to other or can we Edit Tag?
I want header should look something like .
But in ej2.Syncfusion Calendar Schedule We get Header like.
1 1st image is the what, I want to achieve.
2 ej2.Syncfusion…

prathamesh
- 9
- 1
0
votes
1 answer
How to include Auth in Syncfusion PDF Viewer ServiceUrl Api Call in a Blazor WASM app
I am trying to use Syncfusion PDF Viewer in a Blazor WASM app with authentication, and am getting the following error:
Microsoft.AspNetCore.Components.WebAssembly.Authentication.AccessTokenNotAvailableException: ''
I know this is because there is…

AustinTJohnson
- 29
- 2
0
votes
1 answer
How to fetch parent node details in diagram using syncfusion?
I'm working with diagram features at the moment. We need to put shapes inside other shapes to meet our requirements. So, when we drag and drop a shape into another shape, we need to access the parent shape node's data. I spent a few hours working on…

Harsh
- 15
- 6
0
votes
1 answer
Syncfusion Date Range Picker
I am trying to prevent the user to edit the input text area by typing, allowing only changes made with the pop up calendar....
I followed the documentation but the property allowEdit is not working on my code

ale1a1
- 1
0
votes
1 answer
GridComponent not working when deployed with ng build
In my app, I am using syncfusion component for grids in angular. It all works fine while im serving my app with ng serve localy.
But when I deploy my app with ng build and run it on server via nginx.exe, all grid components don't work. Instead of…
0
votes
3 answers
Define ValueAccessor for Syncfusion grid column
I'm using SyncFusion Grid and I've defined a valueAccessor for a specific column as follow:
export interface GridColumn {
...
valueAccessor?: (
field: string,
data: GridData,
column: Column
) => ValueAccessor |…

Sergiu Molnar
- 865
- 1
- 11
- 22
0
votes
1 answer
Unable to find Vuejs equivalent function for the diagram from Angular
I tried a lot but was unable to find a solution. Please help me as I am struck on this issue for more than 1 day. Any help would be really appreciated.
I have a Syncfusion application that has been developed using Angular, now I would like to…

BATMAN_2008
- 2,788
- 3
- 31
- 98