Questions tagged [ignite-ui]

Component toolset of purely HTML+CSS+JavaScript components for modern web applications. Ignite UI utilizes and extends jQuery and jQuery UI. Ignite UI includes components such as grid, hierarchical grid, tree grid, pivot grid, charts, map, tree, combo, upload, editors, WYSIWYG, tile manager, layout manager, scroll, etc. Ignite UI also provides extensions supporting popular frameworks like Knockout.js, AngularJS, Angular, ReactJS, etc.

Detailed information about Ignite UI can be found here.

Ignite UI can be found on GitHub.
Ignite UI AngularJS extensions on GitHub.
Ignite UI Angular extensions on GitHub.
Ignite UI React extensions on GitHub.

244 questions
4
votes
1 answer

Update newly created record on client after successfully processing the Create request on server

Please, consider following scenario: IgniteUI 16.1 igGrid powered with igGridUpdating feature and RESTDataSource User creates a new record through modal dialog Post request is initiated with form data Server processes the create request and returns…
A.Kostadinov
  • 383
  • 1
  • 6
  • 18
4
votes
1 answer

IgGrid: How to get the odata queryString of remote filtering in JavaScript

I use infragistics grid (v16.1) with remote filtering. When I filter column "Name" I see that the grid makes GET request in the following…
bibibi
  • 43
  • 4
4
votes
2 answers

Infragistics MVC Helper Custom Column

I'm currently using the ASP.NET MVC helpers in MVC4, with the Infragistics igGrid control, and am looking for a way to insert a custom column in order to implement AJAX calls for CRUD functionality. The only solutions that I've found involve…
3
votes
2 answers

Mapping $filter from oData parameter to linq Where

I've got (what I think is a odata format) url like…
Larsi
  • 4,654
  • 7
  • 46
  • 75
3
votes
2 answers

I want to select all the records of current page only

I am using igx-grid. When I am clicking on select all using rowSelection, it selecting all the records present in grid, not of current page. I want to enable something by which when I click on select all of igx-grid checkbox, it should select only…
user15512352
3
votes
1 answer

IgGrid - How to execute multiple grouping in code?

In my project I have to create my own multiple sorting and multiple grouping dialogs. Basically user can choose which columns should be included, select order and direction of operation. For multiple sorting I use this function and it works …
SigGP
  • 716
  • 1
  • 11
  • 24
3
votes
1 answer

Infragistics igGrid + jQuery UI Drag & Drop

I have an igGrid from Infragistics using IgniteUI version 16.2. I'm trying to make the rows draggable using the "draggable" library from jQuery UI version 1.11.4 (combined with jQuery version 1.11.3). My "droppable" target is a div outside of the…
3
votes
1 answer

Update infragistics igGrid with composite primaryKeys in jQuery

I am using Infragistics igGrid where I have multiple primary keys: $("#grid_selector").igGrid({ autoCommit: true, width: "100%", height: '500px', autoGenerateColumns: false, primaryKey:…
sarojanand
  • 607
  • 1
  • 11
  • 30
3
votes
1 answer

How to send a date with offset to the server while adding a new entry into Ignite UI ig.Grid table

I'm using Ignite Ui 16.1 igGrid with RESTDataSource. Please, consider following configuration of one of the grid's columns: { headerText: $.i18n._("From"), key: "start", validation: true, …
A.Kostadinov
  • 383
  • 1
  • 6
  • 18
3
votes
1 answer

Infragistics filtering numbers using igTextEditor

I want to filter a column which is actually contains numbers but the numbers are displayed with this format 2MM, 1K, etc. When the user wants to filter the data in that column I would prefer to give him the option to search using the displayed…
anna
  • 745
  • 2
  • 9
  • 30
3
votes
3 answers

infragistics igGrid: how to remove a row with javascript

i think my question is pretty simple but i still didn't find any answer that fits me, neither here nor out there.. so i'd be really happy if someone could help me out, it doesn't matter if it's by providing useful links or whatever... what i'm…
user5967971
3
votes
1 answer

How to make a legend is horizontally

Please tell us how to make a horizontal legend. And here are the results: But I want this: I have the following code: