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

igGrid "404 Not Found" on dataSourceURL

This was working with no problems yesterday. However, I'm unable to identify any obvious changes in my code since leaving and returning to my workstation this morning. I have an ASP.NET MVC 5 controller method which returns a JsonAction object, and…
0
votes
1 answer

igGrid column Edit Template

Does igGrid support column edit/new templates? I have a grid defined as below. But the template won't work when editing/adding a new row. The "ChooseEmployee" function displays a popup dialog for users to choose employee's from. $(function() { …
leesamanth
  • 33
  • 1
  • 4
0
votes
1 answer

Infragistics Grid renders empty page

I am using the Infragistics Ignite UI grid in MVC. I was able to load my grid properly but it is not displaying in the browser. When I click view source on the browser I can see that the grid has loaded the data but it isn't displaying anything but…
Joseph D Surgeon
  • 218
  • 1
  • 11
0
votes
1 answer

Infragistics igGrid Data Binding

I have tried suggestions from the following post in an attempt to fix my problem: Reloading Infragistics grid I have an Infragistics igGrid that is using a javascript array of JSON objects as its data source. When I hard code rows into my array,…
freegem
  • 123
  • 1
  • 11
0
votes
1 answer

MVC get data from GridView to display on View

Let me see if I can make it more clear of what im looking for. I have a view 'UpdateLead' on the GET in my controller I have.. [HttpGet] public ActionResult UpdateLead() { LoginUser user = Session["User"] as LoginUser; if (user != null) …
Omar
  • 129
  • 3
  • 12
0
votes
2 answers

Hide igGrid Summary Total

Is there a way to hide the igGrid Summary Total row as the default on opening of the page? I have looked everywhere on the Infragistics developer forum and cannot find anything. Anyone come up with a solution to this? Thanks in advance.
Sox
  • 61
  • 2
  • 7
0
votes
1 answer

Infragistics Hierarchical Grid: Bind JsonResult to grid

I have posted on the Infragistics forums to no avail so I thought I would ask the community who may use their product. I am implementing a Hierarchical Grid with IgniteUI and cannot seem to get my JsonResult to bind to the grid. The grid will…
Zach M.
  • 1,188
  • 7
  • 22
  • 46
0
votes
0 answers

Model usage when constructing grid

What is the model using for when constructing grid? I have created two grids with different model but same code excepted model. It works same. @Html.Infragistics().Grid @Html.Infragistics().Grid Thanks Wilson
Wilson Wu
  • 111
  • 11
-1
votes
1 answer

Performance Issue in Infragistics Ignite UI Grid

I am trying to integrate the Ignite UI igGrid control in my app when i try to load the grid with 1000 rows it works fine but when I try to load the grid with 10,000 or more rows the Chrome page stops responding. Any one have tried with huge data set…
jahanzaib kk
  • 688
  • 2
  • 10
  • 26
-1
votes
1 answer

Linq to Javascript Array

I am new to javascript and having problems getting my head around a problem, that I am having. I have a list that I am trying to pass into a javascript file containing a datagrid called Grid.js. How do I put a C# List into the correct format for…
Jimbo Jones
  • 983
  • 4
  • 13
  • 48
1 2 3 4 5 6 7
8