Browse By Tags

  • Add new row into WebDataGrid using Javascript deleteing the first row

    Hi,

    I have a strange issue, I have a bottom that adds a new records into WebDataGrid using Java script, the issue that after I add the first new row, and trying to add second row it deletes the first row , after that it works fin, only with the first…

  • Hide WebDialogWindow close using JavaScript

    hellow,

    I have an issue with closing a WebDialogWindow using a JS code.

    so for showing the dialog, I'm using the following vb.net code:

    WebDialogWindow9.WindowState = Infragistics.Web.UI.LayoutControls.DialogWindowState.Normal

    the above code works…

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

  • Uninstalling Ultimate UI for ASP.NET broke older version of Infragistics

    At my company, we have purchased Infragistics on multiple occasions over the years. In my own department, we have projects developed with NetAdvantage 2.1, 3.3, 4.2, 5.2 and so forth.

    Although some of the exploratory projects that I have worked on use…

  • Getting the values for all items (including unselected ones) for igCombo in Javascript/JScript

    I need to get all the values (as a list or array) in an igCombo. I think I need to begin the statement with this:

    var allParcelYears = $("ddlYearParcelsValuations").igCombo("listItems");

    However, I cannot find anywhere how to proceed…

  • In JavaScript - Change cell value in Grid2 from GRID1_CellEditing_ExitedEditMode

    I have two grids. I need to do this client side in JavaScript. When a cell value of Grid1 is changed I need to find and change a cell value in Grid2. TI can't find an example of what I am trying to do. Thanks in advance for providing one.

  • Web Tab - Call javascript inside a tab linked page

    Hi everyone,

    I have a problem for upgrade a (very complex) application from the old infragistics library (version 10) to the new ones.

    I have an environment with 2 iframes (Menu and Funz)

    In iframe (Menu) I have a WebTab (TabMenu) with 3 tabs, in the…

  • UltraWebTree v10.3 - update ig_webtree.js

    Taking a shot in the dark...I know this is an old, unsupported version and control but I am so close to getting this huge application working in Google Chrome I just have to give it a shot. So right now the app works fine in IE but some nodes do NOT trigger…

  • Ignite UI for React – What’s New in 20.2

    Today is the official release of the Infragistics Ignite UI for React 20.2. Let's take a look at the new components and latest features that we have added in this latest release.

    React Date Picker

    The React Date Picker is our newest input component…

  • Changing Symbol color in geoProportionalSymbolSeries on Mouse Hover

    How can I change Symbol Color on Mouse Hover?

    and also Add Symbol Label.. on my Symbols.?

  • Series Disappearing

    I just want to ask why my series disappear when I add shapeStyleSelector??

  • Legend Name changes to Series whenever Series Collection is more than 3

    Why does Legend text changes to  "Series" rather than Series Name whenever I have more than 3 Legend Element

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

  • Infragistics Ultimate: H2 2020 Roadmap

    2020 is almost complete so I thought it would be a good idea review where we are at today and where we are headed for the rest of the year for our design and developer tools in Infragistics Ultimate.

    As we build out the platforms that we are delivering…

  • Creating igDataChart with xAxis time and horizontal bar charts based on time

    Hi!

    I am trying to create an igDataChart with horizontal bars based on specific times (those bars can have spaces between them). So far I tried creating custom series and "plot" those onto my graph, but it seems that I cannot find the right combination…

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

  • Get the WebDataGrid cell value using JavaScript

    Dears,

    Why I'm getting this error?

    What I'm trying to do is that I have WebDataGrid with TemplateColumn with a button, when I click on the button it spouse to get the column "leaveref" value and assign it to a session and then transfer me to a new…

  • 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…
  • Add diagram control to Angular/JS product

    A customer from Japan would like Infragistics' Web control to have a diagram control like XamDiagram in WPF.

    Initial request is to show organization/family tree in an app.

  • Problem with case ig-combobox in ig-dialog

    I have problem when generate combobox (about 100 combobox) in ig-dialog
    - HTML DOM initialization lost more 5 sec.
    - After initialization, event click to combobox - drag drop very slowexample-igdialog-igcombobox.zip

    Please check attach example

    What is solution…

  • ig_common 404(not found)

    Hi,

    I created a website in IIS with the source code copy of an already running website (ASP .NET ). That website uses Infragistics controls. When I run the application I get an error says "GET 10.128.128.61:81/.../ig_edit.js net:: ERR_ABORTED 404 (Not…

  • integrate ignite-ui with license

    Hi all,

    My customer register license IgniteUI. He sent for me source code ⑥IgniteUI_v18-2_JP.zip

    Before register license, I use $ npm install ignite-ui for install package

    How integrate folder ⑥IgniteUI_v18-2_JP to my project?

     ?

  • 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");
    });

  • Scatter chart change color of bubbles

    I'm using a chart of type scatterBubble and I want different random colors to fill the bubbles instead of all the same or white.

    Now I'm getting this:

    Not all bubbles have a color... I want to get something like this:

    Is this possible? How can…