Questions tagged [wijmo]

Wijmo is a line of HTML5 and JavaScript products for enterprise application development.

Wijmo is a complete kit of over 30 JavaScript/jquery HTML5 UI widgets with everything from interactive menus to rich charts. Wijmo widgets are all fully themed and theme-able. Each widget utilizes the jQuery UI CSS Framework and Themeroller-ready. Wijmo also uses Raphael to create data visualizations powered by SVG.

Wijmo is split into two kits, Wijmo Complete and Wijmo Open. Wijmo Complete is a commercial kit filled with powerful application building widgets like grid and charts. Wijmo Open is completely free and open source under the MIT/GPL licenses.

202 questions
5
votes
1 answer

Assertion failed in Wijmo: Date expected

While using wijmo input date control wj-input-date error coming Assertion failed in Wijmo: Date expected.
pushp
  • 2,134
  • 4
  • 18
  • 31
3
votes
2 answers

wijmo date picker max date

How to set max date today in wijmo calendar? Here is my code: $(function () { $("#calendar1").wijcalendar({ popupMode: true, selectedDatesChanged: function () { var selDate = $(this).wijcalendar("getSelectedDate"); …
yogeswaran K
  • 2,278
  • 8
  • 29
  • 45
3
votes
2 answers

how to get selected rows value using wijmo flex grid

Here I created the sample code for wijmo flex grid, its working fine, but the problem is how to get the selected row values? angular.module('app', ['wj']); 'use strict'; // declare app module var app = angular.module('app'); //…
Nelson
  • 383
  • 4
  • 17
3
votes
0 answers

Wijmo 5 flex chart doesn't work with knockout foreach binding

I want dynamically update the values(or add extra legend item) on my chart thus I can't use the 'hardcoded' html markup from the flexchart example page. the problem is that foreach binding inside wjFlexChart block doesn't work at all. here's my…
31415926
  • 3,811
  • 7
  • 47
  • 78
3
votes
2 answers

Using wijmo event calender with angularjs

Hell, I'm trying to use the wijmo event calender with the AngularJS liabry, but the appointments binding isn't working correctly. This is my html: Control Tests
Ced
  • 1,301
  • 11
  • 30
2
votes
1 answer

is there any way to bind wj-combo-box with form control name in angular 4

I'm tried the above code, but i'm…
2
votes
0 answers

Import Excel file in angular2

How to import excel file in angular2? I trying to use wijmo FlexGridXlsxConverter load method but I am getting an error: Property 'xlsx' does not exist on type 'typeof grid'.
Tanvi Shah
  • 497
  • 2
  • 9
  • 18
2
votes
1 answer

Wijmo not working with released angular2

I am using wijmo 5 with angular 2 released version.But after setting up all the file and requirement with wijmo when a write code in angular 2 app shows error like code line and error are following data: wijmo.collections.CollectionView; error…
Fahad Abid
  • 1,012
  • 9
  • 20
2
votes
1 answer

Wijmo Flexgrid Decimal data getting round off

In my Wijmo FlexGrid, in one Column I have Decimal Value (32.786878). In the UI its getting round off. I want to show Round off (32.79) value only in UI, but when I edit column value in UI, I want to display full value (32.786878)
S.L.
  • 23
  • 5
2
votes
1 answer

Wijimo Autocomplete & AngularJS - setting initial value from loaded data

I am trying to set the initial value in a Wijimo Autocomplete control which has been loaded from an external data source. The scenario being a form is used to create some new data and then is saved. Subsequently the data needs to be edited so it…
markbarton
  • 1,440
  • 3
  • 13
  • 19
2
votes
0 answers

Filter spread.js spreadsheet using angular

I am following along with the examples for spread.js and can't seem to figure out how to implement the filter functionality using angular.js. The documentation is kind of…
Katherine C
  • 245
  • 2
  • 11
2
votes
0 answers

Breeze, Wijmo, Angular and JsonResultsAdapter - RangeError: Maximum call stack size exceeded

I have adapted one of the Wijmo Data (with wijgrid) samples (breeze-native.html) to work with Angular. It does just fine. However, when I try to adapt it to run on my data, I get the dreaded 'RangeError: Maximum call stack size exceeded' error. As…
Craig Morgan
  • 942
  • 2
  • 11
  • 27
2
votes
1 answer

Users are Mad! Wijmo Grid AfterCellUpdate not triggering

I have a editable wijmo grid that works pretty good but there is a problem that continues to stump me and makes users upset. When you double click to edit a cell, after it's been edited, the AfterCellUpdate (AfterCellEdit or any other) event is…
David Husnian
  • 135
  • 2
  • 6
2
votes
1 answer

Wijmo Linechart: Controlling X-Axis labels for Dates/Strings

I am displaying data in a Wijmo Linechart whose X value is a time of day. eg, 8:00, 8:05, 8:10, and so on. Even though my data points are every 5 minutes, I would like my X-Axis labels to show only for the whole hour. eg, 8:00, 9:00, 10:00, and…
fredcicles
  • 103
  • 3
  • 7
2
votes
1 answer

IE Caching Old Data Returned from Server

I have a Wijmo Tree on a ASP.NET MVC View. The checkstate of each treenode is saved in my database. When the tree is loaded, each node is checked or unchecked according to the data returned. When the nodeCheckChanged on the tree is called, I use…
Robert
  • 400
  • 8
  • 23
1
2 3
13 14