jQWidgets Forums

jQuery UI Widgets Forums Grid High Performance Grid

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 5 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • High Performance Grid #66946

    Al
    Participant

    I am trying to create a high performance grid that will be cleared added to and updated maybe 2 times per sec. It will not have too many rows maybe no more than 50 and is not edited or scrolled. I ant to use jqxgrid and modified the same with setting:

    width: 1350,
    source: dataAdapter,
    pageable: true,
    autoheight: true,
    sortable: false,
    altrows: true,
    enabletooltips: false,
    editable: false,
    selectionmode: ‘multiplecellsadvanced’,

    Please advice if I can do anything more to move the performance better, since it gets stuck sometimes? thanks

    High Performance Grid #66962

    Peter Stoev
    Keymaster

    Hi Al,

    The current initialization is fine. For better refresh rates, you can try with smaller view – i.e < width and < height. Best Regards, Peter Stoev jQWidgets Team http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.