Browse By Tags

  • Romantic Broadcastchamp Holidays

    Social occasions of probiotics Lactic enhancement, or lactofermentation is a technique for duration of anaerobic giganticness that happens in animal tissues without fresh air. This is something different of glucose which prompts modify of lactic ruinous…

  • Regarding custom validation when one field is dependent on other.

    Hello everyone,

    So,  I have created a grid and populated it with data. So i have two doubts. 

    1) how to target a particular field for custom validation. I have used it here but i couldnt understand how its getting the element.

    2) suppose i have two columns…

  • Regarding igvalidation in iggrid in asp.net core mvc

    Hello  everyone,

    So , I created a mvc project to bind and display data in igrid. The data binding and display part is done but now i want to apply validation in each column. I m confused how to do that. Can anyone please help me out with it with suitable…

  • How to set a link url or controller action in a tree childnode

    Hi, I´m in a mvc .net project and I have no idea how to set the <a href> property tag in the <li> with the Json function, how can I change the '#' in the href and the target?

    My Cshtml have the tree menu like this elements:

  • Which version should I install for my project?

    Hi all.

    I have update the window OS from 7 to 10.

    I have install arbitrary version of infragistics and find that my project cannot be used.

    I am thinking reinstall right version of infragistics. Here are the screen capture for my project.

    Please recommend…

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

  • Different editor for each cell in grid column

    Is it possible to have a different editor for each cell in a single grid column? I.e. One single column with different editors for each row. (combo boxes, date pickers, textboxes, numbers, etc.)

    I am trying to use an Infragistics TreeGrid and TreeGridModel…

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

  • Get parent tree node in nodeClick client event ASP.NET MVC

    How do you get the parent tree node in the nodeClick JavaScript event? And, where is the documentation source for this information?

    Here is my tree with the nodeClick client event:

    @(Html.Infragistics().Tree()
        .ID("FilterTree")
        .Bindings…

  • Infragistics tree with unlimited hierarchy levels in ASP.NET MVC

    How do you code the Infragistics tree for unlimited levels of hierarchy? I.e. sub-nodes under sub-nodes under sub-nodes, etc.

    Desired result:

    Main node 1

        - Sub node 1

        - Sub node 2

            - Sub-sub node 1

                - Sub-sub-sub node

        - Sub node 3, etc…

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

  • ASP.NET Web .NET Framework MVC5 DatePicker Sample

    Do you have a sample application for Visual Studio 2022 with the following choices?

    1. ASP.NET Web Application (.NET Framework)

    2. MVC5

    3. .NET Framework 4.8

    4. Infragistics DatePicker

  • igGrid: updating and grid.on binding not working when using GridModel?

    Following the example on https://www.igniteui.com/grid/basic-editing

    I am able to initiate the edit in the igGrid, however, unlike the sample, the events that enable or disable the save, undo and redo are not working.  If I click the saveChanges button…

  • Import item infragistics in ASP.NET MVC visual studio 2019

    Hi

    I instal the new versione of infragistics in visual studio 2019

    When i open a web form project i have all the new items that i just download.

    But when i open a  ASP.NET MVC project

    i can't find any infragistics item.

    Why? how can i fix it?

  • igGrid ASP.NET MVC Index was outside the bounds of the array on binding

    I am trying to redeploy a solution from about 3 years ago.   It uses Ignite for ASP.NET MVC (not core).   Works fine locally and during deployment gives the error Index was outside the bounds of the array on binding.

    The cshtml page that errors is below…

  • File Upload Sample

    Trying to make a working example from the online documentation at https://www.igniteui.com/file-upload/aspnet-mvc-helper   I've run into some hiccups, maybe someone can help me get past it:

    View: (Answer in comments).

    .ProgressUrl(Url.Content("~/IGUploadStatusHandler…
  • Not able to get selected row particular column value in hierarchical grid

    We are rendering a infragistic MVC hierarchical grid and copying selected row column value from below code : 

    var row = $("#igCallHistory").igGrid("activeRow")

    var cellZeroValue = $("#igCallHistory").igGrid("getCellText", row.element…

  • Resizing in igGrid causing hidden columns to appear

    Hi all, 

    I have 4 hidden columns defined in my grid.
    when I add the resizing feature in the columns and then resize the columns those 4 hidden columns get added to the grid in the beginning.

    Not sure whats going wrong out here?

  • DatepickerOptions in MVC View

    I am trying to add the code to make a datepicker into just a month and/or year picker in a MVC View, not via javascript. I have code that looks like this:

    @(Html.Infragistics().DatePicker()
    .ID(EndMonthId)
    .Width("100px")
    .Height(24)
    .Value…

  • Update version from V15.1 to V20.1 ON our ASP.Net MVC application

    I am working on migration project. I need to update from Version 2015 to Version 20.1. The utility tool its not able to update the solution,

    Problem 1.

    Using Version utility tool the log file. 

  • igniteUI MVC igGrid Error

    I have an ASP.NET MVC Project and I'm trying to add Data Grid from this sample

    https://www.igniteui.com/grid/aspnet-mvc-helper

    but I have 2 problems

    First one


    using IgniteUI.SamplesBrowser.Models.Repositories;
    using IgniteUI.SamplesBrowser.Applica…

  • Null PrimaryKey in igGrid causing unmapped grid items to transform into first mapping created

    Of necessity, I have a list of Mappings but am pulling unmapped lists as part of the result set when the igGrid is setup. Everything works fine (including using dropdown selector for blank field to send to back-end to map to the list displayed across…

  • Limiting Column Movement

    Is there a way for me to customize Column Moving where when I click the Move First it goes to a specific index?

    cause I want my Fixed Column untouched.  

    And also is there a way for me to remove a column in the AddMovingDropdown Component of Column Moving…

  • Editing Page List Data Type

    Is there a way to edit PageSizeList Data Type

    cause I wanna use default PageSizeList and just add All for displaying All Records