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…
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…
I am building a grid with the following code:
$("#grdSearchGrid").igGrid({ dataSource: gridData.Rows, primaryKey: "igGridPrimaryKey", autoGenerateColumns: false, width…
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…
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…
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 () {…
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…
Hello,
2 years ago, when we were developing using the hierarchical grid component you proposed, I asked this question on the forum: https://www.infragistics.com/community/forums/f/ignite-ui-for-jquery/124259/ighierarchicalgrid-odata-lazy-loading-with…
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…
I have the following iGrid defined in a .js file in a knockout environment:
$('#grdProperties').igGrid({ dataSource: [], width: '100%', autofitLastColumn: false, fixedHeaders: true, …
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 …
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…
Hi there! Features used: IgGridgroupby with rowSelectorsHow 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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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…