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

ColumnFixing feature not working in igGrid

I am using grid in infragistics 16.2 version. $(function() { var options = { "columns": [{ "headerText": "Product<\/span>", "key": "C0", "width":…
1
vote
1 answer

Sorting called Muliple times Using igGrid on igDialog Ignite UI Control

I am Using Ignite UI Control I am facing a sorting issue Let me explain the scenario I am opening an igDialog and in that dialog box I am opening a Grid view using igGrid which looked like below Fig(1) For the first time it working fine now when I…
Shahid Ahmad
  • 764
  • 1
  • 7
  • 15
1
vote
1 answer

iggrid header affix column width issue

I am using igGrid in our MVC application with bootstrap. The requirement is to have the grid header fixed so that its visible when user scrolls the long list from top to bottom. Normally the grid header looks like this: The problem is when I call…
sarojanand
  • 607
  • 1
  • 11
  • 30
1
vote
1 answer

igGrid with server-side paging not working

I am building an igGrid with server-side paging. The grid is hooked to an OData v3 controller that was auto-generated by Visual Studio using Entity Framework. Filter and Sorting operations are working fine, but paging is not. The issue appears to…
1
vote
1 answer

MVC: Passing model from view to controller on saving IGGrid

Hello Stackoverflow community, I have made a little sample application to illustrate my problem. Im using mvc 5 and the Infragistics Ignite UI igGrid. This is how the page looks like. My model that I pass to the View is the class Company. public…
Adrian
  • 35
  • 3
1
vote
1 answer

How can I achieve Excel/SharePoint filtering in Infragistics grid?

I'm using Infragistics grid and want to filter results. The filter supported by the grid filters based on the text entered, but I want to filter based on a list of checkboxes, like in Excel and SharePoint. How can I achieve this effect?? SharePoint…
1
vote
1 answer

Use History.js to save shown igGrid columns

is there any way to save chosen columns in history.js and/or diplay it in url? Working solution for sorting is here: http://www.igniteui.com/grid/history/?sort=goals_descending;assists_descending (on asc/dsc registering changes in url), and I want…
nes
  • 81
  • 1
  • 10
1
vote
2 answers

Member not found, igGrid

I am using infragistic igGrid. It's working fine in IE 11 but giving error in IE7 member not found in infragistics.lob.js file on below line return…
Imad
  • 7,126
  • 12
  • 55
  • 112
1
vote
1 answer

Is it possible in igGrid Infragistics 2012 control insert carriage return and/or line feed?

Is it possible in igGrid Infragistics control insert carriage return / line feed inside the text of a cell? For example given the next datasource: var ds = [ { "Id": 1, "Name": "Adjustable \\r\\n Race", "ProductNumber": "AR-5381", "soldi"…
Falco
  • 1,458
  • 3
  • 19
  • 47
1
vote
1 answer

runtime error "Object [object Object] has no method 'igGrid' " for igniteUI Grid

The code snippit shows runtime error "Object [object Object] has no method 'igGrid' " "Uncaught TypeError: Object [object Object] has no method 'igGrid' (anonymous function) Index:57 c jquery-1.9.1.min.js:3 p.fireWith …
Rawat
  • 11
  • 3
1
vote
1 answer

Why does Ignite UI Hierarchical Grid throw a NullReferenceException when I add a layout?

Whenever I load the grid without adding a layout the parent grid loads just fine. However, whenever I add the layout, A NullReferenceException is thrown when binding data to the parent. public ActionResult Index() { GridModel grid =…
kyle
  • 527
  • 6
  • 21
1
vote
1 answer

Infragistics delete row using string primaryKey

I have an Infragistics grid and am unable to delete a row when the primaryKey of the grid is of dataType string. I can not set my primaryKey as dataType number because it is of this format: "KIT_001". Is there any clever way of using a delete…
mihai6744
  • 164
  • 7
1
vote
1 answer

Getting entries of child grids of currently expanded row in `igHierarchicalGrid`

I am trying to achieve a functionality in which what i want is to get the data of children of the row, that is currently being expanded. I came through the Example on Ignite UI Help Forum, but it does not help me with the issue. The Example is…
Vivek Vardhan
  • 1,118
  • 3
  • 21
  • 44
1
vote
1 answer

iggrid filtering dynamically add filters on multiple columns (ignite-ui)

I want to apply filters on multiple iggrid columns based on URL parameters. Following code just show the last filter only. It ignores or overwrite what previous filter condition set. //value is multiple columns filter details separated by ; var…
sarojanand
  • 607
  • 1
  • 11
  • 30
1
vote
2 answers

Can't update filtering on igGrid

I have two simple requirements a) I need to programmatically change the number of columns displaying in igGrid b) I need to programmatically update the filters in igGrid I am under the impression that to change the number of columns…
Paul
  • 1,457
  • 1
  • 19
  • 36