Browse By Tags

  • Wants to set Advanced filter by default to contains.

    Hi

    I want a small clarification on one of the use case related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/column-filtering)

    Here I have used Advanced filter in the grid, In that I want the advanced…

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

  • Scrolling for grid table is not working in firefox for desktop and in chrome its working fine

    Hi, 

    I have been trying to find some solution for scrolling behavior for grid table in Firefox meanwhile its working fine in chrome. 

    also the mouse wheel scrolling is not working in Firefox. I dont know whats the issue with Grid but when i inspect the…

  • Huge Data Excel Download

    Hello,

    I want to export huge data like >10lakh rows (>1crore values). I am not able to fetch this type of data through any API as there are memory constraints for any backend language that is around (10lakh values). How can I download excel values directly…

  • Alternative way to apply template for the Igr Template column

    Hi,

    I want some clarification on the new IgrGrid (link)

    As in the example mentioned below we are using the template column type to show cell text colour. Currently, we are using the logic where we apply the cell text colour in the cellUpdating method for…

  • Want to know an event to get updated column sequence.

    Hi

    I want a small clarification on one of the use case related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).

    I have used IgrDataGrid, in that when I change the column sequence then I…

  • Grid Load event

    Hi,

    I want a small clarification on one use case related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).

    We want to enable/disable cells in the grid based on rows preferably when rows are…

  • Issue with Infragistics grid

    Hi

    I want a small clarification on one of the case which I face today with Infragistics grid.

    The issue is currently we are using IgrDataGrid for displaying data in the tabular format on UI(in react js) and for the same we are using these packages listed…

  • Column Sorting Issue

    Hi

    I want a small clarification on one use case related to IgrDataGrid(https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).

    I have added checkbox in the header of the grid. Basically If I sort any of one the…

  • Infragistics React grid column filter tool looks weird in Responsive view

    Hi

    I want a small clarification on one use case related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).

    We are using an intragastric filtering tool to filter columns in the grid. It looks…

  • 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 | empty state template

    I am currently working with the igx-grid component and have a question regarding the customization of the empty state template. I am looking to make adjustments not only to the text but also to the HTML structure to display an image along with a heading…

  • igx-grid get row heights

    Hello dear Infragistics Team,

    I was wondering if it is possible to loop over one or more grid rows and return its height. Please let me know if there is a way to attain this information or if I have to do a workaround.

    Thanks in advance!

  • using custom components inside igx-grid

    Hello dear Infragistics Team,

    i am currently having trouble using custom angular components inside of my igx-grid. For example, i created a paginator-component which contains the igx-paginator with a specific styling and configuration. This will help …

  • Want to change the value of one column by changing the value of another column of that particular row

    Hi

    I want a small clarification on one use case related to IgrDataGrid.

    When we enter the value in any row in Orders columns then press on tab button and then press enter button the value of that particular row in Orders Totals columns is set to its previous…

  • On applying conditional based hyperlink to a column user experience unexpected behavior in the grid

    Hi

    I want a small clarification on one use case related to IgrDataGrid. 

    On applying conditional based hyperlink to a column user experience unexpected behavior in the grid(After scrolling this issue arises). 

    You can reproduce the issue by following below…

  • Facing issue while loading grid layout.

    Hi

    I want a small clarification on one of the use case related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).

    I have used IgrDataGrid,  in that I have multiple grids lets suppose Grid1 and

  • Validation Hover message goes upwards when different cell is clicked

    Hi

    I want a small clarification on one use case related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).

    I am using DataGrid.setEditError for displaying validation errors if the user leaves…

  • Facing issue in GroupedRows functionality while Exporting grid to excel

    Hi

    I want a small clarification on one of the use case related to Excel Library

    I want to know how we can Add the GroupedRows functionality for Row, Which we can expand by clicking on + icon.

    So, for this I need to know how can we achieve that.

    Hoping for…

  • Facing issue while Exporting grid to Excel.

    Hi

    I want a small clarification on one of the use case related to Excel Library

    I'm trying to Export the IgrDataGrid and using the following code for that. I'm able to Export the grid but facing issue on styling.

     for (let i = 0; i < gridDa…
  • Facing issue in active row

    Hi

    I want a small clarification on one of the use case related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).

    I have used IgrDataGrid, in that  if we select any row with country USA and then…

  • Validation hover message seen in Infragistics REACT grid

    Hi

    I want a small clarification on one use case related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).

    While typing in the column of numeric type, the numeric editor in the grid cell shows…

  • Facing issue while retrieving the filtered rows.

    Hi

    I want a small clarification on one of the use case related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).

    When we apply filter on any column then we want to retrieve the rows which are…

  • Facing issue while Collapse and Expand grouping.

    Hi

    I want a small clarification on one of the use case related to IgrDataGrid (https://www.infragistics.com/products/ignite-ui-react/react/components/grids/data-grid/overview).

    We have applied the initialGroupDescriptions on the IgrDataGrid, and as we can see…