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
2
votes
1 answer

Infragistics dropdown in row with value selected

I have a datasource which contains a status column. I also have an array, PART_STATUS, which contains all the possible statuses. Is it possible to display a dropdown menu in that column with all the PART_STATUS statuses and have the correct option…
mihai6744
  • 164
  • 7
2
votes
1 answer

How to format hours in grouping summary result in igGrid 2013.2?

I have grid with grouping and I group by one column and then make hours summary on another column like that : name: "GroupBy", type: "local", columnSettings: [ { columnKey: "codeName", isGroupBy: true, }, { …
Ognyan Dimitrov
  • 6,026
  • 1
  • 48
  • 70
2
votes
2 answers

Get datasource after applying filtering

I am using igGrid, I would like to get the dataSource of the grid AFTER the filtering has been applied I have found this link http://www.infragistics.com/community/forums/t/79677.aspx which is helpful but doesn't answer my question. This is the…
Paul
  • 1,457
  • 1
  • 19
  • 36
2
votes
1 answer

Hiding igGrid rows

Before I rip out whats left of my hair, I ask here what 'simple' thing I am missing. I have an Infragistics igGrid where I have buttons for the user to hide (filter) some of the rows. On Infragistics forum I found this suggested code : function…
user3708842
  • 543
  • 8
  • 23
2
votes
2 answers

Obtaining the cell value of a hidden igGrid column

I have an Infragistics grid with the following columns:- @(Html.Infragistics().Grid(Model.Rows.AsQueryable()) .ID("vmClientBankAccounts") .Width("100%") .Caption("Bank Account List") .PrimaryKey("AccountNo") …
Sox
  • 61
  • 2
  • 7
2
votes
1 answer

iggridupdating - Updating grid cell values as you type

I'm using Infragistics' igGrid to handle data on my company's web application. We want to use the grid as an "editable grid" for user data interaction (add/edit/delete/view records). The scenario I want to play out is for when the user inputs a…
2
votes
2 answers

Get/Set igGrid combo cell value

I have an iggrid that is using a JSON data source for the main grid data and the combo box in one of my fields. I have created the grid and the combo and the data is there. When I change the combo value and commit the grid the main grid column value…
DonnieCrump
  • 169
  • 1
  • 2
  • 14
2
votes
1 answer

How to get values from infragistic table

I need to get values from cells table. If u know how to do that I will really appreciate it. Trying a few days, but I have no idea how to get columnID and ROWID I found this, but it does not work .igGrid( "getCellValue", rowId:object, colKey:string…
Haris Hajdarevic
  • 1,535
  • 2
  • 25
  • 39
2
votes
3 answers

Reloading Infragistics grid

I have an Infragistics grid that I need to reload via Jquery. They currently have a bug when updating/inserting rows with a value/text drop down in the grid so I need to manually reload it. $("#grid1").igGrid("databind"); does not work. How do I…
Boone
  • 1,046
  • 1
  • 12
  • 30
2
votes
2 answers

Accessing hidden GUIDs Infragistics igGrid

I'm currently using Infragistics Grid with in-line editing similar to this example: …
1
vote
3 answers

Javascript error when filtering Infragistics jQuery grid control

I am attempting to follow this example to get filtering on my Infragistics jQuery grid. Using Razor I have it set up like this @( Html.Infragistics().Grid() .ID("igGrid1") .Columns(column => { …
dnatoli
  • 6,972
  • 9
  • 57
  • 96
1
vote
1 answer

How can I sorting the grouped rows based on the count of igGrid from infragistics ignite-ui? (jQuery)

I use the igGrid from infragastics ignite-ui. I have activeted the 'group by' feature of the widget which works fine. The GroupByLabel has an ASC and DESC sorting option too but usually it is alphabetic sorting. Is it possible to attach somehow my…
Dabagab
  • 2,497
  • 4
  • 26
  • 31
1
vote
1 answer

How to implement remote paging in infragistic ASP.net MVC grid?

I'm reading about igGrid remote paging here : http://help.infragistics.com/NetAdvantage/jQuery/2013.1/CLR4.0?page=igGrid_Paging.html. As per the link above, it says : "If you are implementing your own remote service (for example in ASP.NET or PHP),…
1
vote
1 answer

How to add Custom summaries for autogenerated colums?

I am using iggrid and my autoGenerateColumns: true, is true. There are no fixed no of columns generated every time. I want to use custom summary to calculate sum of each rows of a dynamic column and show it at the bottom.
Manish Kumar
  • 509
  • 5
  • 15
1
vote
1 answer

Infragistics igGrid is causing MissingManifestResourceException error

Platform Details: IgniteUI, C#, Asp.Net Core 2.0 (MVC), HTML5 and basic JS I need help understanding what this error is and why it's being thrown. I've tried googling it, but the only info I've found points to things being loaded out of order. We…
Dravis85
  • 85
  • 1
  • 11