Questions tagged [igx-grid]

Display and manipulate tabular data with the Ignite UI for Angular Data Grid. Quickly bind your data with very little coding or configuration. Features include filtering, sorting, paging, templates, movable columns, and the ability to edit and update data. User actions are easy to understand and can be controlled programmatically.

igx-grid is a data grid Angular UI component, part of Ignite UI for Angular

https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid.html

38 questions
0
votes
1 answer

Igx grid cell with button inside

I am working on an Angular project with Ignite UI. I have a igx grid and "edit"-buttons in each cell from the igx grid. When I edit one of these cells and press the Enter key then the changed cell values are shown like this: And not in italic like…
ivs
  • 133
  • 7
0
votes
1 answer

export pdf using angular ignie UI for angular

I'm using angular typescript 12 , and i have integrated angular ignite UI grid i need to export my grid into pdf , however, i didn't find how to export the pdf using Igx-Grid. does Igx-Grid currently provide PDF exporter? or if there is any way that…
amilana
  • 73
  • 1
  • 7
0
votes
1 answer

How do I programmatically update values during row editing in igx-grid?

I am using Angular 11 and current Ignite UI Agnular. I have a grid which has columns users can edit (name, active, type, etc.) and other columns which they cannot (parameters changed in other screens, audit columns, etc.):
vkombov
  • 11
0
votes
1 answer

How to filter data in current page only

I am using igx-grid. I am retrieving all data in one call, suppose I am on 3rd page, while filtering data it searching the data from the whole data, and it goes to "Page 1" automatically, I need a way to filter data in current page only and don't…
user15512352
0
votes
1 answer

enable or disable row editable per row based on condition infragistic grid

I need to make a row editable based on grid data. Some rows will be editable and some will not. I tried cellEditExit/cellEdit event and tried to cancel the event but didn't work.
wil
  • 853
  • 2
  • 10
  • 24
0
votes
1 answer

igx grid inline feature doesn't work well with custom columns

I working on inline edit using ignite-ui-angular grid and it highlights all rows when I select a row and also save/cancel prompt panel appears in wrong row. Their example works but I am customizing column so I think that maybe the problem but not…
wil
  • 853
  • 2
  • 10
  • 24
0
votes
1 answer

Ignite UI for Angular (igx-grid ) how to block filtering and sorting

Ignite UI for Angular igx-grid how to block filtering and sorting, I want to block filtering and sorting while updating row data and while adding New entry. Once I save again in can filter and sort data. I am adding new entry in same grid but…
krishnas
  • 3
  • 1
  • 1
  • 5
-1
votes
1 answer

how to disable selection for few rows based on any condition in multi selection of igx-grid ignite UI for angular?

I want to disable selection of some rows in multi-selection of igx-grid ignite UI for angular so that if I make those rows selected by default then the user should not be able to deselect those rows. I will appreciate any help to achieve the goal.
1 2
3