Questions tagged [ej2-syncfusion]

118 questions
3
votes
1 answer

access nested object with "n" level deep object using square bracket notation

I want to take some config object to show some nested data.Here is the demo code As it can be seen, "customer.something" is what I need to access. Now there could be 'N'level of nesting . The grid takes care of it using field='customer.something' .…
Samuel
  • 1,128
  • 4
  • 14
  • 34
2
votes
1 answer

syncfusion spreadsheet wont open excel file in nextjs

I am not sure what I am missign but here is the codesandbox link using the exact same code as in the sample here (Open an external URL excel file while initial load). The file neither opens with openUrl nor using the component reference in…
Taha Rehman Siddiqui
  • 2,441
  • 5
  • 32
  • 58
2
votes
2 answers

Is there a way to open the word (doc or docx) file by default on load using ejs-documenteditorcontainer in angular 8+?

Here I have tried using [(ngModel)] to render a word file but it's not working as required. Is there any other way around? I have used Angular 10 Thanks in advance HTML:
1
vote
2 answers

How to include javascript in template block

I'm using the ej2 javascript Grid by Syncfusion. The following is a simplification of the actual code. In the grid definition I have a column having a template, like this : { field: "Quantity", headerText: "Quantity", template: "#colQuantity"…
M.Parent
  • 173
  • 12
1
vote
0 answers

ng build issue getting node_modules/@syncfusion/ej2-angular-grids/

I am getting the below error tried deleting package-lock.json, @syncfusion and reinstalled using npm install @syncfusion/ej2-base but still I am facing issues while running ng…
1
vote
1 answer

Syncfusion Error: Could not load file or assembly 'Syncfusion.XlsIORenderer.Portable, Version=20.2140.0.44, Culture=neutral, PublicKeyToken=3d67...'

I am working on the spreadsheet module and trying to save a test file. I'm using angular with web api. Here is the api code: [HttpPost] [Route("save")] public IActionResult SaveConflict([FromForm] SaveSettings saveSettings, string…
Yoky
  • 832
  • 10
  • 20
1
vote
0 answers

Block specific time intervals or days on the syncfusion Scheduler

I am using the syncfusion to do the Scheduler calendar in the react code to block specific time intervals or days. Below the code is worked to block specific time intervals or days following by Subject, Doctor,StartTime, EndTime,RecurrenceRule and…
Fatt Sky
  • 650
  • 3
  • 11
1
vote
2 answers

How to implement pdfExport in syncfusion react grid as a functional component?

Have been trying to use the pdfExport() function from ej2-syncfusion GridComponent, but cannot seem to make it work as a functional component. Note: I am not using the class component. And the browser console reports Uncaught TypeError:…
Arko
  • 100
  • 1
  • 5
1
vote
1 answer

Angular project needs to empty click to update screen after getting data from service

Angular project that gets Data from some services and makes some calculation with this data, then it shows in a component (Using Grid Component of the Syncfusion). When it comes to ngOnInit, data is loaded but it doesn't appear on page. Whenever I…
1
vote
1 answer

How to dynamically add a childnode in syncfusion Treeview component React

I am developing an application in react in which main screen has 3 split panes, [You can see the layout in this pic][1]. Now When i am adding a new file in testing folder from right side childnode state updates but changes is not rendering. I am…
1
vote
2 answers

Vue Component- > Export default ... was not found in

i want to create a dashboard as a component. but i always get this error in my cmd "export 'default' (imported as 'DashboardLayoutComponent') was not found in '@syncfusion/ej2-vue-layouts' does anyone know how i can fix this issue?
user17427032
1
vote
1 answer

How to change menu orientation based on device

How to change syncfusion menu orientation based on device? Sample - https://stackblitz.com/edit/angular-ta4vpu?file=app%2Fapp.module.ts
Raj Kumar
  • 13
  • 3
1
vote
1 answer

How to update a different column/cell's value based on current column selected value - editable grid Syncfusion(Javascript es5)

I am trying to create an editable grid where I can add TransactionItems. Each TransactionItem will have a product (combobox), rate (textbox), quantity(textbox), total(textbox) and IsTaxable(checkbox) field. When I select Product, I want to update…
Prabesh
  • 353
  • 1
  • 6
  • 20
1
vote
2 answers

How to import Syncfusion Theme studio custom CSS file in angular

How to include the custom scss files we download from Syncfusion Theme Studio into angular cli? The site recommends adding the URL to the styles section in angular.json. Is there a way to avoid doing that and import it into styles.scss. I have tried…
1
2 3 4 5 6 7 8