Browse By Tags

  • Not Just Tickets: Why Turkish Airlines Tehran Office Is the Nerve Center for Smart Air Travel ?

    Singapore Airlines Perth Office in Australia is an essential resource for travelers seeking exceptional service and seamless flight experiences.

    Turkish Airlines Tehran Office is the gateway for world-class air travel services for, travelers in Iran. Based in the Capital, the office is fully staffed and capable of offering you the best possible, efficient service for, ticket bookings, flight changes…

  • Data Grid renders invalid HTML. Accessibility issue.

    Why does the Data Grid render the <thead> below the <tbody> in the DOM? Would this qualify as bug/defect? As see on your example page: (https://www.igniteui.com/grid/html-binding ) (and in our project). The <thead> renders under the <tbody…

  • igGrid filtering - adjust row height and text box height and font

    I am building a grid with the following code: 

                $("#grdSearchGrid").igGrid({
                    dataSource: gridData.Rows,
                    primaryKey: "igGridPrimaryKey",
                    autoGenerateColumns: false,
                    width…

  • Getting duplicate transaction when editing and saving a single row in grid

    Hello mam/sir,

    whenever I am editing row in grid and saving it, it's giving duplicate/multiple rows of same transaction on each edit/save. Could you please help me fix this. This question hasn't been asked anywhere. I am attaching my sample for you reference…

  • Regarding upload button and cascading drop-down binding in iggrid

    Hello sir/mam,

    I am currently working on a requirement where I need to:

    Implement a file upload option that allows users to upload a single file when adding or editing a row inside the grid. However, I'm unable to figure out how to achieve this. Could…

  • Enable edit/delete on click of custom svgs.

    Hello Sir/Mam , 

    I am trying to enable edit / delete row on click on custom svg inside the grid. But i m facing some problems. Could you please help me out with this. Below is my code for reference.

    grid.on("click", ".delete-icon", function () {…

  • Customizing Summary Row in ExcelExporter

    Hi There,

    I'm trying to get access to the worksheet or xlRow object in the summaryExporting event. 

    What i'm trying to do is to simply bold the text on the summary line of the exported excel row

    I'm doing something similar in the CellExported event…

  • IgGrid - ComboBox filter reset after dataSource update

    Hi,

    We are using an igGrid with a comboBox to filter one column.
    We also have a searchBar outside igGrid to fetch and refreh the dataSource from a SQL query.
    We fetch the data in Ajax and then update the igGrid("option", "dataSource", data) in jquery…

  • How do I replace the checkbox column with a clickable icon

    I have the following iGrid defined in a .js file in a knockout environment:

            $('#grdProperties').igGrid({
                dataSource: [],
                width: '100%',
                autofitLastColumn: false,
                fixedHeaders: true,
           …

  • Row Virtualization not working with igGrid when the column width is * (i.e. Auto width)

    Hi,

    I am trying to achieve row virtualization in igGrid. I want to auto scroll igGrid and select the row programmatically as per needs. Seems like the  rowVirtualization only works if the width of the column is set in px or percentage and not asterisk …

  • Issues when using $.ig.GridExcelExporter();

    Hi, 

    I want to add an excel export button on my MVC project. I tried to use the $.ig.GridExcelExporter(); but it give keeps giving me an error.

    I added the following javascript libraries on my project:

    <script type="text/javascript" src="~/js/modules/infragistics…

  • Adding Group Selector(checkbox) for each parent in IgGrid Table

    Hi there! 
    Features used: IgGridgroupby with rowSelectors
    How to add Group selector/checkboxes for each parent?
    For example,
    in screenshot below, Name and UPC should have checkboxes along with child '3 Musketeers'
    Name and UPC should act as Parent…

  • Refresh grid on demand

    Hi There,

    We are using a sidebar layout from bootstrap 5 in our asp.net core web app. What i'm trying to do is that when the sidebar closes, if a igGrid is present i would like it to redraw the grid, to adjust the columns sizes to match the new container…

  • Problem in igGrid selection (IgniteUI 2021)

    Good day!

    We recently encountered a problem in igGrid. The problem occurs in selecting rows using Shift + ↓ (down key).

    Kindly see below on how to replicate the problem. Take note that we are using Ignite UI 2021.

    ------

    1. Select the first ro…

  • Problem in igGrid selection (IgniteUI 2021)

    Good day!

    We recently encountered a problem in igGrid. The problem occurs in selecting rows using Shift + ↓ (down key).

    Kindly see below on how to replicate the problem. Take note that we are using Ignite UI 2021.

    ------

    1. Select the first ro…

  • 5 Signs You Made A Great Impact On Factle

    Certainly! Here are five signs that indicate you've made a significant impact on Factle:

    1. **Recognition from Leadership**: When leaders within Factle acknowledge your contributions and express appreciation for your work, it's a clear sign that you…

  • Cell formatting on export to excel

    Hi there,

    I'm wondering if there is a way to auto-size all grid columns when we export to Excel using the $.ig.GridExcelExporter() javascript libraries.

    I can see a "defaultColumnWidth" setting, but nothing to indicate we can auto-size the column…

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

  • How Important Are Book Reviews in the Publicity Process?

    In the buzzing world of publishing, nothing amplifies the voice of a book like a chorus of compelling reviews. Like a trusted friend recommending a good read, book reviews have a powerful impact on a book's journey, catching the attention of potential…

  • Cell Templates

    Hi There,

    I'm looking for some cell templating examples for asp.net core mvc helper. I've been through the documentation, blogs etc but cannot find details on this. Specifically what i'm trying to do is that when i hover over a particular column i would…

  • Summary Operands Asp.Net MVC Helper (.net core)

    Hi There,

    I'm using the Summary feature of the grid, but i just want to display the Sum operand, not all of the values.

    How can i go about doing this? IT's a basic sum operation on the grid fields. Can i override the summary displays to include just…

  • Igx-Grid scroll bar is not coming

    I am using angular infragistics^17.0.2 for my application and its having strange behavior. I have Igx-grid in my page and it has width 266px but still scroll bar is not coming at any cost but if i open any popup and close it out, the scroll bar is coming…

  • Basic beginner doubt

    Hello everyone,

    As a beginner i m alil confused like  ui.igGridCellMerging is this like features which should be used inside features? and Iggrid is a class and this  is their methods? and how is the above diffferent from ig.GridExcelExported like differecne…

  • Regarding adding a dropdown option (cascading and normal one both) in iggrid

    Hello everyone,

    So i populated my grid with some data using my mvc. Now i want to add a dropdown (nommal and cascading one ) . I m confused how to do that. Also theres one condition if i select some value from dropdown i want to make other column required…