frodeo

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • in reply to: True scrolling Rows loads data too often #93834
    frodeo
    Participant

    I still have the same problem after applying the patch.

    Regards
    Frode Oldervoll

    in reply to: True scrolling Rows loads data too often #93769
    frodeo
    Participant

    I still have problems with scroll:1

    in reply to: Mixing server data and local data #93764
    frodeo
    Participant

    I actually got this to work with mixing json data and local data. The important thing that was missing from my last attempt it to use the id of the row when calling setRowData, not the item itself. Something like this works for me:

    var ids = $('#mygrid').getDataIDs();
    for (var i = 0; i < ids.length; i++) {

    in reply to: Problem with scroll:1 (True scrolling Rows) #91575
    frodeo
    Participant

    When I try to reproduce the problem it is suddenly gone. If it happens again I'll try to make an example that you can access.

    I notice that when I scoll the number of rows reported in the pager differs from the number of rows I set with rowNum. For instance, I have a grid with 1000 rows and rowNum is set to 50. First I see “View 1 – 50 of 1000”, but after some scrolling I can have “View 301 – 450 of 1000”. Is this a bug, or is there no guarantee that the number of rows in the grid is rowNum?

    Best Regards
    Frode

    in reply to: Use predefined formatter from custom formatter #90817
    frodeo
    Participant

    This works:

    function myFormatter(cellvalue, options, rowObject)
    {

Viewing 5 replies - 1 through 5 (of 5 total)

Stay connected with us in your favorite flavor!