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
3
votes
1 answer
How to set different markers on single series line chart?
I have different libraries which I am trying to figure our which one works with multiple markers on same single series line chart.
Lets say 1 series is there v = [11, 12, 43, 21, 22]
I want point 11 to be rectangular, 12 to be concentric circle, 43…

Dreamweaver
- 1,328
- 11
- 21
3
votes
1 answer
Add new empty row at beginning in wijmo grid angular2
I am trying to add a new empty row at the beginning of grid on external button click. Grid is showing perfectly fine.

Avnesh Shakya
- 3,828
- 2
- 23
- 31
2
votes
1 answer
Cannot read property 'directive' of undefined in Wijmo grid
I am using wijmo grid of version Wijmo 5.20163.234 and
It was working fine angular 2.2.1 before upgrading to angular 2.3.0.
Now getting error, if I am using grid with wj-flex-grid-column directive:

Avnesh Shakya
- 3,828
- 2
- 23
- 31
2
votes
1 answer
How to load FlexGrid on view height change Angular2
I have FlexGrid in a section. The section is collapsed by default. When it is expanded, grid is not showing data. Grid is not getting the view height change on expansion. How can I load grid after the section expansion?

Deepzz
- 4,573
- 1
- 28
- 52
1
vote
0 answers
Wijmo Grid Row Max Height
I want to add text wrapping function for all cells and header items (cell height up to 3 lines)
If it cannot be displayed in one line, the characters are wrapped and displayed.
The maximum cell height is 3 rows.
If characters are hidden even after…

Hamza Ashfaq
- 11
- 1
1
vote
1 answer
wijmo.xlsx & JSZip with Angular 4
I am having troubles using wijmo.xlsx and JSZip on Angular 4 for my Wijmo project. wijmo.xlsx requires JSZip as a dependency.
When I import JSZip in a TypeScript file as below it displays error an for JSZip.
import * as JSZip from 'jszip';
I…

user1233742
- 11
- 3
1
vote
2 answers
Issue with Wijmo's valueChanged event + data binding on Angular 2
I have the following code that runs a function whenever the user changes the value of the wj-input-time:
@Component({
selector: 'my-app',
template: ' '
})
export class…

nunoarruda
- 2,679
- 5
- 26
- 50
1
vote
0 answers
how to bundle angular 2 and wijmo 5 with requirejs
I'm having troubles bundling an angular 2 app with wijmo components.
My gulp file has a specific task for the bundle action:
builder.buildStatic(‘app’, xxxx))
and my systemjs.config looks like:
var map = {
'app': 'app',
'rxjs': 'lib/rxjs',
…

Agustin Seifert
- 1,938
- 1
- 16
- 29
1
vote
1 answer
Wijmo FlexGrid column to show enum string instead of ordinal
How can I make the FlexGrid column to show enum string instead of ordinal. This should be achievable using some formatting. I can think of either using ItemFormatter for the grid or using CellTemplate.
Need to know what's the best solution here.

Rajee
- 272
- 2
- 8
0
votes
0 answers
Style frozen columns in Wijmo FlexGrid
I have columns and rows on my React application, I use Wijmo Flexgrid, and I freeze some columns. I want to have wider border at the end of the frozen columns, but it's as small as other column borders.
Photo from Wijmo…

Ozan Bilgiç
- 215
- 1
- 9
0
votes
0 answers
Expand all children group items on React Wijmo
I use React Wijmo FlexGrid component. I have groups of items on my table which is collapsed by default. When I expand root group, I want all children items to be expanded as well. How to achive this?
Example…

Ozan Bilgiç
- 215
- 1
- 9
0
votes
0 answers
React.js - How to collapse groups in Wijmo FlexGrid
I try to use Wijmo components on my project. I have a table and using FlexGrid, FlexGridFilter, FlexGridColumn and CollectionView.
I have groups that are expanded by default. I want the groups to be collapsed by default. How can I achieve this? I…

Ozan Bilgiç
- 215
- 1
- 9
0
votes
1 answer
Wijmo5 flexgrid with Angular8 - Changing Datamap selection reverts changed text in edited text column
I am using wijmo 5 flexgrid with Angular 8 and trying to create an inline editable grid with Edit button at every row. Each row has a datamap column and a text column both of which should be editable when the Edit button of that specific row is…

Thinking
- 747
- 5
- 11
0
votes
1 answer
SyntaxError using Wijmo with RequireJs / Typescript
I have a project set up, that uses Typescript and RequireJS to load the dependencies. I fail to get the wijmo.grid dependecy to work.
I started with the Quickstart manual from Grapecity and adjusted it into my combination of Typescript &…

Tigerware
- 3,196
- 2
- 23
- 39
0
votes
1 answer
How to add CssClass for nested childrows in wijmo
I have a requirement to add cssClass for nested child rows.
I can add class for parent row but how to add nested child rows.
this.dataGrid.rows[i].cssClass

indu
- 1,057
- 2
- 9
- 15