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
0
votes
2 answers

Knockout Templates with Wijmo

I am trying to dynamically add a tab to a Wijmo tabs with Knockout, but I get an exception after I apply my binding addSingleExecution: (execution) -> tabName = "#tabs-#{@tabCounter}" tabs = $(@targetDomElement).wijtabs( …
Edmondo
  • 19,559
  • 13
  • 62
  • 115
0
votes
1 answer

Advanced positioning of Wijmo Dialog

I am trying to position a Wijmo dialog in a central position, but I have an horizontal splitter in the middle of my page and this covers a part of my dialog. I am looking therefore to position the widget in the top center, let's say on the upper…
Edmondo
  • 19,559
  • 13
  • 62
  • 115
0
votes
1 answer

Trouble Repopulating WijGrid Using Custom Filter

I'm having some trouble updating a wijgrid using a json result returned from an ajax call. The wijgrid does not seem to redraw. Here is the relevent javascript/jQuery: $(function () { var datasource = new wijdatasource({ data:…
Andrew
  • 6,144
  • 10
  • 37
  • 54
0
votes
1 answer

Loading time of Wijmo Menu Scripts

I am using this menus http://wijmo.com/widgets/wijmo-open/menu/ , its working ok but i have this problem: Takes some time to load the js files and the menu show up like a tree and after some seconds the menu is ok. How can i speed up the loading or…
Luis
  • 2,665
  • 8
  • 44
  • 70
0
votes
1 answer

componentone wijmo grid breezejs

I am trying to use the wijmogrid and databind it using breezejs. I have attached my code below for the 4 files that I have, the index html page and 3 javascript files. The ul in the index page runs fine and gives me the expected results, so I…
mike
  • 51
  • 7
0
votes
0 answers

Wijmo override methods

This is a piece of jquery.wijmo.wijgrid.js (function ($) { "use strict"; $.extend($.wijmo.wijgrid, { cellEditorHelper: function () { this.currentCellEditStart = function (grid, e) { var result = false, …
Ragen Dazs
  • 2,115
  • 3
  • 28
  • 56
0
votes
1 answer

Wijmo BarGraph - using an image on the axis

I am using Wijmo barcharts and am trying to create a graph which has images instead of labels on the x axis. This is the code I have currently got, however, the image source is being printed out as a string rather than showing the image. Does…
CDK
  • 669
  • 1
  • 5
  • 17
0
votes
1 answer

Knockout append to class binding

I'm using Knockout, wijmo, and Jquery Validation. As part of the requirement for jquery validation to correctly work one must assign the class required. When this is done using knockout it overrides the class assigned by wijmo. Hence dropping any…
Calvin
  • 181
  • 12
0
votes
3 answers

Wijmo Grid How to get a cell id

I'm using the wijmo grid. Within the grid if a user click on a cell I want to know the id field is. i.e. if the header details was id, name, surname, dob When they click on surname I need to be able to retrieve the id. Bit of a rubbish example, but…
Shane
  • 1,603
  • 4
  • 26
  • 54
0
votes
1 answer

JQuery UI draggable conflicts with Wijmo draggable

I am using JQuery UI for its drag and drop feature and Wijmo (a javascript UI library) for menu bar. However the 'draggable' function in JQuery UI won't work along with Wijmo library since there is also a 'draggable' function in Wijmo. How can the…
Victor
  • 508
  • 1
  • 5
  • 9
0
votes
2 answers

Wijmo Grid with ASP.NET MVC 3

I am looking for an example/tutorial or a guide to implementing Wijmo Grid. I am looking to implement this in ASP.NET MVC 3. I will be passing dynamic data from my action. Please can some one help me out on this.
Yasser Shaikh
  • 46,934
  • 46
  • 204
  • 281
0
votes
1 answer

How do I create columns on WijGrid using Knockout at run time based on server output?

In every example of the WijGrid the columns are created manually in an array like this:
Wes
  • 399
  • 5
  • 14
0
votes
1 answer

Theming Wijmo Data Viz widgets (2.1.6) with Knockout Js

I need to theme the gauges, charts, etc based on user settings in the Wijmo gadgets. I was hoping they would work the same with css as the other widgets theming, but it doesn't (because it's drawing an svg). I'm using Knockout js and I see that I…
AlignedDev
  • 8,102
  • 9
  • 56
  • 91
0
votes
2 answers

I know there must be an easier way to do this: Javascript function model returning a date

I have to say, I am not an expert with Javascript dates.. at all! I have looked at DateJS for instance, however my problem is not just a simple date conversion (or maybe it should be!). Quick background: I have a service call which returns some…
Dav.id
  • 2,757
  • 3
  • 45
  • 57
0
votes
1 answer

How to set permissions on a wijmo menu?

I just downloaded the Wijmo open for Juice UI and I tried the wijmenu. It was very easy to use. The problem is that I need to set permissions on the menu item level. How do I dynamically do that or where can I set the role and disable a menu item…
1 2 3
13
14