Questions tagged [wijgrid]

The Wijmo Grid widget (wijgrid) is a datagrid that allows users to interactively select, edit, sort, scroll through, filter, and group data. The grid is highly customizable and can be used to better understand and visualize data more effectively.

The Wijmo Grid widget (wijgrid) is a datagrid that allows users to interactively select, edit, sort, scroll through, filter, and group data. The grid is highly customizable and can be used to better understand and visualize data more effectively.

16 questions
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
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

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

Angular JS click event is not working in wijgrid colum

I am using wijgrid component in angular js there I got the problem that unable to perform click events on it.in wijgrid html components are not compiled , find the html code
Satish
  • 537
  • 2
  • 9
  • 21
1
vote
2 answers

Remove Element with multiple Class without ID

Been Googling and couldn't find the answer. How do I go about removing THIS specific div and child after that, without an id (it was generated by WijGrid)
sgkdnay
  • 327
  • 1
  • 4
  • 17
1
vote
2 answers

Is it possible to have a cell of type object in a wijgrid?

I use a KnockOut observable array to populate a wijgrid. In the wijgrid, I'd like to use a JavaScript object as the value of some cells. Unfortunately, it seems as though wijmo converts objects to strings in it's own model. Please have a look at…
Muel
  • 4,309
  • 1
  • 23
  • 32
0
votes
1 answer

Wijmo grid grouping

I have a wijmo grid where I added users to allow column drag and group by columns. But after dragging the column to group area the area hides or the grid overlaps the area . I have set allowcolmoving : true and showgrouparea: true .
user2904389
  • 43
  • 1
  • 7
0
votes
1 answer

How to delete rows from a wijmo grid in a loop and refresh?

Is there a way we can delete rows from a wijmo grid running within a loop and refresh the grid with new data. I tried with the following approach, I can see the rows getting deleted while debugging but after the loop ends the grid is refreshed with…
user2904389
  • 43
  • 1
  • 7
0
votes
1 answer

How to create a pop up with Knockout?

I currently have a wijmo grid where a list of columns with checkbox appears after binding is done. I would like to add the checkboxes to a pop up so that it is visible only on click. The following code is what i have to hide and unhide the columns…
user2904389
  • 43
  • 1
  • 7
0
votes
1 answer

Wijmo 5 - Flexgrid & AngularJS - using same data source for other in scope directives

Trying out the new Flex grid from Wijimo 5 along with AngularJS. My app loads data via a HTTP call and the Grid is bound to a controller level object as its data source. If I just do a standard Angular HTTP call and set the object then the Grid…
markbarton
  • 1,440
  • 3
  • 13
  • 19
0
votes
1 answer

jgrid async false does not work

jgrid have problem with async:false property $("#mygrid").jqGrid({ .... ajaxGridOptions : {async:false,.....} // ... }); i set but it does not work...so it works such as accordion ... firstly it loads as this screen after mseconds it get this…
user1688401
  • 1,851
  • 8
  • 47
  • 83
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

Wijgrid will not play with Angular and Breeze together

Wijgrid will not work with breeze and angular. To save me repeating myself, please have a look at this post: http://wijmo.com/topic/wijgrid-will-not-play-with-angular-and-breeze-together/
Craig Morgan
  • 942
  • 2
  • 11
  • 27
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
1
2