Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    ListGrid horizontal DrawAheadRatio?

    Hello,

    There is ListGrid.setDrawAheadRatio() that works for vertical draw ahead ratio. Is there similar method that will affect horizontal draw ahead ratio?
    I use a ListGrid with 200 columns, so it would be nice to draw only those which are visible.

    SmartGWT v8.3p_2013-02-08/LGPL Development Only (built 2013-02-08)

    Regards,
    Adam

    #2
    The existing drawAheadRatio property already affects draw ahead for horizontal scrolling as well.

    Are you seeing something like all columns being draw despite only some of them being on-screen? If so, you may have set one of several properties that forces all columns to be drawn, such as autoFitData.

    Comment

    Working...
    X