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
0 answers

Using my custom ajax call for load on demand on igHierarchical Grid

I am trying to implement the igHierarchicalGrid for my application, which can have multiple levels depending on user requirement. I need to use Load on Demand feature without oData, so that I can use server's JSON response, parse it and show the…
Vivek Vardhan
  • 1,118
  • 3
  • 21
  • 44
1
vote
1 answer

Re-render igGrid after initial canceling of rendering event

I would ask for advice how to overcome following problem related to the usage of igGird: I'm using igGrid with Filtering and Selection widgets; After data-binding of the grid I'm cancelling the "dataRendering" event, because I expect a lot of data…
A.Kostadinov
  • 383
  • 1
  • 6
  • 18
1
vote
1 answer

How to access another field/combo in the rowedittemplate during creation of a grid row when selectionChanged or checkValue happens?

The situation is as follows : I am creating a row in the grid. I have several properties among which are one combo called 'department' and one field called 'name'. The business rule is that all the 'names' in a 'department' must be unique. The grid…
Ognyan Dimitrov
  • 6,026
  • 1
  • 48
  • 70
1
vote
1 answer

How can I make a column filed readOnly after create?

I want to make a row field readOnly after the row of the grid was created. I want to make it work both in editMode 'row' and 'rowedittemplate'. How can I do this?
Ognyan Dimitrov
  • 6,026
  • 1
  • 48
  • 70
1
vote
1 answer

Is there any difference between igGrid('destroy') and igGridUpdating('destroy')? (Ignite UI 2013.2)

Using Ignite UI 2013.2 The goal of the question is to get it right : Is the result from calling igGrid('destroy') or igGridUpdating('destroy') the same? If I get a grid which has Updating, Sorting, Selection and all kind of other features on it…
Ognyan Dimitrov
  • 6,026
  • 1
  • 48
  • 70
1
vote
1 answer

Validator Options in igniteui-angular for the igGrid

I have an igniteui-angluar I am using and I want to validate the cells using validatiorOptions' checkValue event. Here is my set up of the features section HTML:
juleekwin
  • 521
  • 1
  • 9
  • 25
1
vote
1 answer

iggrid fails on null value using servlet as datasource

I have an igGrid that displays fields from a database table which has some entries that are NULL. $.ig.loader(function () { $("#igGrid").igGrid({ autoGenerateColumns: false, dataSource:…
user3708842
  • 543
  • 8
  • 23
1
vote
1 answer

Obtain data from checked rows in iggrid with checkboxes

I currently have a grid that stores the data of the selected row in an array when it is clicked. This method works perfectly fine, however I'm trying to change it so I can select multiple rows with a checkbox and be able to store all that date in my…
Guillaume Longtin
  • 155
  • 1
  • 3
  • 11
1
vote
1 answer

Binding Knockout/Breeze Entities to IgniteUI igGrid

Let me first start off by stating my overall goal, then I will ask the specific question. My goal is to find a Grid control to use in my SPA (Durandal, Knockout, Breeze etc.) for CRUD functionality. I have looked high and low for a grid (Kendo,…
Nitro
  • 11
  • 2
1
vote
0 answers

Changing igGrid DataSource on client-side

I have a simple MVC4 page with a Infragistics 2013.2 Combo (igCombo) and a Grid (igGrid). My controller return a DataSet with multiples DataTable ("table1", "table2", "table3", etc.) in Model and the combo is populated with a lista of tables names…
1
vote
2 answers

How to open a jquery dialog on iggridupdating editor focus

I am using Ignite UI grid. I have to open a dialog when a specific editor is focused in new row insertion or updation. The edit mode is 'row'. I am able to open the dialog and I am using editCellStarted event for this and binding the editor to focus…
abc123
  • 262
  • 4
  • 27
1
vote
1 answer

iggrid page size drop down list showed and disappeared, it cannot be selected on IE10 and IE11

The iggrid shows up correctly. But it cannot be changed page size because the drop down list showed after mouse click and disappeared when mouse move to select. I am using iggrid 13.1.20131.2217. My feature code : .Features( features => { …
Wilson Wu
  • 111
  • 11
1
vote
1 answer

Data is not retrieved in infragistics iggrid when data binding is called from another page

Here is the scenario I am bulding an ASP.NET MVC web application I have a webpage as page.aspx which contains an infragistics iggrid. It is initialized as $.ig.loader(function () { $("#listingGrid").igGrid({ …
abc123
  • 262
  • 4
  • 27
1
vote
1 answer

infragistics igGrid in a dialog box does not take user's input

I have an application using infragistics asp.net web grid. In the main page, Grid is displayed no problem. user can select a row from main grid, from there a dialog box pops up where a second grid is. The second grid just display the details of…
1
vote
1 answer

igGrid anchor becomes unreachable when row is edittable

This is my first post, if I have done anything wrong/suboptimally please let me know. I have an igGrid that is passed generated html code to make one column an tag. This works great if the row is not edittable. I also have a column in the same row…
seanpg
  • 41
  • 4