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…

  • 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…

  • 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…

  • 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?

  • 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…

  • 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…