47 questions
0
votes
1
answer
32
views
Edit many cell at the same time IGX GRID Angular
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?
...
0
votes
2
answers
282
views
Angular TinyMCE contents clearing when I switch between tabs and editor stops working
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 ...
2
votes
1
answer
118
views
How can the igx-expansion-panel close when nested angular accordion comes?
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 ...
0
votes
1
answer
50
views
Call a function at a specific time without launching the app
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 ...
1
vote
1
answer
182
views
IgniteUI calendar does not load any style in Angular
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, ...
0
votes
1
answer
144
views
Igx Button to open a link and download a file
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 ...
0
votes
1
answer
495
views
How to get the value of a variable that is set in the navbar to use in another component?
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&...
1
vote
1
answer
429
views
Row divider igx Grid
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 ...
1
vote
1
answer
345
views
Row size of igxGrid and line break of igxDialog
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 ...
2
votes
2
answers
2k
views
Reload igx grid when data is changed
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 ...
3
votes
0
answers
1k
views
how to get selected rows values in angular infragistics grid UI
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 ...
1
vote
2
answers
338
views
Calculate the totale value of grouped by rows in angular Infragistics Ui grid
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 ...
1
vote
1
answer
416
views
Batch editing is not a known property of igx-grid
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 ...
1
vote
1
answer
815
views
Adding new row to igx grid using igx-action-strip
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-...
1
vote
1
answer
134
views
Update SQL database when Igx Grid cell is edited
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 ...