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

Data is not displayed in grid view in an ASP.NET web application using Wijmo and nockout Javascript

I'm trying to view an ASP.NET page that will show Customer Actions Information in a grid. The grid will contain Action ID, Customer ID, Case ID, Action Date/Time, Action Type, Action By and Serial No. tabs. The development work is being done in…
0
votes
2 answers

Wijmo grid dynamic columns with angular

Can someone guide me on how can I generate dynamic columns using Wijmo grid. I need to generate dynamic columns some of which might be editable and might contain textbox, checkbox or dropdown. I am using Angular. Anyone has any pointers on how to…
0
votes
1 answer

showing wijmo menu on jquery dialog box

I'm new to wijmo. I have opened one dialog box in my project. And I want to open some wijmo menus on my dialog box. For this i done following things- jquery code $(document).ready(function () { $("#wijmenu1").wijmenu({ trigger:…
Priyanka
  • 2,802
  • 14
  • 55
  • 88
0
votes
1 answer

Re-binding a tree (Wijmo tree) with AngularJS

I am fairly new to AngularJS, and really struggling to re-bind a Wijmo tree (or even a tree implemented using UL and LI elements wth ng-repeat) with new data on changing of value of a Wijmo combobox (or, even a regular dropdown of HTML select elem).…
0
votes
1 answer

Wijmo grid displays improper Date

I am trying to use wijmo controls for my application with integration of knockoutjs and hottowel spa template. It works fine. but it displays wrong dates that should not be occur like "2013-42-18 11:42 PM". i am providing the datatype like "…
Prince Chopra
  • 167
  • 11
0
votes
1 answer

Lazy loading Wijmo tree child nodes

How can I lazy load the child nodes of a Wijtree? Means initially only the top-level parent nodes will be loaded by making an AJAX server call ($.getJSON() method). When user expands a parent node (nodeExpanded event), then its child nodes will be…
Tanmoy Sengupta
  • 406
  • 4
  • 18
0
votes
2 answers

Wijmo and jQuery

I've recently added Wijmo controls to a test website I've been using. I've found that my jQuery was throwing errors, as if jQuery had been added to the page twice. If I commented out my jQuery reference the errors disappeared. So it seems that by…
Tom Bowen
  • 8,214
  • 4
  • 22
  • 42
0
votes
1 answer

jQuery Wijmo, treeview with attributes from json

I want to generate a treeview from a json, but I need to fill. “attr or .date” in the nodes of treeview how to do? data = [{ "text": "Item 1", "attr": { "id": 12145646541 "class": "folder" } }, { "text": "Item 2", "nodes": [{ …
Tuyoshi Vinicius
  • 861
  • 8
  • 22
0
votes
1 answer

knockoutjs foreach not working in Wijmo modal dialog

I have created a modal dialog with wijmo. Inside the dialog I want to display content which depends on a knockoutjs model. Enter
gtroxler
  • 43
  • 4
0
votes
1 answer

How to set Wijmo scrolling?

I wanted help for my grid. It does not have scrolling. Can anyone help me adding the scrolling in the wijmo grid The jquery grid table is as follows:
Muneem Habib
  • 1,046
  • 4
  • 18
  • 49
0
votes
1 answer

JQuery 1.9 - Click Not Firing w/ Wijmo

For the life of me, can't figure out why this won't work. Fiddle said it would, even with 2 different method. I tried in both area, Ready and Function. It worked prior to upgrading from JQuery 1.8.3, now it won't work in JQuery 1.9.1. The head…
sgkdnay
  • 327
  • 1
  • 4
  • 17
0
votes
2 answers

Push items to knockout observableArray inside ajax request success function

In my application I want to add items from ajax response to knockout's observableArray. My html: So I have simple viewmodel: var viewModel = { MyArray: ko.observableArray() }; and inside…
Mateusz Rogulski
  • 7,357
  • 7
  • 44
  • 62
0
votes
1 answer

"Maximum call stack size exceeded" when using wijmo Events Calendar with Breeze

I have this code at viewmodel: self.events = ko.observableArray(); function getAllEvents() { dataservice.events.getAll() .then(queryEventsSucceeded) .fail(queryEventsFailed); } function queryEventsSucceeded(data) { …
Daniel Silva
  • 379
  • 1
  • 11
0
votes
1 answer

Custom data loading, sorting, paging in wijgrid

I have a wijgrid that I need to implement custom paging and sorting (read: server side paging and sorting), but I need to load the data using our custom client side library. It handles various authentication and XSS procedures that our server side…
CodingGorilla
  • 19,612
  • 4
  • 45
  • 65
0
votes
1 answer

Extensibility of Wijmo Grid Pagination

Can I extend the Wijmo Grid Paging behavior to show apart from showing First, Last, Previous and Next buttons, would like to show total page count and Page index (1-30 of 300). If yes please some body can direct me towards. Thanks in advance.
Satish K
  • 49
  • 3