Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
32 views

I need to edit several cells at the same time that are in the same column. At the same time, so that the actual data change inside the cell is displayed. Is it possible to do this in igx grid Angular? ...
Vladislav's user avatar
0 votes
2 answers
282 views

I have a tinymce editor inside an infragistics igniteui angular tab component. When my form 1st renders, I see the data from database properly displayed in tinymce. When I switch to another tab that ...
happyfirst's user avatar
  • 1,159
2 votes
1 answer
118 views

I am trying to close the igx-expansion-panel. It's working fine with the normal panel. I am applying nested angular accordion with igx-accordion. here is an example. HTML File : Here I used 3 parent ...
Nikunj Chaklasiya's user avatar
0 votes
1 answer
50 views

I'm working on a .NET Core application using Angular and Ignite UI. I would like to ask if it is possible to run a function in the background without opening the webpage. For example I want to run a ...
yooy's user avatar
  • 1
1 vote
1 answer
182 views

I've been getting a weird problem while trying to use IgniteUI on Angular. Whatever I try the component just wont render right for some reason. This is the component class: import { Component, ...
Giovanni Grana's user avatar
0 votes
1 answer
144 views

Is it possible to download a file (e.g. Power point presentation) through a link when an igx Button is clicked? I could not find any related topic to my question. Here is my example code: <button ...
yooy's user avatar
  • 1
0 votes
1 answer
495 views

I have a nav-bar that uses a switch bar (similar to a toggle button) that is default to "All Cats in the Family". When the switch is off, it shows the default "All Cats in the Family&...
compscihelp's user avatar
1 vote
1 answer
429 views

I have an igx Grid with sorted rows. The rows are sorted by date (this is a column from the grid). So I have multiple rows with the same date. How can I put a divider between the rows where the date ...
user avatar
1 vote
1 answer
345 views

I have two questions about igxGrid and igxDialog. How can I set the height of the rows in a igxGrid? I have a confirmation dialog with a message with 3 sentences. How can I include a new line after ...
user avatar
2 votes
2 answers
2k views

I have an igx grid inside a dialog. I use the array posts as data for the grid. The values of this array may be changed through the program. How can I update the grid data with the last value that I ...
user avatar
3 votes
0 answers
1k views

I'm using angular Infragisics grid in angular typescript 12 and I want to display all the selected rows from the igx-grid when I click a button. Here is what I tried but I get an empty array and no ...
amilana's user avatar
  • 83
1 vote
2 answers
338 views

I'm using angular Infragistics UI grid in typescript 12 And I'm trying to calculate the totale of the price field when the grid is in group by mode. Say I have 2 groups by client, group 1 contained 2 ...
amilana's user avatar
  • 83
1 vote
1 answer
416 views

I want to enable batch editing for a igx-grid to allow commitment of edited rows to a database. But I get the error: error-batch I already have IgxGridModule imported in app.modules.ts. Why I get this ...
user avatar
1 vote
1 answer
815 views

I am trying to create a igx grid table with an edit-button, similar to this example provided by Infragistics Angular Grid Row Adding Example <igx-action-strip #actionstrip> <igx-grid-...
user avatar
1 vote
1 answer
134 views

I have an Angular project and igx grid with editable rows. The grid data comes from SQL server database. Is it possible to update the database when cells from the igx grid are edited? Is there any ...
user avatar

15 30 50 per page