Browse By Tags

  • 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-input-group - input element focus in and out not working

    Hi Team,

    Query 1. we are migrating our project from Angular 15 to 16. we facing some issue that in the below code we used igx-input-group but when click the input that is not focused or highlighted and unable to edit.

    module we used,

    infragistics version…

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

  • Plot points of chart based upon multiple attributes

    On AG/IG ~13.2.

    As a followup to Color coordinating by parameters between charts, I'm wondering how to get data points to be plotted based upon multiple attributes.

    I have built in functionality to filter down (and sum by) multiple attributes, as requested…

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

  • Change background color of whole igxgrid

    I would like to changer the back ground color of whole igx grid (not just even and odd rows ) the complete grid itself including columns, header and grid rows.

    How can I do it.?

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

  • How to reload igx grid when data is changed programmatically

    I want to reload/refresh grid data. I am changing data in ts programmatically but it is not showing on UI Immediately. 
    But when I click or scroll the grid, the changed data is shown.

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

  • IGX Grid - Controls in Column Header Template (input, select, etc) don't get focus when click on it, because of the header gets the focus inmediately

    I need a input text on the header of certain columns, i found some examples of that, using headerTemplate, but only works on Ignite version 8 and 9, but in v10 it doesn't work because the header gets the focus automatically.

    The column is in a Collapsible…

  • ToggleEvent for Data Grid

    Hi,

    I want to detect if a user collapse or expand a toggle in the Data Grid.

    Is there a Event to detect this toggle change and to handle this event?

  • can we set minLength in igxAutocomplete?

    I have used igxAutocomplete feature in igxGrid.cell. I want to set minLength in autocomplete so that the dropdown starts listing after typing the minimum characters in the cell. Is this possible in autocomplete feature.

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

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

  • Hide igxExcelStyleSorting, igxExcelStyleMoving in Ignite 10.2.5

    Hi, I just upgraded to version 10.2.5 of ignite and one thing has changed. Before I could directly overwrite the templates in order to prevent it from being displayed. Now that has changed, I can't do it like before. I don't want to overwrite the whole…

  • IgxGrid Angular - Set scroll location using API

    Hi,

    I am trying to set the scroll location (basically go to top of grid) after some action is done. The grid in question is using virtualization and the data is fetched and set using the onDataPreLoad.

    In a particular scenario, I would like the grid to…

  • Move the button in toolbar to left

    I am using igx data grid with [showToolbar] as true. 

    Requirement: Display a 'Reload' button on the left of the toolbar. How can i achieve.  I tried to give a class and write the css for the same. But it is not working.

    HTML code:

    <ng-tem…
  • Get the old / initial grid data

    Hello Team,

    I am using igx data grid. Is there any property or method to get initial grid data which i can store in a variable and use it during the cancel operation to restore the grid data.

    Please provide a stackbliz sample, if possible ASAP as it…

  • 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…
  • Remove headers while copying context menu grid

    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. 

    Eg…

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