Browse By Tags

  • AG Grid Alternatives for Your Angular, React or Web Components Project

    AG Grid is considered one of the most popular and feature-rich JavaScript Data Grids for building interactive tables in different enterprise apps. But even though it comes fully featured and customizable with things like Column Interactions, Pagination…

  • What's New: Ignite UI for React 18.3.0 Release

    At Infragistics, we always strive to provide the best components for your development experience. And today's Ignite UI for React 18.3.0 includes the new React Data Grid. The React Data Grid is part of the Ignite UI family, and just like Angular, Web Components…

  • row show/hide and add/remove features in igx-data-grid

    Currently we are using premium version of data grid and we are also looking for row show/hide and add/remove features and I think that is currently not available. If it's available or it's in the development phase, please do let me know. Thank you.…

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

  • get the row data and cell Data in igx-grid

    Hi team,

    Uisng Igx data grid, i want to get the row data when i click button in another grid. Here id is a primary key. i have already mentioned. Also how can i get Column data?

    i am not able to access the grid data by using

    TS:

     @ViewChild('grid1'…
  • Igx-data Grid Paging issue for Infragistics version 9

    Hi Team,

    Background: I am using a Data Grid with Infragistics version 9.1.28. I have implemented Paging for Data Grid.
    Reference: https://www.infragistics.com/products/ignite-ui-angular/angular/components/grid/paging

    Issue1: I have changed the select options…

  • Is it possible to integrate "Hierarchical Data Grid" and “infinite scrolling” behavior of Remote Data Operations in same infragistics grid?

    Infragistics grid does not work properly when "Hierarchical Data Grid" and “infinite scrolling” behavior is clubbed together. It does not show any child data when I try to expand a row.

  • Is it possible to integrate infinite scroll and Group By behavior in same infragistics grid?

    Infragistics grid does not work properly when infinite scroll and group by behavior is clubbed together. When I group a column and try to scroll, it shows empty records.

  • Infragistics Angular Data Grid Date Column giving error on empty string

    Infragistics angular datagrid allows for string input in date type columns. But it gives an error for empty string. the entire table errors out. this should not be the case. it should print empty and handle the error. rest of grid should function properly…

  • Customize data grid column chooser

    Hello Team Infragistics,

    Greetings for the day.

    I am using Infragistics Blazor library. I would like to add one more column in Blazor Data grids column chooser with check box. 

    Basically the Idea behind this is as below:

    I am developing a trading application…

  • DataGrid Selection via Checkbox

    It's very helpful and readable to see which row is selected by using checkbox, it would be nice if you can provide this feature

    screnshot is taken from here https://ant.design/components/table/#components-table-demo-row-selection

    Thank you

  • ColumnChooser: exclude Data Grid columns

    I think it would be great to have a possibility to hide or exclude some Data Grid columns from IgbColumnChooser.

    For example: Column1, Column2, Column3 is displayed in DataGrid. And in ColumnChooser only Column1 and Column2 should be visible.

  • Infinite Scrolling to load data

    Hi,

    Please Provide option to Load Data in Infinite Scrolling 

  • Nullable DataTypes In DataGrid

    Hi,

    Is there a possibility of adding the ability to have nullable data types in the column for Datetime (and possibly number). the reason being, for records that have optional DateTime fields, the current IgbDateTimeColumn just shows Object Object rather…

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

  • Virtualization (Virtual data source) for DataGrid

    Hello,

    I would love to have an option to have virtualization for datagrid because there are cases where a lot of data must be downloaded into the grid at once which is not great. Even now where Microsoft itself provided a <Virtualize> element I find that…

  • DateTimeOffset support

    Currently DateTimeColumn doesn't support "DateTimeOffset".
    if you set DateTimeOffset to DateTimeColumn, it's display "[object Object]".


    Could you please support DateTimeOffset?

  • The clickable link is unclickable after the page is idle for 2-3 mins

    Hello Team,

    I am using igx data grid. I make API calls every 15 secs to get latest data

    Requirement: I have a column 'ID' that is clickable and on click of ID it navigates to new page. But if the page is idle for 2-3 mins, the column is unclickable.…

  • Add row filters to the DataGrid

    Could you please add row filters to the data grids like you have for the ultragrids.

    The row filters on the UltraGrids that we use for desktop development are great for providing quick filtering for medium sized datasets.

    • Its very easy to explain to people…
  • 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?

  • Working with Auto-Generated Columns in the Ignite UI for Angular Grid

    Ignite UI for Angular Grid is the fastest data grid available. It not only helps to run applications faster but also allows you as a developer to write applications faster. To see it in action, assume that you have a  data source as shown in the code listing…

  • Hierarchical data

    Looking at issues that will prevent me migrating to the DataGrid, and I think the next big one will be hierarchical data support. 

  • Commit the changes on tab out of cell

    I am using ignite datagrid. OnCellEdit() method, i edit the cell but my changes are not committing on press of tab key.  I am making calculations on click of Done the changes and calculations are working. But on press of tab key, my changes are not committing…

  • Synchronization of scrolls for Infragistics data grid fro Angular

    My question is about Infragistics data grid version 8 , we have 2 grids in our page which consists of the same data for first column where the user when scrolls the first grid horizontally or vertically  the grid on the second one should also scroll in…