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

How to get Regular Expression in IgGrid cell (Infragistics)?

how can i have a regular expression on a igTextEditor in igGrid Updating? i tried to use validate option but it didn't worked. $("#schedulerTable").igGrid({ columns: $scope.schedulerColumns, width: "87%", …
Amsel
  • 107
  • 1
  • 13
2
votes
1 answer

Set iggrid combo value on edit

I'm using iggrid defined with HTML-helper and trying to set value in combo when a user starts editing. I tried to set value via 'index' and 'initialSelectedItems' options like this: $('#combo').igCombo({ initialSelectedItems: [{ index: 2 }, {…
Reci
  • 85
  • 9
2
votes
1 answer

IgGrid selectRow Issue

I am trying to implement the "RowSelectors" feature on the iggrid, but it will not change to a the next row. On further inspection, i have got the selected row method and each row shows the same id. I am returning my data via ajax, if i use static…
Michaelh
  • 156
  • 1
  • 1
  • 11
2
votes
1 answer

Error while using IgniteUI grid components in React

I am new to React and I am using the starter project from https://github.com/facebookincubator/create-react-app. I am trying to use IgniteUI grid from https://github.com/IgniteUI/igniteui-react. I am trying to use the tag in my…
2
votes
1 answer

set default collapsed, in $.ig.GridExcelExporter.exportGrid

I am using igTreeGrid to show data in table and export that data into excel file Click here For Example its working perfect for me but i am facing problem to set exported grid columns width and set excel sheet collapsed by default. I have searched…
2
votes
1 answer

Infragistics iggrid : add custom filter after rendering

In the process of making an Excel-style filtering on an iggrid, I would like to hide some custom filter conditions after displaying the grid. I already saw that: http://infragistics.com/community/forums/t/97384.aspx, but is there any way to do so…
torendil
  • 161
  • 1
  • 12
2
votes
1 answer

iggrid Add New Row event

How can I create separate triggers for Add new row and the iggrid itself? I want to be able to select (single click) a row with out the editor opening up but at the same time i would like to click the add new row button and open the editor on a…
monkeyjumps
  • 702
  • 1
  • 14
  • 24
2
votes
1 answer

Populate an iggrid combo box column on demand inside Editor dialog

I am attempting to load an editor dialog that contains a combo box. The combo box should be populated onload. the problem is that the combobox datasource doesn't get loaded the same time as the grid and when the data is finally fully populated from…
monkeyjumps
  • 702
  • 1
  • 14
  • 24
2
votes
1 answer

how to create custom editor provider in ignite ui grid with angular js

I am using Ignite UI grid directive with angular js. In that I am creating custom editor provider by extending $.ig.EditorProvider and using that editor in html markup as
Gaurav Jain
  • 444
  • 3
  • 13
2
votes
2 answers

ASP.Net MVC Infragistics igGrid - readonly attributes for updating a record, non-readonly attributes for adding a record

Hello Stackoverflow community, I'm using an ASP.Net MVC Infragistics igGrid. I want my grid to have following behavior. If I add a new record to my igGrid, I want all my attributes / columns of my grid to be editable. When I want to update a…
Adrian
  • 35
  • 3
2
votes
2 answers

Object doesn't support property or method "_super" in igGrid

I have used infragistics igGrid in my application but I am getting javascript error Object doesn't support property or method "_super" I know this can be avoided but I want to give it fake implementation (or real answer, may be adding some missing…
Imad
  • 7,126
  • 12
  • 55
  • 112
2
votes
1 answer

Keep igGrid Filtering settings

I am displaying some data in an Infragistics igGrid. After displaying, I manipulate some of the rows displayed and reload the data. After reloading, the datagrid resets the filter settings. How can I call the data filtering function manually after i…
Hassam
  • 79
  • 1
  • 12
2
votes
1 answer

Fixing Columns in igGrid should show only single 'Add New Row' button for entire row

I am very new in "infragistics" "igGrid" control. The issue I am facing here is, when updating is enabled in combination with Column Fixing, there are two separate 'Add new row' buttons showing, one for the Fixed Columns area and one for the…
timz_123
  • 435
  • 1
  • 9
  • 47
2
votes
1 answer

Infragistics 12.1 HierarchyGrid conversion to infragistics 15.2

I am facing below migrating issue please check it 1) Microsoft JScript runtime error: igGridUpdating was not recognized. Verify that such a feature exists and the spelling is correct. (Infragistics.ui.grid.framework.js) 2) Microsoft JScript runtime…
2
votes
0 answers

iggrid edit row displaying duplicate values

I am working on igGrid (infragistic grid) group by with edit row. I have multiple rows in a group like below When i am trying to edit the second row in a group, first row cell values are by default filling into second row. like below I am trying…
Hakuna Matata
  • 1,349
  • 3
  • 13
  • 22