Browse By Tags

  • Infragistics web upload session key store in the URL issue

    We have a project based on ASP.NET webform with .NET version 4.8 where we have used Infragistics web 21.1.20211.2

    We have User Interface where user can upload multiple files of different extension and we have a validation for each files.

    While testing…

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

  • After Updating from 16 to 17, Elements of the igx-grid spam errors in console

    Hi everyone,

    After a clean update from angular 16 to angular 17 every igx-table continue to throw errors like:

    - ERROR Error: NG0100: ExpressionChangedAfterItHasBeenCheckedError: Expression has changed after it was checked. Previous value: 'cosy'. Current…

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

  • igDataChart removing markers from line-type series

    I'm not seeing where to set or even remove the value for markers within the igDataChart list of options. Maybe I'm missing something :x

  • 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%"…
  • Column Fixing and Paste from Excel

    Hi,

    I have grid in which 1 column (say A) if fixed and rest are not (B,C,....). I have implemented the paste from excel and followed the example. But I could see the indexes are different. For column A, it is 0 and for the columns (B,C...)  are again starting…

  • Custom Prev and Next for Paging

    Hi,

    I need custom paging for prev and next button. If I click next button it should goto api and fetch next 10 records. Anything available?

    Thanks

    Ravi

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

  • Excel like functionality

    Hi,

    I want something like in Excel where we I can select single cell  as well as the entire row. So in the Gird settings, I have implemented like this:

    .EditMode(GridEditMode.Cell)

    feature.RowSelectors();
    feature.RowSelectors().EnableRowNumbering(true…

  • How to export CSV from igniteui jquery?

    Hi, 

    How to export CSV from igniteui jquery?

    We referred the below url, and there is only avail export excel(.xlsx) only. Is there any option to enable CSV export?

    https://www.igniteui.com/grid/export-feature-rich-grid

    Suggest it if anything.

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

  • IgniteUI Example Issue

    Hi,

    I am trying to do this sample my local,

    https://www.igniteui.com/grid/basic-editing

    But .ID is throwing error in VS 2022

    HtmlString does not contain a definition for ID and no accessible extension method ID accepting a first argument of type HtmlString…

  • Does the Filtering API allow filtering using the predefined customConditions

    Is it possible to enable or disable customConditions filters via the filtering API?  I have several columns with customConditions defined (Example Below) but do not see any way to apply these with the API.  

     Ex Colum Filter Definition:

    	{ columnKey: "classification…

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

  • Ignite UI Dock Manager in ASP.NET MVC (.NET Framework)

    How do you add the Ignite UI Dock Manager to an ASP.NET MVC (.NET Framework) app?

    I tried the technique at the link below, but got error 403 when loading the dockmanager using the script below.

    https://www.igniteui.com/dock-manager/overview

    This script…

  • How to make the first row in two different grids in tab groups to be selected on form load

    Hi,

    I have a scenario where I have two grids in igx-tabs-group and on form load by default I need the first rows in both grids should be selected.

    I have the below two lines of code in ngAfterViewInit() and I see on the first grid row is being selected…

  • Infragisitcs Ignite UI

    I use Ignite UI 2021.1 for jQuery objects. 
    If I try to access the site via HTTPS, Ignite UI objects are not displayed. Where did I make mistakes?

    Thank You

    Damir Lonic
  • IgniteUI Trial Version in iFrame

    Hi,

    We are using the igHtmlEditor in a web project that is within an iFrame. However the 'IgniteUI Trial Version' text is displayed. We are using the CDN script tags to access Infragistics. Is there a way for us to remove the trial version text in this…

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

  • Ig Scheduler : agenda view click event

    Hi,

    I have plotted schedule control using igScheduler in MVC jquery.
    I want to select a specific appointment from the control. Similar event 'AppointedSelected' or 'AppointmentClicked' are available in XamSchedular.

    Is there any click events…

  • 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