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

Wijgrid destroying data- attributes

I have some data- attributes that I put into a table row tag. When I set the table to be a wijgrid the data- attributes are destroyed. How do I keep wijmo from destroying these attributes?
w.donahue
  • 10,790
  • 13
  • 56
  • 78
1
vote
0 answers

Wijmo Flexgrid Filter from JS Function

I am working with the Wijmo FlexGrid in JavaScript and I'm trying to make quick filter buttons to apply a filter on a specific column when a button is clicked. I want other column filters to remain unaffected. Here's the code I am currently using: …
1
vote
2 answers

Why does my progress bar display a floating point value?

'value' in this example is 5, 'maxValue' is 39. The value displayed on the progress bar (a wijmo progressbar) is 5.07. {0} should tell the progressbar to show a progress value rather than a percentage. If I change the value to 8, maintaining the…
codecowboy
  • 9,835
  • 18
  • 79
  • 134
1
vote
2 answers

How do I disable a Wijmo Menu item?

Is it possible to disable a Wijmo menu item? I have the following fiddle, and I'd like to disable a menu option (either a branch or a leaf) if the user doesn't have a certain permission. I've tried setting the
  • and the tags of the node to…
  • David Hoerster
    • 28,421
    • 8
    • 67
    • 102
    1
    vote
    2 answers

    z-Index Issue with jqGrid and Wijmo WijMenu

    I am trying to use the jQuery-based Wijmo WijMenu control with jqGrid in order to create a dynamic grid toolbar. Getting the menu to appear works fine. However, my menuitem1 has a submenu, and this submenu falls behind the jqGrid when I hover over…
    David Hoerster
    • 28,421
    • 8
    • 67
    • 102
    1
    vote
    1 answer

    wijmo date picker using in textbox

    I need examples for using the wijmo date picker in a text box. I am having trouble in using wijmo date picker. It is working when I am using in div but not in textbox here is my code: <%: Html.TextBox("sample")%> $(document).ready(function () { …
    yogeswaran K
    • 2,278
    • 8
    • 29
    • 45
    1
    vote
    1 answer

    How disable or prevent opening wijmo tree node based on condition?

    I want to prevent opening wijmo tree node based on some condition or disabling specific node based on condition. I tried to use 'expandOnClick' property of treeview which prevents the opening of current node but it is possible to open node on…
    Vinay
    • 2,272
    • 4
    • 19
    • 34
    1
    vote
    0 answers

    Wijmo FlexGrid does not align numbers correctly after changing columnDef and updating itemsSource

    We have an Angular 5 application where we use a FlexGrid to show a variety of datasets. These datasets can be represented by different views, which are predefined sets of columns. Everytime a view changes, the columnDef is updated and our …
    Scuba Kay
    • 2,004
    • 3
    • 26
    • 48
    1
    vote
    2 answers

    Wijmo 5 with Angular System.register is not supported by webpack

    I tried to use FlexGrid of Wijmo modules next when i serve my project I got this Error : (I am using AngularCLI) WARNING in ./~/wijmo/wijmo.angular2.core.js System.register is not supported by webpack. @ ./src/app/app.module.ts 12:0-57 @…
    Anouar Mokhtari
    • 2,084
    • 4
    • 23
    • 23
    1
    vote
    1 answer

    Wijmo flexgrid export to excel Percentage values showing warning

    We are using Wijmo Flexgrid every thing is working fine. We have row level formatting like showing in the following snapshot, some rows are in decimals and some are in percentage. When we export grid in excel percentage values showing warning signs…
    Abu Sufyan
    • 197
    • 1
    • 2
    • 14
    1
    vote
    0 answers

    Dinamically bind 'format' attribute in wijmo widget using Angular2

    In an app we're building using Wijmo and Angular2 one of the requirements is related to the handling of floating-point numbers with different precission. Since the number of digits behind the decimal point may change, we tried to bind the 'format'…
    rolivencia
    • 153
    • 8
    1
    vote
    4 answers

    Wijmo FlexGrid column width as header text Angluar2

    I want the full header text of the Wijmo FlexGrid header visible: . How can I do it with CSS?
    srashtisj
    • 151
    • 4
    • 19
    1
    vote
    0 answers

    how to bundle angular 2 and wijmo 5 with requirejs

    I'm having troubles bundling an angular 2 app with wijmo components. My gulp file has a specific task for the bundle action: builder.buildStatic(‘app’, xxxx)) and my systemjs.config looks like: var map = { 'app': 'app', 'rxjs': 'lib/rxjs', …
    Agustin Seifert
    • 1,938
    • 1
    • 16
    • 29
    1
    vote
    1 answer

    Wijmo FlexGrid column to show enum string instead of ordinal

    How can I make the FlexGrid column to show enum string instead of ordinal. This should be achievable using some formatting. I can think of either using ItemFormatter for the grid or using CellTemplate. Need to know what's the best solution here.
    Rajee
    • 272
    • 2
    • 8
    1
    vote
    0 answers