0 Replies Latest reply on Jan 12, 2009 3:32 PM by mhassel

    Addling rows to a list without updating previous rows

    mhassel

      Hello,

      I have a data list component which gets initialized with a certain set of rows.
      Afterwards, rows get added incrementally, but the previous rows never change.
      It obviously works if I refresh the whole list, but there is scrolling and a large row-set involved, so ideally I would just like to add the new rows to the list and leave the others untouched.

      What is teh best way to achieve this?