Hi All,
I have a standard table in web dynpro in my view. This table displays 10 lines at a time and has scrolling enabled. We allow the users to add
a new line to the table and my requirement is to add it to the top of the list. THis is working fine as long as you are within the first 10 rows. If you add
a line and you are on say the 15th row then the line gets added and selected but it is not visable to the user unless they scroll up. Is there any way to
reset the scrolling in the view when I add the new line? I have tried setting the lead selection which gets set but the scrooling does nto get refreshed. I
have also invalidated the table and redid the binding but it is still not taking me to the top,
Regards,
Tom