Browse By Tags

  • Scrolling for grid table is not working in firefox for desktop and in chrome its working fine

    Hi, 

    I have been trying to find some solution for scrolling behavior for grid table in Firefox meanwhile its working fine in chrome. 

    also the mouse wheel scrolling is not working in Firefox. I dont know whats the issue with Grid but when i inspect the…

  • igGrid not working properly with package IgniteUI v23.1

    Dear all,

    I'm working on an application ASP.MVC that has been migrated on Framework 4.8 (initially on 4.5.2) and globally working fine.

    But i've encoutred three major problems with igGrids :

    - the command EnableAddRow(true) never show the button…

  • Ig Grid change cant change the text of the footer buttons

    I have this code of a table creation
    $("#grid").igGrid({
        autoCommit: true,
        language: "es",
        regional: "es-ES",
        enableCheckBoxes: true,
        primaryKey: "id",
        autoGenerateColumns: false,
        width: "100%"…
  • Grid Column Filter with formatter value

    Hello.

    We have a column that comes from database as a value between 0 and 1. We use a formatter function for the column to make it a percentage (between 0 and 100) but when trying to filter for instance a 100, it does not show any results regardless that…

  • what are the major update in 22.2

    Currently iam using 21.2

    What is enhanced in Version 22.2 compared to Version 21.2 for Ignite UI for jQuery?

  • What is enhanced in Version 22.2 compared to Version 22.1 for Ignite UI for jQuery?

    Hi,

    What is enhanced in Version 22.2 compared to Version 22.1 for Ignite UI for jQuery?

    And what are the languages support for the grid content load.

    Clarify it.

  • Right-click grid event handler in MVC app

    How do you wire up a right-click event handler for an IgniteUI grid in an MVC app?

    I need the jQuery event.clientX and clientY to open a context menu at the mouse cursor.

    I also need the grid row id and right-clicked-cell.

    Also: this right-click may occur…

  • IgniteUI Template Engine JavaScript Error

    I get a JavaScript error when attempting to use the IgniteUI template engine {{if}} statement in the code below. (I'm using this in an MVC model, when creating a GridModel GridColumn template.)

    The first block of script fails with a JavaScript error…

  • igGrid columns initialization is not the same as columns retrieved by "option", "columns"

    Hello, here is my grid initialization and my question and problem at the same time is about the columns.

    Columns are defined with group columns and MultiColumnHeadres are used. as JSON bellow.

    I will call igGrid("option", "columns") immediately afte…

  • Disable mouseover styling

    How do I disable mouseover styling?

  • Fixed Headers Without Vertical Scroll Bar

    Hi,

    I have infragistic grid with fixed column headers but currently it's displaying scroll bar with headers fixed at the top.

    Is there any way to remove vertical scrollbar without hampering fixed header functionality.

    Thanks

  • Updating feature with a POST request instead of a PUT request.

    Hello,

    I am currently using a RESTDatasource to populate my igGrid and I d'like to know if there is a way to change the update behaviour to make a POST request instead of a PUT request. I am currently using a IIs WebServer and it can be difficult to…

  • igniteUI MVC igGrid not loading if Hiding column

    I have a simple Razor grid which works fine if in Hiding the Hidden is false.

    @(Html.Infragistics().Grid(Model)
    .ID("recordreviewlistgrid")
    .Width("100%")
    .Height("100%")
    .PrimaryKey("Reference")
    .Columns(column…

  • IgGrid with AppendRowsOnDemand does not load more items when browser has 90% zoom

    Hi,

    I configured the iggrid to append rows on demand but when the browser's zoom is set to 90% the iggrid does not load more items

    I experienced this issue since version 16.2 to the latest

    Below there is a codepen with the reported behaviour with the…

  • 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…

  • igGrid does not display data rows after upgrading jQuery (3.3.1) + jQuery UI (1.12.1)

    Hello,

    As part of a security audit, we are tasked with bringing our external js libraries in to compliance with known vulnerabilities. It appears that even with the 2018.2 version of the Ignite UI controls, the igGrid no longer works as expected. We are…

  • Using Ignite UI widgets in Angular 2 application

    This blog post will demonstrate the steps needed to create Angular 2 components with TypeScript. This example is using the Ignite UI igGrid widget.

    Probably you are asking yourself, why Typescript? Well, Angular 2 is written in TypeScript and even though…

  • Using different template engines with Ignite UI controls

    header imageCreating an application is not only about making it functional it is about how the users will react to it. Did you know that when you create a mobile app for example a user decides in the first 10 seconds whether he likes it or not? So imagine how will…

  • Feature Persistence in the Ignite UI jQuery Grid and Hierarchical Grid

    Feature Persistence header imageDo you know what persistence is? Well when it comes to programming persistence means to save the current state of the process. Without this capability, the state will exist as long as the process is alive. This is an important feature when it comes to…

  • 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…

  • Creating Interactive Web Mapping Applications with Ignite UI, Entity Framework and SQL Server 2012

     Ignite UI Map (igMap) is one of the most exciting features of the new Infragistics Ignite UI Vol. 2.12 .  This blog is the first of a series of articles dedicated to new opportunities of Ignite UI Geospatial Map

    Ignite UI Geospatial Map

    Released as CTP…

  • Get JavaScript code generated for you with the IgniteUI control configurator

     Configurator for IgniteUI jQuery controlsNot so long ago when Jason announced IgniteUI and a plethora of other goodness he mentioned a tool called Configurator that would help you code (or not code really) widgets included in the suite. As as he put it, for all of you server-side developers…