Browse By Tags

  • Angular 14 to 15 failing even after adding stylePreprocessorOptions

    Hi team ,

    I am updating from Angular 14 to 15. I see that the error shown is similar to what is added in this post 

    https://www.infragistics.com/community/forums/f/ignite-ui-for-angular/124892/sass-error-after-upgrading-vom-v14-to-v15

    Error for referen…

  • ignite-ui-angular/angular/components/grid/search

    I am having a problem with the search engine. It is not highlighting the columns that ng-template. I need to use ng-template to use the let-cell to manipulate the information and style.

            <igx-column *ngIf="row.datatype === 'capitalized…
  • igx-grid vertical column headers

    Dear Infragistics Team,

    I am currently working with the igx-grid component and am exploring options for customizing the appearance of the grid's column headers.

    I have a specific requirement to align the column headers vertically. Could you please…

  • Expand All/Collapse All Header icon in Ignite UI Tree Grid

    Hi, Is there a way to add Expand All/Collapse All Header icon in ignite UI tree grid ?

  • Mouse-hover in data-grid from field in data-grid

    I am roughly on latest AG/ID (14.2).

    I have a data grid which represents scenarios (name, start, end, etc.) to which users want to add a field for comments (to describe purpose for oddly-suffixed scenario names). Adding the field is simple enough, but…

  • Transforming value displayed in column and filtering

    Angular 11.  We have a grid with an igx-column using an ng-template to transform a value into a clickable element.  As part of that, the raw value is rounded up to millions.  This becomes a problem when filtering.  For example, the user sees 10 in the column…

  • Marker not shown if the line is straight

    For the light gray line maker is rendered using custom market template logic it working fine except if the line is straight or tilted a bit for the functionality to show marker even on the straight line ?

  • dashed line

    Cannot able to add dash line in the line series ?

  • Clicking outside row editing is committing changes...

    I'm on IG12.3 and AG 12.3.

    I am asking a follow-up to onrowedit default behaviour, since that didn't work for me. I assume I'm doing something wrong, as always, though.

    Here is my grid declaration:

        <igx-grid #scenarioList id="scenarioList…

  • Download Charts?

    I'm on AG 12.3 and IG 12.3 with Excel and Charts.

    Users would like to be able to download the charts in addition to the Spreadsheet report being generated in the same page of our app. If at all possible, they would like both charts (Design & Process…

  • while pasting 10K rows, getting Page is unresponsive error

    Hello Team,

    I am using igx-data-grid and have implemented Grid Paste from Grid using Paste Handler in Chrome Browser. Ignite version is 9.1.16

    Issue: When i am trying to Copy and Paste 10000 rows at once from excel to Igx Data Grid, it pops up a message…

  • Please help: batchEditing isn't a know 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: "NG8002: Can't bind to batchEditing since it isn't a know property of 'igx-grid'".

    I already have IgxGridMo…

  • Many IGX deprecation warnings!!

    Angular 11 || Latest Infragistics build:

    I'm not using most of this explicitly. It seems like it is in your code base?

  • Dynamic tabs with routing

    I am using Angular 11 and latest IG (Dec 2020 release), as I am on a brand new Ignite UI license.

    I am unsure how to go about dynamically creating a tab, with a routerlink to another component (with parameter).

    Example:

    Tab:Scenarios (list of scenarios…

  • Module build failed: @include igx-dark-theme($green-palette); ^ No mixin named igx-dark-theme

    I am using angular 6 version hence i installed "igniteui-angular""6.2.0" and the feature I want to use is igxtexthighlightdirective.

    After npm run build I am getting  following error:

    Module build failed:
    @include igx-dark-theme($green…

  • Need to remove sort feature from excel style filter

    Hi,

    I am using igx data grid with excel style filter. 

    Requirement: I want to keep the sort in the column header but do not wish to display the sort feature in the excel style filter (Screenshot attached). The one highlighted in yellow needs to be removed…

  • Updating to Angular 11

    I've followed the Upgrade directions to go from 10 to 11 and my App is working.  However, I am getting a pair of compiler errors:

    Generating browser application bundles (phase: additional asset processing)...
    Error: node_modules/@infragistics/igniteui…

  • Is there any way to change text color of igx-grid-cell based on text

    I am using ignite ui for the first time in angular. I am facing some problem. Basically I have created library for ignite ui grid and consuming it. I want to make particular grid cell text color change based on text which i am passing in my grid columns…

  • Grid scss is weird if i refresh the page multiple times

    Hi Team,

    I am using igx-data grid and version we are using is "@infragistics/igniteui-angular": "^9.1.16". 

    Scenario: The grid refreshes every 15 secs programmatically.

    Issue: There is weird behavior after few refreshes i.e. the top…

  • Copy paste for context-menu Igx

    Is there a way to remove the headers in onCellValueCopy method for a context menu while pasting. I understand that there is one for the main grid with the clipboardOptions.copyHeaders set to false. But that seems to not work with the context menu (app…
  • Keep the selection of grid 2 after grid1 data refresh

    I have 2 igx data grids. On click of cell of grid1 (i.e. Id), a slider opens with grid 2 data.

    I am using setInterval() method to refresh the grid1's data every 15 secs. But the issue is when the data is getting refresh in grid1, the cell which i have…

  • On click of the cell need to make calculations in the grid

    Hello Team,

    For eg. Grid1 and Grid2 have the following rows,

    Grid1
    Row1: UnitPrice=x1
    Row2: UnitPrice=x2

    Grid2
    Row1: MinWeight=y1, MaxWeight=z1
    Row2: MinWeight=y2, MaxWeight=z2

    1. What i want  is:

    x = x1 + x2;
    x + y1 + z2 has to be 100.
    x+ y2 + z1 has to be…

  • Uploading json to excel and making columns read-only.

    I have a JSON object, I need to upload it(or export) to excel and need to have some column read-only. Secondly I want to apply specific(defined) filter values to some cells and wont let the user to edit any cell value with diffrent data types.

    I am able…

  • 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

    1) I am adding a new entry in the same…