Questions tagged [grapecity]

46 questions
0
votes
1 answer

SpreadJS SetStyle event not called on `undo`

I'm using SpreadJS in my application, and came accros this behavior. When I set a style the SetStyle event is called. When I hit UNDO, the SetStyle event is not called. If I press REDO the SetStyle event is called. I was wondering, does UNDO call a…
JudgeProphet
  • 1,687
  • 3
  • 26
  • 44
0
votes
1 answer

Grapecity spread-sheets-pdf: savePDF() is not a function

Using NodeJs I'm trying to write a small API with Grapecity SpreadJs library. In my project I have installed the following libraries: "@grapecity/spread-excelio": "^14.2.0", "@grapecity/spread-sheets": "^14.1.2", "@grapecity/spread-sheets-pdf":…
mdavi
  • 53
  • 8
0
votes
1 answer

Grapecity Active reports - Print with Letter paper , contents gets cut off

I am using active reports with vb.net to generate my report. When the paper size is "Letter" and scale is "default", the contents on the right side of my page are getting cut while printing. Other paper sizes like "Legal" are working fine. How to…
Sannn
  • 45
  • 7
0
votes
1 answer

Documentation for GrapeCity ActiveReports web-designer.js

Where can one find the documentation for Active Reports 15.1.1.0 web-designer.js for a custom implementation of their Web Designer?
mt programmer
  • 139
  • 1
  • 8
0
votes
1 answer

union three select queries with where clause into one datatable

I have a query that has a where clause with three RouteIDs so there are 3 rows returns each time as opposed to one. SELECT A.ItemId, A.RefId, B.EquipmentName, C.PointId, C.PointDescription, D.InspectionTimeStamp, D.AlarmCode,…
Edgar
  • 543
  • 10
  • 20
0
votes
1 answer

@grapecity/wijmo throwing run time error after upgrading my Angular project from 8 to 9

Recently iam trying to update my angular project from 8 to 9. While updating i also updated wijmo from wijmo/wijmo to @grapecity/wijmo package as it supports IVY. But after the completing the upgradation, i can able to compile the application but i…
Venkatesh K
  • 721
  • 1
  • 8
  • 9
0
votes
3 answers

"Missing PDF" every time I use Grapecity PDF Viewer

I'm building an app that will have an interactive PDF form on a server (in HTML, CSS, JS). I have been trying to use the Grapecity PDF viewer, but to no avail. I've followed the documentation to a T, using these resources: one, two, three.
theCrabNebula
  • 731
  • 2
  • 13
  • 29
0
votes
1 answer

ActiveReport 14 and issue with SectionDocument serialization

I have an issue with SectionDocument on ActiveReports 14. I need to share documents between applications (the same issue is described in activereports-14-serializa) and I have an issue with serialization. Can somebody describe how to use the…
legAToR
  • 65
  • 7
0
votes
0 answers

spreadjs with jhipster not working while generated project though online UI monolithic project

I have created the project though jhipster online ui application and trying to use spreadjs . I am getting the error ERROR in node_modules/@grapecity/spread-sheets-angular/dist/gc.spread.sheets.angular.ts:247:17 - error TS7029: Fallthrough case in…
shiv roy
  • 11
  • 1
  • 3
0
votes
1 answer

How to add inline style for double underlined text in a cell after copying in spreadjs

I have been trying add custom inline styles for the cells where double underline is applied. My plan was to get the cell where the double underline is aplied and using its indexes find the currosponding td and then aplly custom style/tag. Currently…
tintu
  • 1
  • 3
0
votes
1 answer

Issue with copy pasting of double underlined content from soreadjs to textarea

While copy pasting double underlined content from soreadjs to textarea, underline not getting applied. But in the case of single underline, it is getting pasted. When debugging it is observed that html getting from soreadjs after copying doesn't…
tintu
  • 1
  • 3
0
votes
1 answer

Upgrading Grapecity Active Reports from version 9 to version 14

I have successfully modified my application to use Grapecity active reports 14 which was using only Grapecity active reports 9. Right now I need to support both 9 and 14 since I have more than 100 projects already referring 9. The current…
samiaj
  • 421
  • 1
  • 5
  • 15
0
votes
1 answer

HOSTING ONLY - FpSpread DataSource Font Case Not Preserved

.NET Framework 4.5.2 OS: Windows Server 2012 RS Standard IIS: 6.2 Application Pool: .NET CLR Version v.4.0.30319 Managed Pipeline Mode: Integrated Spread.NET Version: 11.45.20183.0 NOTES: The problem below ONLY occurs when hosted in IIS from our…
spyder1329
  • 656
  • 5
  • 15
0
votes
1 answer

How to remove "the activating a license results with one Component popup" on application start(Just for others but works fine for me)?

I have activated the one component license and used it in one of the application and created a .exe for that application. It's not popping up for me but when any third user is installing that .exe and open that app then it's popping up with the…
0
votes
2 answers

How to Export Grape City Active Report 11 Section report Code based to Excel

I want to export my report which is a section Report (Code based ) in Excel. I am using Asp Vb.net and Grapecity for my report based website. On a button click, I call my report or generate the report and display it on the web viewer type…
aravind
  • 13
  • 5