Browse By Tags

  • columnMovingEnd missing dropPosition

    All columns in my grid are movable. Now I need to be able to determine the position relative to the target object during a move operation. Unfortunately, I haven't found a way yet, because neither columnMovingEnd, columnMoving nor columnMovingStart provide…

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

  • igx-grid column alignment

    Hello,

    I am faced with a requirement to align the content of a specific cell and its corresponding header to the right side of the igx-grid.

    Like this:

    After going through the documentation and exploring various options within the igx-grid configuration…

  • Does igx-grid support filtering from a column with an array of objects?

    Hi,

    Does igx-grid support filtering from a column with an array of objects? For example, if rows are teams information. Each row represents a team. A column called "Members" which is an array of "Person" object. Person has name, address, city, country…

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

  • IGX Grid Summary custom html class for each column summary

    Inside IGX grid have custom Summary for each column. I need to align (Right, Left) the summary depending upon the data type of column. For that I need to add the CSS class in each summary column inside the summary section.

    How to achieve this issue?

    Th…

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

  • Filter by date - time in excelStileFiltering

    I'm trying to add a filter to columns of type time. I haven't seen a way to do this and have a filter, so I decided to override date type and use it¡s excellFilter. The problem is that the filter doesn't allo the user to select time, only date, moreover…

  • IgniteUI Grid Header Column text ellipsis

    Hi ,

    The text in the headers isn't showing and the ellipsis appears, if I adopt this proposed solution:

    https://www.infragistics.com/community/forums/f/ignite-ui-for-angular/120438/igniteui-grid-header-column-text-is-bigger-and-need-to-wrap-it


    When…
  • How to disable particular cell in igx grid?

    Hi,

    Is it possible to disable particular cell from editing? we need to disable the cell based on the conditions.

    We need disable only cell not entire row or column.

    I couldn't find exact option in the documentation,

    Kindly provide if any samples available…

  • igx grid cell spanning (cell merge)

    We are using igx grid with Angular 8, and we are trying to achieve cell merge as below using igx grid and igx-column-layout.

     

    but, I'm facing issues as below.

    Kindly help us on merging cells in igx grid as in first image.

  • Validate column/ igx-cell in the Igx data grid angular

    Hello,

    I am using Igx-data Grid. I have column for combination of string and number datatype.

    I want to write few validations for the number  column mentioned below:

    1. restrict the column to max 99999. 

    2. Column should only allow numbers(no alphabets…

  • IGX-column of dataType = 'date' does not allow me to delete a value

    igniteui-angular@7.3.11

    Using igx-column with [dataType]="'date'" I find that once a valid date is present, there is no way to delete the date entry.  I see the 'x' button in the editor which clears out the values present, but when I…

  • IgxGrid header cells width collapses on empty grid data

    I noticed the width of the header cells on IgxGrid collapse when the data supplied to it is an empty array. I am fetching data to the grid asynchronously, and sometimes the API service returns an empty array. Please see the attached image below. Is there…

  • IgxGridComponent add dynamic column

    Hi,

    I want to add row action column to IgxGridComponent before it is rendered, my requirement is not to use ngFor.

    I have added my custom directive on <igx-grid> which will be adding this dynamic column.

    Thanks in Advance.

    I tried:

    let actionColumn…