Questions tagged [ej2-syncfusion]

118 questions
0
votes
0 answers

Angular - Syncfusion Scheduler - Add appointment batch - server validation

I making app with Angular Syncfusion Scheduler. My backend is .net 6 with OData v8+. I use for fetch data ODataV4Adapter. Data loading work fine, but if I add new appointment and try validating him on server, Editor windows close a Scheduler don't…
0
votes
1 answer

Syncfusion Angular TreeGrid Hierarchy lines or connectors

Is there anyway to show some guiding lines / Connectors depicting the hierarchy data in Tree Grid? Refer to the blue lines in the below image
Madhura Adawadkar
  • 192
  • 1
  • 2
  • 11
0
votes
1 answer

.NET, Gridview not updating on Dropdownlist Selection

I have a syncfusion grid with data from a DB, i also have a synfusion dropdownlist, im trying to make the Grid to display/ or filter only the value that im selecting from the dropdown list. but its not working, Please see attached images for…
0
votes
0 answers

Show more table rows with angular

I am working with Syncfusion grids and I created two components, each displaying a table with 2 rows initially. I created a show more button that should add two extra rows every time it is clicked. The button in component-one works as expected, but…
itsverde
  • 105
  • 1
  • 9
0
votes
1 answer

Syncfusion resizable RichTextEditor table popup wrong position when scrolling horizontal

When I add a wide table of component 'CreateTable' inside the React SyncFusion RichTextEditor (using v20.3.50), bigger than the screen, and click the items within the overflow, the popup menu of the Table (for columns and rows interactions), goes to…
0
votes
1 answer

syncfusion rich text box control tools section hiding when updating the content from external file

I am exploring the syncfusion richtext editor control using angular for new development purpose. In one scenario I need to upload content from the external file upload, that time richtext box tools section all hidden by automatically. In initial…
0
votes
0 answers

Error using grid component of Syncfusion in ASP.NET when I try filtering with a language other than English

I got the follow error when I try to filter a record with a language other than English: When I used as locale en-US this work correctly, but when I change it to Spanish, it broke. I think this happened because the "comienza con" value isn't no in…
0
votes
1 answer

can i integrate tree view in syncfusion document editor while clicking on button in angular?

I have created one custom button in syncfusion document editor tool bar and named it as tree view now. I want add that tree view functionality in document editor. is there any method to implemented tree view functionality in document editor of…
rannes
  • 99
  • 2
  • 3
  • 13
0
votes
0 answers

"Either remove this import or add it as a dependency" error in SonarQube - Angular

I'm using Angular 12.1.4 and had used Syncfusion library for my project. But I'm getting the "Either remove this import or add it as a dependency." error in the SonarQube for the following import in my TS file:- import { createElement, L10n,…
0
votes
1 answer

How to make autoscrolling with angular ej2-syncfusion diagrams

I have grid where I can make nodes. On those nodes I have 4 buttons to add new node on each side of node So what I wanna do is when I add new node make screen to be centered to this this node. I tried next ways: if(direction ===…
Red Star
  • 556
  • 3
  • 13
0
votes
1 answer

Syncfusion : Using a Google Font for the page number in html to pdf

I'm using Syncfusion's HTML to PDF which is working great! Little hiccup though, all their documentation shows if you want to change the font of the page numbers at the bottom you have two choices: standard font: PdfFont font = new…
S.Mac
  • 61
  • 7
0
votes
0 answers

How to add new button to the pdf viewer using syncfusion

I want to add new button in the toolbar in the pdf viewer in the syncfusion. I am using asp.net mvc framework.
Ramadoss E
  • 31
  • 1
  • 5
0
votes
2 answers

Get new parentId of row after drag and drop in ej2-treegrid

I have a syncfusion treeGrid component with drag and drop activated. When a component is dropped I would like to know what row is gonna be the parent after the drop (what's the new parentId).
Joaquín Laks
  • 53
  • 1
  • 1
  • 6
0
votes
0 answers

DropdownList Synfuscion and ASP.NET Core not working

I am creating a syncfusion DropdownList which I want to populate with a json that I return from a controller of my Api, for this I have the following code in javascript: var customerList =…
0
votes
1 answer

syncfusion.pdf.pdfException"Could Not Find valid signature (%pds-).'

string docuAddr = @"C:\Users\psimmon\source\repos\PDFTESTAPP\PDFTESTAPP\TempForms\forms-www.courts.state.co.us-Forms-PDF-JDF1117.pdf"; byte[] bytes = Encoding.Unicode.GetBytes(docuAddr); PdfLoadedDocument loadedDocument = new…