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.

Filter by
Sorted by
Tagged with
0
votes
0answers
12 views

Controlling tab order via nativeElement.focus() from within an Angular component

I need to cycle through an expanded overlay control. Once the overlay is expanded I want to cycle through the input elements until the overlay has been collapsed. I have the code working to a point, i....
0
votes
0answers
11 views

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" + "\...
1
vote
3answers
63 views

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 ...
1
vote
1answer
57 views

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 id. https://www.infragistics.com/products/ignite-ui-...
0
votes
1answer
60 views

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 ...
-2
votes
1answer
418 views

Angular, is there a way to “markAsTouched” a field without a Form?

I've already know that INPUT items inside a FormControl can be mark dirt or touched by calling any of the following methods (maybe more): control.markAsTouched(); group.markAsTouched(); form.get('...
1
vote
1answer
117 views

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 ...
1
vote
1answer
127 views

“col-md-*” not working with infragistics grid

I have a basic html table and infragistics(igx) grid displaying data: <div class="container"> <div class="row"> <div class="col-md-4"> <table> </...
2
votes
1answer
69 views

I need to implement search (Like find in page) . I have rendered an XML in my HTML page. I need to search for a text in this rendered XML

I need to implement search (Like find in page) . I have rendered an XML in my HTML page. I need to search for a text in this rendered XML. I have set the XML as the innerhtml of a div. I have used ...
1
vote
1answer
135 views

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 ...
2
votes
2answers
223 views

How to adjust Dropdown box?

I am using Infragistics / igx-input-group and igx-drop-down elements to create a dropdown on my app. All works well and i can fetch the data from REST API's just fine but i am having issues with the ...
1
vote
1answer
332 views

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 ...
-1
votes
1answer
279 views

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. ...
1
vote
1answer
208 views

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 ...
0
votes
1answer
169 views

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 ...
1
vote
1answer
132 views

Why Aren't the Styles for Infragistics Ignite UI for Angular List View Working?

It looks like the igx-form-group__input--search class requires another stylesheet imported somewhere, but I'm not finding a reference to make it work in like in stackblitz Mine https://github.com/...