Questions tagged [iggrid]

igGrid is a feature rich jQuery/HTML5 grid component provided by Infragistics in their Ignite UI toolbox.

igGrid and igHierarchicalGrid is a JavaScript/HTML5 grid component for web provided by the Ignite UI toolkit. It is a server agnostic jQuery based grid. Some of it's features include:

  • Paging
  • Outlook group by
  • Filtering
  • Updating
  • Sorting
  • Column summaries
  • Virtualization
  • Selection
  • Row selectors
  • Multi-column headers
  • Cell merging
  • Column moving
  • Column hiding
  • Column resizing
  • Checkbox column
  • Unbound columns
  • Tooltips
  • RESTful (WebAPI) support
  • Full touch environment support
115 questions
1
vote
1 answer

How best to export a grid to PDF in ASP.NET MVC

I don't know that this is necessarily important, but I'm using Infragistics iggrid for my grid and their Reports stuff to export to PDF. The underlying issue I have is that my data that I want to export is in the browser and I would prefer that I…
Pete
  • 6,585
  • 5
  • 43
  • 69
1
vote
1 answer

Infragistics grid scrolling issue

I have this code, which works fine if a cell in the IgGrid control is being edited: var verticalContainer = $("#BookLabor_scrollContainer"); var topPos = verticalContainer.scrollTop(); $("#BookLabor").igGrid("option", "dataSource",…
user1864392
  • 11
  • 1
  • 3
1
vote
1 answer

Infragistics Jquery Grid onLoad

I am loading an Infragistics grid. When loading I have a template column that needs to inspect another value in the dataset before it knows what to load. It doesn't look like Infragistics will let me do this so I need to run a query on the grid…
Boone
  • 1,046
  • 1
  • 12
  • 30
0
votes
1 answer

Infragistics Grid disappears when grid parent element is expanded/collapsed using JavaScript style.display property

Infragistics Grid disappears when grid parent element is expanded/collapsed using JavaScript style.display property. When I expand the parent element the area covered by grid is blank. If I change any of the style of any child control from IE…
Chintan Shah
  • 373
  • 1
  • 2
  • 16
0
votes
0 answers

Freeze first column in igGrid

Using (igGrid), is there a way to make a column always in the first position? Example My current config: { "primaryKey": "ID", "height": "70vh", "autoGenerateColumns": false, "requestType": "POST", "autoCommit": true, …
0
votes
2 answers

How improve performance in igGrid from Infragistics Ignite-UI?

I will start with description of my situation. I use pagination. In most hard situation my grid has 100 rows and 120 columns. I use features like: sorting, grouping, rows selections, column hiding, column moving, remote and local paging, column…
SigGP
  • 716
  • 1
  • 11
  • 24
0
votes
0 answers

Store 100000 records in session using MVC

I am using Infragistics IGGrid with remote type pagination, sorting and filtering to display the records in MVC. In the server, the session state mode is "SqlServer". I wanted to fetch 100000 records from database and due to nature of the IGGrid…
0
votes
1 answer

Load bulk data in ignite iggrid faster

Could you please help me how to load 5000+ data from database faster in ignite iggrid. We already doing this in json type binding but getting delay of 35-40 sec to load in iggrid. What is the best to load it faster to avoid performance…
Mukesh Kumar
  • 53
  • 1
  • 10
0
votes
1 answer

Get Children of igHierarchicalGrid on 3rd Level

I have created a 3 level infragistics igHierarchicalGrid which looks like this: I want to select the the third row with ProductNumber programmatically. I am able to do this till the second level(Pizza) but i am unable to achieve the same thing for…
Hassam
  • 79
  • 1
  • 12
0
votes
1 answer

IgGrid: Get all selected rows on grid using paging

I am trying to get all selected rows from a igGrid which uses paging. The problem is that when I use the code below, then I get only the selected rows of the current page (DOM). The selected rows from the other pages are not returned. Is there a way…
0
votes
1 answer

iggrid append on rows feature issue with igHierarchicalGrid

i am using append on rows feature on igHierarchicalGrid. everything loads correctly but when i expand any row and then click load more button then it sends page=1 instead of correct page like 3(if we are going to click 3rd time on load more button)…
Jaffar Hussain
  • 308
  • 2
  • 9
0
votes
1 answer

Checkboxes become invisible when igGrid row slected

I have a couple of checkboxes in my igGrid. If the checkboxes are set to true and i hover over the row, the igGrid shows them as unchecked whereas regarding the data, they are still set to true. When i select some other row, the grid starts showing…
Hassam
  • 79
  • 1
  • 12
0
votes
1 answer

How to Export two ig grids in a single excel file with different sheets

I am using Infragistics ig grids to display data in .Net and need to export these grids to excel file. Infragistics also supports excel export but the problem is, it supports single grid at a time. I want to export these two grids in a single excel…
user7243425
0
votes
1 answer

How to make a row read only on changing a cell value

I need to make a row read only based on,changing the cell value of the corresponding row using jQuery.I am using angular IgGrid(Infragistics).
0
votes
1 answer

Infragistics : Grid , how to show html string in column

I'm facing problem in infragistics Grid, i've html string which i'm showing in grid it is showing properly in column BUT i'm facing below two problems Ellipses are not showing. Tooltip is showing html string instead of actual…
Sanjay Bhardwaj
  • 412
  • 2
  • 10