Browse By Tags

  • Getting incorrect RowIndex in VirtulaizationGrid

    Hi,

    Virtualization grid is not taking correct RowIndex.

    Used row Virtulaization in the Grid and Mode is continuous.

    rowVirtualization : true
    virtualizationMode : "continuous"

    Rowindex number is taking from the cellClick function. But in the firtpage…

  • IgGrid auto scroll to top when update data source

    Version ignite-ui-full: 18.2.99

    My project have problem with IgGrid. I need update data source object manual without API and used property "rowVirtualization=true".
    When data source large current height grid, scrollbar appear
    If I scroll to bottom…

  • Loop through all selected rows in Virtualized igGrid

    Hi,

    Could you please provide a code sample that would loop through all selected rows on a rowVirtualization enabled version 2017.2 igGrid and return the column value for a Column called 'UUID'? The grid has enableCheckBoxes set to true.

    My code…

  • Improve performance in igGrid

    Hi,

    I will start with description of my situation.

    1. I use pagination. In most hard situation my grid has 100 rows and 120 columns. 

    2. I use features like: sorting, grouping, rows selections, column hiding, column moving, remote and local paging, column…

  • Loading on demand data in an igGrid binded with KnockoutJS.

    Hello,

    I need virtualisation and load on demand features to load many rows in a complex table.
    I use Infragistics 2014.1. The API ui.igGridLoadOnDemand allows to load the data on demand. But the documentation of this API does not explain how to use in when…

  • Virtualization Disable GridFilter and Header wordwrap

    HI,

    Enabled Virtulaization for the IgGrid. But this was  disable Grid Filters. and wordwrap in Grid Header text.

    Any work around to enable filters for the Iggrid with Virtualization was enabled.

    Here is the sample code

    $(function () {
    $("#grid").igGrid…

  • Bugs using virtualization and RowSelector.

    I have this igGrid configuration:

            $("#grid1").igGrid({
                rowVirtualization: true,
                columns: [
                    { headerText: "Product ID", key: "ID", dataType: "number" },
                    { headerText: "Product Number", key: "ProductNumber", dataType: "string" },
         

  • Virtual Data

    Hello,

    I would like to use the "virtual mode" in the igGrid but I also need to retrieve the data to be virtual, retrieving one page at the time.

    Is there a way I can override any method in igDataSource to make the data source virtual?

    Or…

  • igGrid / Virtualization / Grid Height 100% / Text-Align right

    The subject explains what I'm trying to do:

    igGrid with fixed row virtualization, grid set to dynamic height (a hack), and some of my columns justified right.

    This might be a bug, or maybe I'm just not setting something up right. I found a workaround…

  • Fixed virtualization issues

    I am working on a grid with virtualization and we need to be able to drag and drop rows from one place to another in the grid.  We've enabled this by using jQueryUI Sortable and the rows can be moved.  We first used continuous virtualization and when…

  • Paging/virtualization render event

    Hello,

     

    I use a virtualized grid and bind the rendered and iggridvirtualrecordsrender to make some manipulation of the cells.

    The problem I have, is that if I use pagination, iggridvirtualrecordsrender is fired correctly and I see my modifications while…

  • Combined virtual scroll and paging in igGrid

    Hi,

    Just wondering if there's any way to set up the igGrid so that the vertical scrollbar ranges the entire grid, rather than just the current page. In this scenario, when you scroll further than the data in the current page, the page number would automatically…

  • Change in the row object in 'allTransactions'

    Hello,

    I have a virtualized grid with autoCommit & aggregateTrans. set to true. There are few properties which are not binded to the grid as columns. There is a difference in the row object which has all the cell values modified during a row update.…

  • 'X' icon while editing a grid cell, IE 10

    How can i reduce the size of the 'X' (cancel) icon which is seen during editing a grid cell with virtualization set to true? The size of the icon changes with grid height. This is a bad experience for users when there is a single row present in a grid…

  • Scroll bar issue in igGrid

    Hi,

     

    Am facing an issue in the igGrid when using the recent IgniteUI_20122.2113_SR release. I have a grid where a user can enter rows. I have rowVirtualization enabled for the grid. Though i tried with different combinations of grid height and avgRowHeight…

  • Change igGrid virtualization at runtime

    Is there any workaround to change virtualization value? I tried to resolve UI problem that row height is increased in grid when typing value in a column filter, and less rows are returned. for example, the grid can display 20 rows, after filtering, only 5 r…

  • What is Continuous Virtualization in the jQuery Grids?

    Get the lowdown on the virtualization that never stops, so to speak… Soon enough the countdown to 12.1 will be over and what you will find named as Continuous Virtualization is an awesome new feature. It is designed specifically for hierarchical data…