Wijmo is a complete kit of over 30 JavaScript HTML5 UI widgets with everything from interactive menus to rich charts. Wijmo widgets are all fully themed and theme-able. In version 5 Wijmo has no further dependencies (no jQuery anymore). It comes with bindings to a lot of well known JavaScript frameworks, such as Angular 2, React and Vue.js.
Questions tagged [wijmo5]
30 questions
0
votes
1 answer
Copy entire data of wijmo grid to clipboard in angular 5
I am trying to copy entire data from current grid to clipboard on a button click, so it can be pasted to any destination (excel, notepad, etc.)
I tried using wijmo.Clipboard class and it didn't work out for me.
import * as wjcCore from…

Amit Kumar
- 591
- 2
- 8
- 24
0
votes
1 answer
The trie in Flexgrid + Angular 5
I'm using Wijmo 5.2x in an Angular 5 project and i would like to make the sorting in a table.
I have a method that retrieves rows of correspondences, and it allows to modify them.
the problem is when i click on this method (it's checkbox), it gets…

Mohcine
- 57
- 10
0
votes
1 answer
Angular 5 Upgrade Build Issue, Uncaught ReferenceError: define is not defined
I just upgraded from Angular 4.3.3 to Angular 5.2.1. With doing so now when I build in dev (ng build --dev) the project build just fine. But when building in prod (ng build --prod) and the application loads in the console I get "Uncaught…

Gunner1714
- 1
- 1
0
votes
1 answer
Click Event not firing in Wijmo FlexSheet freeze cells in Firefox & IE
Here in this jsfiddle`
FlexSheet
`…

swemkg
- 117
- 1
- 7
0
votes
1 answer
Wijmo ExcelImportExport in Angular 2 project 'window.require is not a function' error
I'm using the current build of Wijmo (5.20172.359) in an Angular 2 project (Angular 4.4.4, TypeScript 2.5.3). Everything I've been using (FlexGrid, FlexPie, FlexCharts) works fine, however...
I'm trying to integrate the Excel Import functionality,…

Stephen R. Smith
- 3,310
- 1
- 25
- 41
0
votes
0 answers
angular2 + wijmo5 - Annotation Line
How can a plot a probability distribution chart in my Angular 2 application.
I tried using the wijmo annotation line. It worked using start and end point coordinates.
I need to plot the line using x-y data coordinate points.
Also tried attachment…

Afeela Ashraf
- 1
- 2
0
votes
1 answer
How get FlexGrid control inside a ng-include file?
I'm building a SPA with Angularjs and Wijmo 5.
I've inserted a Wijmo FlexGrid inside a partial file, then I've included it to the parent page using ng-include. The parent page is also an partial file: it's inside the ng-view.

Cappa
- 107
- 1
- 6
0
votes
0 answers
Es6.promise.js file: Unable to get property raise of undefined or null reference
I have a react app that triggers this exception right when I attempt to setState. I find the exception in a file called es6.promise.js. Does anyone know what package this file is from and what this error is about?
I don't know if this has anything…

David Choi
- 6,131
- 10
- 28
- 28
0
votes
1 answer
Include Angular 2 webpack with third party libraries
I have created a small project using some third party libraries like Bootstrap, jQuery, ng2-oauth2, Wijmo, and etc. I decided to bundle my project by using webpack. Can anyone help me to how to include those third party libraries into my webpack…

Thulasi
- 193
- 1
- 10
0
votes
0 answers
IE and Wijmo flex grid virtualization issue
This issues is IE specific. Whenever I click on dropdown inside the wijmo Flexgrid it is talking more than 6 seconds to open the drop down all the data is pre-fetched and we are not making any service calls to populate the data of the drop downs.

Vikranth G
- 1
- 2
0
votes
1 answer
wijmo 5 scripts concatenation fails, anyone else found the same issue.?
Did anyone ever tried minified wijmo 5 angular js files?
I fails after concatenation, I tried putting all js files inside IIFE still it fails to execute.
Please let me know if any one has ever tried the same.
FYI: I do not have unminified files…

Dreamweaver
- 1,328
- 11
- 21
0
votes
0 answers
Error: Attempt to use a dehydrated detector: CMComponent_1 -> ngModelChange
I'm using checkbox on wijmo grid header, to select all below rows
and using following ts code
SelectAll(): void {
var chk =…

srashtisj
- 151
- 4
- 19
0
votes
0 answers
Angular2 multiple dropdowns being affected
I have two dropdowns on my page.
One is Country and other is City. Both have "Please Select" as the default value.
When a user changes the value in Country the respective cities are correctly populated in City.
However when a user presses the edit…
0
votes
1 answer
Wijmo flexgrid column width angular2
I want Wijmo FlexGrid column width should cover full width.
As I'm dynamically assigning the columns so can't use [width]="'*'"

srashtisj
- 151
- 4
- 19
0
votes
1 answer
How to center wj-popup with owner element
I want to center wj-popup which has an owner element to the center of the owner. That means that the center of the owner element must be the horizontal center of popup. I have not found any info about this (only about popup without owner element,…

barbariania
- 499
- 8
- 19