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
1 answer

Using input controls in column header with Ignite Grid

Using Ignite UI for Angular Data Grid and I want to make an editor for the name of a column. However, the grid control seems to disable any input controls I put into the header template. How can I enable input controls in the header template for my…
Grax32
  • 3,986
  • 1
  • 17
  • 32
1
vote
1 answer

"col-md-*" not working with infragistics grid

I have a basic html table and infragistics(igx) grid displaying data:
Tarak
  • 149
  • 1
  • 7
1
vote
1 answer

How to set up an ignite ui financial chart (igx-financial-chart) with Angular

I am trying to set up a financial chart to display the time series data for a stock (lets say GOOG). How do you get the data from the template to the dataSource property? Am I not casting the type of data correctly? The chart is showing up on…
Brian Hanna
  • 285
  • 5
  • 12
1
vote
1 answer

How to execute event when grid is 'done'

Both the data and the table columns I want to display are input properties in my module. Now I want to be able to give my column configuration data a flag that makes it so, that those columns are initially autosized. Finding the right columns, and…
Sophor
  • 11
  • 3
1
vote
1 answer

How to change Column Index of IgxGrid dynamically?

I need to apply user settings on IgxGrid. What I am trying is that whenever a user reorders columns, I am saving the column indices in my database and next time when the user opens the same grid; I need to show the same settings on grid which he…
0
votes
1 answer

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 function at midnight and export the current data…
yooy
  • 11
  • 5
0
votes
0 answers

Disabling igx-button when validation fails

In an Angular application, I've a dialog that's shown when the user clicks on a button and it's defined as
advapi
  • 3,661
  • 4
  • 38
  • 73
0
votes
1 answer

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:
0
votes
1 answer

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" label next to it and displays a table of all the cats in the…
0
votes
1 answer

Database connection and data visualization using Ignite UI in Angular project

I am working on a C# project (Visual Studio 2019) with Angular, in which I want to show the data from a server Microsoft SQL database in a table (using Ignite UI). I searched for tutorials to create a connection with the database and to prepare the…
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 set axis label in more lines in igx-data-chart?

I need to custom my x-axis label so that it show the label in two lines. I've tried this: let labelFormat = new IgxTimeAxisLabelFormatComponent(); labelFormat.format = "dd/MM/yyyy" + "\n" + "hh:mm:ss";…
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
0
votes
1 answer

Build Error in Angular Library after installing and using controls of igniteui-angular

I have created an angular project which also has an angular library in which I need to install and use Ignite UI for angular. When I install it using the command "npm i igniteui-angular" and use NgxInputGroupModule in it, it starts giving build…
-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