Questions tagged [wijmo-grid]

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

Wijmo Grid Row Max Height

I want to add text wrapping function for all cells and header items (cell height up to 3 lines) If it cannot be displayed in one line, the characters are wrapped and displayed. The maximum cell height is 3 rows. If characters are hidden even after…
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
0
votes
0 answers

Expand all children group items on React Wijmo

I use React Wijmo FlexGrid component. I have groups of items on my table which is collapsed by default. When I expand root group, I want all children items to be expanded as well. How to achive this? Example…
Ozan Bilgiç
  • 215
  • 1
  • 9
0
votes
0 answers

React.js - How to collapse groups in Wijmo FlexGrid

I try to use Wijmo components on my project. I have a table and using FlexGrid, FlexGridFilter, FlexGridColumn and CollectionView. I have groups that are expanded by default. I want the groups to be collapsed by default. How can I achieve this? I…
Ozan Bilgiç
  • 215
  • 1
  • 9
0
votes
0 answers

Alternative way to show details of a Wijmo flexgrid besides autoSizeRows()?

I'm looking for a way to calculate the FlexGrid height of a child grid and use that height to resize the parent grid while displaying the contents of said child grid? I'm trying to avoid using autoSizeRows() to display all the cell contents of a…
0
votes
1 answer

need help regarding Dhtmlx and wijmo grid context menu and touch events when used in Iphone - safari

developed a webapp using dhtmlx 5.0 and wijmo grid. the app works fine when used in chrome(android). the context menu is opened with touch-'press and hold' but the same thing doesn't work when used in safari browser of iphone. The context menu…
Hardeep
  • 1
  • 1
0
votes
1 answer

Wijmo5 flexgrid with Angular8 - Changing Datamap selection reverts changed text in edited text column

I am using wijmo 5 flexgrid with Angular 8 and trying to create an inline editable grid with Edit button at every row. Each row has a datamap column and a text column both of which should be editable when the Edit button of that specific row is…
Thinking
  • 747
  • 5
  • 11
0
votes
1 answer

angular wijmo flexgrid add unique id to grid cell

I am new to wijmo grid. I would like to add unique id for each cell in the wijmo flexgrid. Can anyone help how to achieve this? Thanks
Mukil Deepthi
  • 6,072
  • 13
  • 71
  • 156
0
votes
1 answer

How to rename column headers in table

I am stuck in a problem where I want to rename a column header by click on it in a cell, I am using wijmo grid to make it happen,my rows are editing but I also want to edit column headers by clicking on it and change After searching a lot i am…
Nabeel Ayub
  • 1,060
  • 3
  • 15
  • 35
0
votes
0 answers

Can't set group panel grid property

So I am using the following markup to generate a wijmo grid and associated group panel.
StephenRios
  • 2,192
  • 4
  • 26
  • 42
0
votes
1 answer

How to give line break in string inside wijmo grid cell?

This is my typescript file. I am binding this data to wijmo grid. I need to give line break in between 'shankar' and the date '12/10/2018'. this.dataSource.push({ Name: 'John', Select: 'Selected', lastmodified: 'Shankar' +'/n'+ '12/10/2018' …
0
votes
1 answer

wijmo grid - convert rows to columns and columns to rows in wijmo grid

I am using wijmo grid in my angular4 application. The problem is that while converting rows to columns and columns to rows in wijmo grid. How can I achieve transpose of wijmo grid..? data =…
Siddu hadapad
  • 3,023
  • 5
  • 15
  • 26
0
votes
1 answer

How to freeze columns from the back using wijmo flex grid?

Flex Grid in Wijmo has frozenColumns property. This property is usually used to froze columns from before. How to freeze columns from the back using frozenColumns?
mmm
  • 21
  • 4
0
votes
2 answers

Scrolling sets to top once new data is appended to wijmo-grid in virtual scrolling

While implementing virtual scrolling with wijmo grid, as per the below code, when the new data is appended to data array (once we scroll and reach to the last record of the grid), the scroll gets reset to the initial position. Check this…
Paritosh
  • 11,144
  • 5
  • 56
  • 74
1
2