Browse By Tags

  • Custom Delete Issue

    Hi,

    I had to implement custom delete using Delete button. But I am getting an error, can anyone help me on this. Here is the code.

    @using Infragistics.Web.Mvc
    @using Microsoft.AspNetCore.Http
    @model IQueryable<RateManagement.Models.RateIdentification…

  • IGgrid Pagination total records count not updating after search function

    When i try to search some records on iggrid using search text box, i get required result on grid but my total records and no. of pages are not updating, they remain same as before search.



    after search i got 3 records, but in pagination it shows data

  • Issues when renderCheckboxes and templates on a boolean column.

    Hello,

    I'd like some advice, I use the iggrid with the renderCheckboxes which is fine when all the cells in the column are editable or not (we use a different css class to indicate that the column is editable or not) . But for one of my grid I need to…

  • IgGrid parent child row | IGGrid row tree

    Hi All, 


    Actually i am trying to develop a grid which will show name and id on top and under it will to multiple records for same name and id




    i want to develop a grid like this.

    Note: i am fetching all the data from single table only.

    Can anyone help please…

  • Format Grid Columns

    Hello I have a question regarding the igGrid in an ASP.NET MVC using razor website including Bootstrap.

    How can I apply styling to the UI Grid (cell by cell if possible). I would like to do the following:

    1.) Align header and column to right,left.center…

  • Row dropdown is causing data to shift in grid

    Obligatory "but it works fine on my computer."

    I have a grid with the last column being a dropdown from where you can select an option, and then OK. A coworker has discovered that when the area is clicked to reveal the dropdown, it resizes,…

  • Html.Infragistics().Grid

    Hello,

    We are using the UI igGrid where we are listing orders (see screen caption). The user can either click on the View or Edit button which opens up a new browser window/tab where the order can be modified and saved (including the order status). What…

  • Update row with additional value

    Hello,

    We need to update a row and send an additional value with it, which is not a column. We're using the method igGrid.saveChanges.

    The only way to do this we found so far is to add a hidden column, and set the additional value in it but we don…

  • EditorProvider in row edit dialog

    I'm trying to use a custom editor provider in a grid's row edit dialog. The editor should be a numeric input wrapped in a div. I want an anchor tag after the input that opens a dialog. 

    My problems are:

    • The numeric input is created, but it is…
  • Can't copy the cell text

    Hi Team,

     

    In our application we are using a Ignite UI for JQuery Data Grid. If we have a selector cell or row as a feature, we are not able to select the cell text. Can you guys please help us.

     

    Thanks

    Raja C

  • IgGrid Values Not Sorting

    Hi, below is the code i am using to sort, but it is not sorting, can anyone please help?

    .Features(features =>
    {
    features.Paging().Type(OpType.Local).PageSize(10).PageCountLimit(100).ShowPageSizeDropDown(true).ShowPagerRecordsLabel(true).PrevPageLabelText…

  • IGgrid paging moves to next page while newly entered value is on first page

    Hi,

    Below is the code for my paging,

     features.Paging().PageSize(10).Type(OpType.Local).PageCountLimit(100).ShowPageSizeDropDown(true).ShowPagerRecordsLabel(true).PrevPageLabelText("Prev").RecordCountKey("totalRecords");

    by default the…

  • IGgrid Custom validation for Textbox

    Hi,
    As i am currently working with IGgrid, but the default validation of textbox allows the "spacebar" and enters a blank space even if you don't add any value in text box and it saves the data even if it is empty.

     This is default validation…

  • igGrid row selection exclude specific column

    Hi Infragistics team,

    I have a button in one of my grids and I would like to add the Selection and RowSelectors features.

    However, I don't want to change selection when a user clicks this button. How do I cancel the rowSelectionChanging event only…

  • Master/Detail Example for jQuery (MVC) Grid

    Hello everybody,

    can anyone give an example of the realization of a master/details grid. I searched the forum but I didn't found a solution. Either the examples are not presend any more or not fitting to my request.

    The detail should be shown inside…

  • igGrid remote summary

    Hello

    We are using an igGrid with remote features (paging, sorting, filtering).

    How can I use the remote summary feature?

    I enabled the Summary Feature like this:

    GridSummaries summaries = new GridSummaries();
    summaries.Type = OpType.Remote;
    gridModel…

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

  • How to make grid and grid content transparent if disabled?

    In my project i have a grid inside which there are many labels, text-boxes and check boxes, on my grid i have a property IsEnabled, now when i set the property IsEnabled ="false" the grid contents(text-boxes and check boxes) gets disabled, which is working…

  • Edit a cell in a column while another cell updates in the background

    Hello,

    I have a grid with 3 fields, name, status and duration time, the duration field is calculated in a function and is updated every second, but if I try to modify the name cell and at that moment the duration cell is updated I lose the focus and the…

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

  • Excel export not exporting conditional rendering

    Hi Team,

    I have template formatting for one of the columns in the grid which renders data depending on the condition. When I am trying to export that grid to excel, the conditional formatted data is not showing up in excel.

    Please find below the example…

  • Alternative of Webcombo

    Hi, I was using webcombo in version11. 1 but it is not compatible in edge and chrome. Can anyone suggest me alternative of webcombo in version17. 1 so that it will be compatible in edge and chrome? 

    Thank you! 

  • Table header not padding to the right when scroll bar appears

    Hi Team,

    igGrid seems to have the capability of including the padding-right on the table header when there is a scroll bar in the table body. This seems to work fine in case of local data source as below-

    https://jsfiddle.net/zs4gjd16/

    But the issue comes…

  • igGrid load calling remote URL twice

    Hi Team,

    I am loading data on igGrid from a remote URL. I have used "urlParamsEncoded" property of ig DataSource because I need to send "top" and "skip" values to the remote URL. The issue is that whenever igGrid is loading (initial loading on page load…