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
-1
votes
1 answer

How to Change Chart Header Size and Color in Wijmo5

How to Change the Chart Header size and color in wijmo5(FlexChart) using angular2. I am trying to implement the headerStyle Property in Wijmo. But its not working. my code:
-1
votes
1 answer

how to filter a wijmo flex grid value

fruits Apple Banana Pear Tomatoe i have a flex grid that loads the above information how do i filter the…
doe
  • 148
  • 4
  • 25
-1
votes
2 answers

How to set the width of a Wijgrid?

Code to construct the wijgrid: // Construct the grid $("#wijgridObject").wijgrid({ allowPaging: true, allowSorting: true, pageSize: gridTotalRows, pagerSettings: { position: "bottom" }, …
jordan
  • 3,436
  • 11
  • 44
  • 75
-1
votes
1 answer

Wijmo grid and knockout observableArray bound to data option not working for me

The wijmo grid setup to get its data from a knockout observableArray in the following fiddle http://jsfiddle.net/t316/K3GMR/7/ is not initializing itself properly, i.e. you see no grid. This is happening because of an error: "Uncaught TypeError:…
t316
  • 1,149
  • 1
  • 15
  • 28
-1
votes
1 answer

Administrative GUI: Should I use Bootstrap?

I need to make a administrative GUI with lots of functionality like lists, forms, navigation, etc. I have looked at twitter Bootstrap and this looks really good, but it is missing some features that I must incorporate. I could integrate Jquery for…
-2
votes
1 answer

how to call following node.js function in spread.js?

The following code is written in server.js file which is nodejs code app.get("/api/todos",function(req, res){ todo.find(function(error, todos){ if(error) res.send(error); res.json(todos); }); }); Now I want to call…
-4
votes
2 answers

Assessment on SpreadJs and Handsontable.

I am trying to implement dashboard where i need to have HTML 5 spreadsheet ,which will be dynamic in nature, into my webpage/dashboard, i was looking into Spreads and Handsontable. I still need to decide which one i will go with... If some has…
Ravi Ojha
  • 168
  • 1
  • 13
1 2 3
13
14