Questions tagged [ej2-syncfusion]

118 questions
0
votes
0 answers

How to set minimum time in datetime picker in ej2 syncfusion

I have a date time picker ej2 syncfusion in which when i select any date time sets too 12:00am how i can set this default auto time to something else value I tried min value which takes default current date value and time minimum which i want but…
0
votes
0 answers

Convert text box into dropdown in Synfusion ejs dotnet core

I am new to dotnet core syncfusion, I want to change highlighted textbox into dropdown in below image, I tried with "ejs-dropdown tag" but that is a dotnet core tag helper, which will run in server. But below one is inside script which will be…
Yaseen
  • 214
  • 1
  • 11
0
votes
1 answer

EJ2 Grid not triggering cellSelected

I have a EJ2 grid that has a dynamic data source and is populating the EJ2 Grid as follows, the issue I am having is that I can't get any feedback on clicking on the cells specifically. I have tried various approaches from cellClick, actionBegin,…
mcr.netcore
  • 55
  • 1
  • 7
0
votes
1 answer

ExpressionChangedAfterItHasBeenCheckedError when using a child component inside a splitter panel

I have an Angular module that contains two Syncfusion components: MySplitterComponent and MyTreeGridComponent. MySplitterComponent defines a splitter layout and MyTreeGridComponent defines a TreeGrid using the Syncfusion Essential JS 2 TreeGrid…
0
votes
0 answers

How to add annotation to pdf file using Syncfusion EJ2 PDF Viewer for ASP.NET Core control from code?

I am trying to figure out how to add custom stamp to a pfd document using Syncfusion PdfViewer for ASP.NET Core. From documentation: https://ej2.syncfusion.com/aspnetcore/PdfViewer/Annotations#/fluent you can use such…
niks
  • 579
  • 1
  • 3
  • 14
0
votes
1 answer

Implementing annotations based form delivery system which allows to send the required fields in form as annotations in ASP.NET MVC

Is there any way to implement the following requirement: An ASP.NET MVC application to cater the email delivery of PDF forms to the authorized individual, which should only allow those specific fields in the form which he/she is supposed to…
0
votes
0 answers

Syncfusion PDFViewer doesn't loading pages after 100

I'm using SyncFusion to display pdf files from server-side. It's working fine for pdf files less than 100 pages. But after 100 pages it throws error. It's triggering the load event twice. It works fine for the first request but fails unexpectedly…
Bilal GÖZET
  • 63
  • 1
  • 9
0
votes
1 answer

Syncfusion ejs-grid connecting to Firestore Data

I am trying to connect a Syncfusion ejs-grid to Firestore data. Examples on the Syncfusions sight are outdated and I'm looking for updated examples. Currently, I have this: async syncData() { console.log('Start Sync Data'); const…
0
votes
1 answer

Angular Filemanager using syncfusion sdk

I'm working on a project in which the client requires me to integrate a file manager on to the site(Angular). I have a .net core api. I want to integrate this filemanager. They have resources on how to do it in TS and HTML and CSS but they don't…
0
votes
2 answers

Syncfusion for Angular - Theme toggling: any straightforward approach to toggle between normal/dark theme?

I found this solution in Syncfusion Knowledge base forum. Knowledge base provided approach HTML //... //add style tag for dynamic theme change
Aruna101
  • 52
  • 7
0
votes
0 answers

Agualar Ts Ejs-diagram in syncfusion

Iam unable to change shape of image to round. enter image description here border-radius is not working. code.---> let image: ImageElement = new ImageElement(); image.margin = { left: 5, right: 8, top: 1, bottom: 1 }; image.id = obj.id; …
Divya
  • 1
0
votes
1 answer

DatePicker in Columns Syncfusion JavaScript Spreadsheet

I want to open calendar in one of the columns and when use select date, I want to display in MM/dd/yyyy. I want to validate date too on button click. var sheet = [ { ranges: [{ dataSource: tradeData }], fieldAsColumnHeader:…
Chatra
  • 2,989
  • 7
  • 40
  • 73
0
votes
1 answer

Syncfusion JavaScript Spreadsheet

I am trying to use this spreadsheet control. I want to Add new row with same drop down values in Spreadsheet var sheet = [ { ranges: [{ dataSource: tradeData }], fieldAsColumnHeader: true, columns: [ …
Chatra
  • 2,989
  • 7
  • 40
  • 73
0
votes
1 answer

Angular - syncfusion ejs autocomplete selecting incorrect value

Using a Syncfusion EJS Autocomplete element in a search box. The issue being reported is that the user is not able to select the value searched I know the issue, is because the data passed to the AutoComplete has some duplicate values, but they are…
Jawahar
  • 183
  • 4
  • 16
0
votes
0 answers

Custom Complex Edit Template synfustion

how to update county column? Is it possible to use a complex custom component for editTemplate? not components from syncfusion that magicaly works but a custom made. In this example a showcase with a simple input but the idea is to have a custom…