Questions tagged [ignite-ui-angular]

Ignite UI for Angular is an open-source, dependency-free Angular UI component library. All components are following the google material design guidelines.

Detailed information about Ignite UI for Angular

GitHub repository
Submit issues here

A full list of the components provided can be seen here

45 questions
1
vote
0 answers

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, ViewChild, OnInit } from '@angular/core'; import…
1
vote
1 answer

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 is changed? Here is an example: Row Date …
ivs
  • 133
  • 7
1
vote
1 answer

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 each sentence? The '\n' and
do not…
ivs
  • 133
  • 7
1
vote
2 answers

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 items and group 2 contained 3 items. I have to…
1
vote
1 answer

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 error? Here is my grid.
ivs
  • 133
  • 7
1
vote
1 answer

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
ivs
  • 133
  • 7
1
vote
1 answer

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 tutorial (because I am searching all day and did not…
ivs
  • 133
  • 7
1
vote
1 answer

Ignite UI for Angular - how to use a cell template from code

I am just investigating this grid, and am trying to work out how to use a "cell template" from code. Using their tree-grid-conditional-cell-style-2 sample, I have put the following:
peterc
  • 6,921
  • 9
  • 65
  • 131
1
vote
1 answer

Not able to get sorting event from IgniteUI / igniteui-angular grid

I need to apply alphanumeric sorting on grid but not able to get sorting event from grid.
1
vote
1 answer

error message when trying to update date inline edit with igx-grid

I am getting an "ERROR TypeError: value.toLocaleDateString is not a function" when I double click to do inline edit. An example…
wil
  • 853
  • 2
  • 10
  • 24
1
vote
1 answer

How to apply a default value to an IgxSelectComponent

What is the recommended way to apply a default value to an IgxSelectComponent using a template like this?:
Vasya K
  • 13
  • 2
1
vote
1 answer

How to template cell in igxGrid?

I am starting to work with igx-grid and I have templated cells with combobox as below:
Monika
  • 51
  • 3
1
vote
3 answers

Best way to edit font in Igx Grid column cells

Can't find a good method for changing the font for all grids across the application. I know of [cellClasses] and [cellStyles] but it seems unnecessary to set these for every column on every page of the application. Is there a way to this in global…
feargmac
  • 41
  • 4
1
vote
1 answer

Column sorting issue in date field with dd/MM/YYYY format in angular ig-grid

In igx-grid, When we apply sorting in ascending and descending order with dd-mm-yyyy format, so sorting is not working with actual date, month and year wise. and only apply date wise sorting. When we apply sorting in ascending and descending order…
1
vote
1 answer

How to change color of branch level nodes in Ignite UI angular tree map?

I have implemented the treemap using the below link which worked perfectly fine.But i want to change the color of branch nodes based on parent…