jQWidgets Forums

jQuery UI Widgets Forums Editors ScrollBar, Slider, BulletChart, RangeSelector Vertical Scroll bar in Tree grid

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Vertical Scroll bar in Tree grid #50127

    Anand R
    Participant

    Hi

    We have a jqxtreegrid with around 30 columns and above 150 rows .when we scroll vertically the scroll bar moves very slow in IE but we can experience some amount of speed in chrome and fire fox .Could any one let us know is there a way we can improve the scroll bar speed .

    Thanks in advance

    Anand.R

    Vertical Scroll bar in Tree grid #50130

    Peter Stoev
    Keymaster

    Hi Anand,

    If you load big data sets in TreeGrid or DataTable, you should enable Paging due to the fact that the widget creates all UI Elements for your Data and if Paging is Enabled, it would create the UI Elements for the Current Page only. So if you have 150 rows and 30 columns and you did not enable paging, you will have 4500 HTML Elements for the Cells which will slow down your app. If you enable Paging, you will have only 300 HTML Elements for cells which will work much better.

    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.