how update items in TTIWContinuousScroll

Hi,


Records of a collection are displayed in a TTIWContinuousScroll. 
The records can be edited. 
Via a link (<a href=..>) is called Event TIWContinuousScroll.AsyncControlEvent()
In TTIWContinuousScroll.AsyncControlEvent () is called a TTIWAdvMessageDialog; 
The Records of the collection be changed in Events TTIWAdvMessageDialog.AsyncButtonClick (). 

By editing can occur: 
- Field contents of the records change 
- The order of the records varies 
- The amount of items need to be adjusted 
- Record can be added 
- Record can be deleted 

Everything goes so far. 
But how can update the relevant items of the TTIWContinuousScroll?

thanks
and sorry for my english.





Hi,


Unfortunately it’s currently not supported to asynchronously update
displayed items in the TTIWContinuousScroll control.

You’ll have to do a full page refresh to see the updated data.

However, this is  a good suggestion and we’ll consider adding this
functionality in a future version of the control.<o:p></o:p>

Ok, 
then I have to look for another solution.