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

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