Browse By Tags

  • Special character '<' at the start of string does not display the data

    Hello, I am currently using Infragistics grid for my ASP .NET MVC project.

    I have a sample string data like '<ABCD>' in the database. When I display it using the grid, only the data with '<' character at the start of the string 

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

  • Belong Phone Number | Call now- +61480-020-996

    You are facing technical issues with your online streaming platforms, broadband connection, printers, emails, antivirus software, etc. Belong is a broadband provider, owned by Telstra. Belong is the best choice whenever you get stuck with an internet…

  • WebForms verses MVC

    Which technology do you recommend for responsive partial-page updates: WebForms or MVC?

    I am using Infragistics ASP.NET on WebForms now. But I experience endless problems making pages responsive without full page postbacks. E.g. partial page updates with…

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

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

  • Ignite UI for JjQuery IgTreeGrid

    hello my asp.net mvc application I want to use a server-side paging based tree grid. There are 3 breakdown categories of construction. How to properly display my data in grid using jquery in asp.net mvc

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

  • is it possible to get grid ID that called SaveChanges when handling grid updates in MVC?

    Hello - I have a solution using Asp MVC with multiple igGrids on a single page.  I am following the documentation and am getting transactions to come into my controller page when the user pushes a button that fires the SaveChanges call.  .  However, I don…

  • Is it possible to add multiple igGrids to single page in MVC Asp.net?

    Hello -

    I need to have multiple grids to a single asp.net MVC page?  To add even more complexity the number of grids is variable also.  I might be able to accomplish it with a hierarchical grid but thought I would explore this first.  Thanks much

  • Exporting Stack Column Chart in Excel using Javascript

    Hi I just want to ask if you have a sample on how to export Generated Stacked Column Chart in Excel

    using JavaScript.

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

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

  • Filtering on hidden columns

    I am dynamically adding columns to a grid because I don't know the names of all the columns until runtime.  That worked great until I needed to turn on filtering.

    There will be four preset views that will filter the data rows, showing and hiding rows…

  • How to handle Server Side Exceptions from MVC controller

    I am using the igGrid using the Grid Model approach. After Updating/Editing the grid post to an MVC controller. I would like an example how to handle Server Side errors and displaying the error to the returned View. 

    Thanks

  • Export to Excel possible with list from model in view ASP.NET MVC?

    I'm working on a ASP.NET MVC application where I have a custom made table with data from a list in the model that I pass into the view. This data is not in a grid of Infragistics. I want to export this data to Excel. 

    Currently I have this in my Javascript…

  • igPieChart legend not showing after disable datalabels

    Hello

    I'm using a igPieChart in ASP.NET MVC and also a legend for this chart. When I enable the datalabels, they overlap. When I disable them, the items in the legend won't show.

    How can I remove the datalabels in the chart without removind…

  • Updating Hierarchical Grid

    Could you please provide an example of the edit/add/delete rows in the Hierarchical Grid. In my example I have a Save button that calls the "saveChanges" event. This fires the UpdateExportFile method of the controller. However, this does not seem to be…

  • igGrid remote Paging/Filtering Anti Forgery Token

    I have an igGrid where i use remote paging/filtering.  On databind, I'm adding onto  "extraParams", however on my ASP.Net MVC Controller action I need to have the "__RequestVerificationToken" in the form data so the "ValidateAntiForgeryToken" attribute…

  • Loading indicator for igGrid

    We are using  $("#grid").data("igGrid")._loadingIndicator.show(); to force the loading indicator to show while the data is being retrieved.

    Is there a way to set a timeout on the loading indicator? If it is a large data set we want…

  • Ignite UI data grid rebind not working using RAZOR MVC5

    Him

    I am using ignite ui v18.1 (latest version) MVC5 Razor ASP.NET.

    On combo selection changed I want to filter data and rebind the data grid.

    Grid gets empty on rebinding it on combo selection.

    Code logic: on combo selectionChanged, filtering json data…

  • adding chart series dynamically with MVC helpers

     I need to be able to dynamically add multiple series to a chart based on the underlying data.  For example.

    In my data I may have multiple price values for jul-18, aug-18, sep-18

    OR i could have

    Jan-18, Feb-18, Mar-18, Apr-18, etc, etc

    I wont know…

  • How to set the region to UK on the filter datepicker

    Hi,

    Using .Net Core 2.0 and Infragistics.Web.AspNetCore v6.17.2.202 

    Is it possible to alter the region and language of the datepicker that is used for the column filter?

    I'm building the Grid in the controller and then passing it through to the View.…

  • Stuck at mvc application data binding using model view.

    Hello Team,

    I am trying to check whether we can use your tool for my project requirement and I am new to bootstrap and MVC. 

    I have implemented the code by using instructions shown in the page https://www.igniteui.com/help/iggrid-binding-to-webapiBut I…