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
vote
2 answers

How to go to a parent node from a node in a treeview of wijmo flex grid

I am using wijmo flex grid to create a tree view for my data, I am able to find whether a specific node has children or not and what is the level of the node but I am unable to go to the parent node from a given node. The index for each row is also…
deep_005
  • 19
  • 5
1
vote
1 answer

Multiple level/criteria sorting using wijmo ICollectionView

Does Wijmo have functionality to add additional levels of sorting in cases where the first search criteria is a match? This secondary search would only be used in cases where the primary criteria are a match. For example, if my two columns were…
1
vote
1 answer

Wijmo Flexsheet Formula does not re-evaluate after referenced cell updated

I am using wijmo 5 flexsheet with angularjs. Problem is like this. Cell B3 has a formula "=SUM(B1+B2)" . When I update the value of B1 or B2 cell B3 does not recalculated. If I edit cell B3 like "=SUm(B1+B2)" value is updated. After I reedit B1 or…
Özgür Kaplan
  • 2,106
  • 2
  • 15
  • 26
1
vote
2 answers

the hint in bar chart is not showing the text enclosed in html special characters e.g.

Hint is not showing text enclosed between '<' and '>' require(["wijmo.wijbarchart"], function () {$(document).ready(function () { $("#wijbarchart").wijbarchart({ hint: { content: function () {return this.x + '' + '\n ' + this.y + '';} /*…
Kiba
  • 399
  • 1
  • 4
  • 16
1
vote
2 answers

ComponentOne MVC Flexgrid Databinding

I have a Flexgrid on a page. I want to do some custom filtering. I created a Filter ActonResult. In it I have created the filtered dataset. How do I send the data back to the page? If I return a view I don't get any updated data. Is there a way…
kereberos
  • 1,253
  • 1
  • 10
  • 20
1
vote
2 answers

How to set columns header dynamically in wijmo grid?

I have a wijmo grid which is setting the column header same as the datakey. I would like to set the column header different than how the datakey appears. But my data returns different number of columns. I tried with the following approach but its…
user2904389
  • 43
  • 1
  • 7
1
vote
1 answer

How to set column freeze in a Wijmo Grid dynamically ?

I can set the static row or column index by adding hard coded index value, but if the user wants to choose the column how can we do it using knockout js. Currently I have set the static column index but I want the users to be able to choose the…
user2904389
  • 43
  • 1
  • 7
1
vote
1 answer

Wizmo5 flexgrid not rendering completely in browser when seeing through developer tools

Using coded-ui-tests to automate a screen which is using wijmo grid with scroll. The problem is not able to record all the cells, as the cells which appear after scroll does not render in DOM, this is evident from Inspect element feature of…
rp4361
  • 433
  • 1
  • 5
  • 20
1
vote
3 answers

AngularJS version in KendoUI and Wijmo5

I am looking at using KendoUI or Wijmo 5 for my next AngularJS project. What is the current version of AngularJS in KendoUI and Wijmo5?
Henry Neo
  • 2,357
  • 1
  • 24
  • 27
1
vote
2 answers

Autocomplete with SpreadJS

I'm trying to add autocomplete functionality to a column in SpreadJS, such that as the user types into a cell a dropdown list will appear with matching items retrieved from the server. The SpreadJS documentation states: SpreadJS supports combo…
Scottie
  • 545
  • 4
  • 14
1
vote
1 answer

Working around possible Kendo UI and Wijmo SpreadJS compatibility issue

I think I may be hitting a compatibility issue using Kendo UI and SpreadJS together. If I include JQuery, Kendo and SpreadJS references in an HTML page, then Chrome gives me the error "Uncaught RangeError: Maximum call stack size exceeded" in the…
Scottie
  • 545
  • 4
  • 14
1
vote
1 answer

WijGrid get selected row after filtering

In my page i have a WijGrid with showFilter set to true. In the script section I have the following code: $("#wijGrid").dblclick(function (e) { var index = $("#wijGrid").wijgrid("currentCell").row().dataRowIndex; var data =…
1
vote
1 answer

Wijmo pie chart object reference error?

I am trying to create a pie chart using wijmo Data…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/jquery" class="post-tag grid--cell" title="show questions tagged 'jquery'" rel="tag">jquery</a> <a href="../../questions/tagged/dom" class="post-tag grid--cell" title="show questions tagged 'dom'" rel="tag">dom</a> <a href="../../questions/tagged/charts" class="post-tag grid--cell" title="show questions tagged 'charts'" rel="tag">charts</a> <a href="../../questions/tagged/wijmo" class="post-tag grid--cell" title="show questions tagged 'wijmo'" rel="tag">wijmo</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 21 '14 at 11:38">asked Apr 21 '14 at 11:38</time> <a href="../../users/1024970/rahul-chowdhury" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/1024970.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Rahul Chowdhury" /> </a> <div class="s-user-card--info"> <a href="../../users/1024970/rahul-chowdhury" class="s-user-card--link">Rahul Chowdhury</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1,138</li> <li class="s-award-bling s-award-bling__gold" title="6 gold badges">6</li> <li class="s-award-bling s-award-bling__silver" title="29 silver badges">29</li> <li class="s-award-bling s-award-bling__bronze" title="52 bronze badges">52</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-22909463"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/22909463/use-different-colors-for-start-and-end-timers-of-the-slider-in-wijmo-css" class="question-hyperlink">Use different colors for start and end timers of the slider in wijmo.css</a></h3> <div class="excerpt">I am using jquery.wijmo-complete.all.2.3.8.min.css. but i can't find answer...... code: #slider { width: 300px; } .wijmo-wijslider-incbutton { /*Sets the styles of the outer edge of the increment button.*/ background:…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/css" class="post-tag grid--cell" title="show questions tagged 'css'" rel="tag">css</a> <a href="../../questions/tagged/wijmo" class="post-tag grid--cell" title="show questions tagged 'wijmo'" rel="tag">wijmo</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 07 '14 at 10:12">asked Apr 07 '14 at 10:12</time> <a href="../../users/3077931/user3077931" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/3077931.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="user3077931" /> </a> <div class="s-user-card--info"> <a href="../../users/3077931/user3077931" class="s-user-card--link">user3077931</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">11</li> <li class="s-award-bling s-award-bling__bronze" title="2 bronze badges">2</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-22657728"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>1</strong></span> <div class="viewcount">vote</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/22657728/knockout-js-and-wijmo-dialog-nested-binding" class="question-hyperlink">Knockout JS and Wijmo dialog nested binding</a></h3> <div class="excerpt">I have this View-Model structure: function PluginViewModel(name, code) { var self = this; self.name = ko.observable(name); self.code = ko.observable(code); } function item() { var self = this; self.id = ko.observable(); self.listIndex =…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/javascript" class="post-tag grid--cell" title="show questions tagged 'javascript'" rel="tag">javascript</a> <a href="../../questions/tagged/knockout.js" class="post-tag grid--cell" title="show questions tagged 'knockout.js'" rel="tag">knockout.js</a> <a href="../../questions/tagged/binding" class="post-tag grid--cell" title="show questions tagged 'binding'" rel="tag">binding</a> <a href="../../questions/tagged/viewmodel" class="post-tag grid--cell" title="show questions tagged 'viewmodel'" rel="tag">viewmodel</a> <a href="../../questions/tagged/wijmo" class="post-tag grid--cell" title="show questions tagged 'wijmo'" rel="tag">wijmo</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 26 '14 at 10:13">asked Mar 26 '14 at 10:13</time> <a href="../../users/2052419/pepperav" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/2052419.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="pepperav" /> </a> <div class="s-user-card--info"> <a href="../../users/2052419/pepperav" class="s-user-card--link">pepperav</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">527</li> <li class="s-award-bling s-award-bling__silver" title="6 silver badges">6</li> <li class="s-award-bling s-award-bling__bronze" title="16 bronze badges">16</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/wijmo_page=2" rel="prev" title="Go to page 2">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/wijmo_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/wijmo_page=2" rel="" title="Go to page 2">2</a> <div class="s-pagination--item is-selected">3</div> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/wijmo_page=13" rel="" title="Go to page 13">13</a> <a class="s-pagination--item" href="../../questions/tagged/wijmo_page=14" rel="" title="Go to page 14">14</a> <a class="s-pagination--item" href="../../questions/tagged/wijmo_page=4" rel="next" title="Go to page 4"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>