Browse By Tags

  • iggrid ungroupByColumn error while trying to ungroup

    Hi,

    I'm working on a MVC project with iggrid. My model has a list of items and I'm binding the table with items. All works well, accept when I'm trying to ungroup a column after grouping it.

     $(function () {
            $("#tblInvoices").igGrid…

  • igGrid Combobox not working, unsure why not...

    I have copied syntax from another page that is working properly (4 comboboxes,1 utilizing multi-select), created by my predecessor.

    Here is the code that isn't working properly:

      @{
        ViewBag.Title = "XEUS Product Design Mapping";
        Layout…

  • IGGrid observable memory leak after update UI.

    Hi,

    My project is using Angular6 with Infragistics.Web.ClientUI data source localization resources 18.2.72.

    The data source of grid was got from API by an observable (about 100MB).

    After destroy grid and clean data, the response data was keep in js heap.

  • IGGrid observable memory leak.

    Hi,

    My project is using Angular6 with Infragistics.Web.ClientUI data source localization resources 18.2.72.

    The data source of grid was got from API by an observable (about 100MB).

    After these actions:

    - Create grid

    - Call API.

    - update data

    - destroy grid…

  • Programmatically Filtering By Date

    When I'm programmatically filtering by a date column, the grid subtracts one day from my filter. So if I want to filter the grid for with Date 12/13/2018 it actually filters by 12/12/2018. Is there a way to stop this from happening without having to add…
  • Make an event by clicking on the symbols of +/- when they are grouped

    Hi, please help me

    I was wondering, How to make an event by clicking on the +/- symbols when they are grouped?

    for example:

    $(".ui-expandbutton").click(function(){
        alert("Hello");
    });

  • igGrid Data select Id from current row in template

    I'm using an igGrid in ASP.NET MVC (Javascript). 

    This is my code:

    $("#gridPpm").igGrid({
    autoGenerateColumns: false,
    width: "100%",
    columns: [
    { headerText: "Ppm Id", key: "PpmId", dataType: "number", width: "55px" },
    { headerText…

  • How can I vary the edit options for rows of same column?

    I want to implement a grid where I can edit different rows of the same column, but have different options depending on the row.

    00 01 02
    10 11 12
    20 21

    22

    30 31

    32

    For example I want:
    Cell "00" to be of type string not editable…

  • Remote Paging and Remote GroupBy

    Hi,

    I am using Infragistics with TypeScript and I read that remote paging and remote GroupBy working together is a known limitation. But do you have any plan to fix it? Our customers need GroupBy as a required feature.

    I am firing custom events when page…

  • How to implement remote paging for iggrid with custom API?

    I'm trying to integrate iggrid from IgniteUI(TypeScript) to my IIS based application. I have custom API and I want to implement remote paging. My API has different names of parameters and returns items in content and total number in headers. I also need…

  • Developing a CRUD grid with IgniteUI, Node.js, Express, Mongoose, MongoDB and Nginx

    In this blog post I am going to create a fully-functional JavaScript & HTML application from scratch, which supports RESTful CRUD operations. I am going to use the out of the box IgniteUI grid functionality for handling the creates, updates, deletes,…

  • We’ve got Ignite UI Grids shining in a Durandal SPA for you

       Long time ago, the web was all about static HTML content, and a bit of inline styles. JavaScript was primarily used for alert boxes and falling snowflake scripts (that websites used to load around Christmas). Then came AJAX, and things started to look…

  • Creating Ignite UI Cloud Applications – Using Spatial Data with Windows Azure SQL Database (Part 1)

     Ignite UI is the brand new Infragistics jQuery & HTML5 based framework. With Ignite UI, developers can create next generation, browser based, touch-enabled tablet, mobile & desktop experiences. In a series of articles will look at how we create real-world…

  • IgniteUI jQuery Grid Unbound Columns: Updating and Hierarchy

    igniteui-jquery-grid-unbound-columns-updating-hierarchyUnbound Columns bring you the freedom of flexible layouts in the IgniteUI Grid and neat support for features to make your grid behave like nothing’s that different.  After you’ve seen some of the capabilities (getting started blog) and inner…

  • Merging Cells with the Infragistics jQuery Grids

    Merged Cells is a new addition to the arsenal of features in the jQuery Grids by Infragistics, even though it is introduced as CTP (Community Technology Preview) for the first release of 2012. Like with most features this one is also realized and managed…

  • jQuery Grid Checkbox Column alternatives (continue)

    This is the second part covering the topic of jQuery Grid checkbox column alternatives and/or custom implementations. A quick recap: the Checkbox column is a feature that provides default setup to turn Boolean values in the jQuery grid into checkboxes…

  • jQuery Hierarchical Grid - Load On Demand

    The Hierarchical Grid (a fairly recent addition to our NetAdvatage for jQuery) is a client-side control that can display hierarchical ( or nested data if you will, the kind of stuff you would use an Org chart or a tree of some sorts to visualize). Now…

  • Ignite UI jQuery Grid Column Moving

    Ignite UI jQuery Grid with Column Moving feature. Dropdown menu visible on the shot.The Grid is one of Ignite UI’s bread and butter controls and its feature set just.. keeps growing! I guess that fact that Infragistics has done quite a few grid controls over the years helps. Ome of the latest additions is the The Column Moving feature…

  • jQuery Grid’s GroupBy. Just add a little JavaScript or ASP.NET MVC to taste!

    Have you met the igGrid? It is part of Infragistics’ NetAdvantage for jQuery product, built on top jQuery UI and is pretty much the best way to bring HTML tables and data to life! Now while this amazing widget is sporting some serious speed, that…

  • jQuery Grids and Responsive Web Design

    Responsive Web Design and jQuery GridsResponsive Web Design has been abuzz for some time now. In case you just now clash with the term, it’s a web design approach aimed at crafting sites to provide an optimal viewing experience across a wide range of devices. Basically, a CSS3 / JavaScript…

  • Responsive Web Design with jQuery Grids: A closer look

    Responsive Web Design with jQuery GridsI really hope I got you excited about the Responsive Web Design mode for the Ignite UI Grids last time – as it is the kind of an unique feature that truly makes this jQuery control stand out! As previously explained it’s not exactly a simple thing to…

  • New High Performance jQuery Templating Engine

    As an avid reader of our blogs (we are sure you are), you might have noticed some topics regarding templating our controls or parts of them. As part of that came a minor catch – templating required (and as long as we are waiting for 12.1, it still does…

  • Live data - starring the jQuery Grid, WebSockets and KnockoutJS

    There are numerous scenarios when from for the sole purpose of having an effective or functional application it seems the only way to go is live – like live data, updating clients in real time. It just feels like that is how things are supposed to be…

  • What is Continuous Virtualization in the jQuery Grids?

    Get the lowdown on the virtualization that never stops, so to speak… Soon enough the countdown to 12.1 will be over and what you will find named as Continuous Virtualization is an awesome new feature. It is designed specifically for hierarchical data…

  • jQuery Grid Checkbox Column alternatives

    The checkbox column (introduced with the last release, see this post on Using Checkbox Columns with the Infragistics jQuery Grid) was created to provide a ‘shortcut’ for transforming columns with Boolean values into checkboxes and mostly became reality…