Hi
I have a ROWTABLEAREA2. I need some kind of paging (like serverside scrolling).
I only see in the documentation the possibility with a TEXTGRIDSSS2.
Thanx for help.
Regards Pascal
Hi
I have a ROWTABLEAREA2. I need some kind of paging (like serverside scrolling).
I only see in the documentation the possibility with a TEXTGRIDSSS2.
Thanx for help.
Regards Pascal
Hi
Paging I found with:
withblockscrolling="true"
but it doesn’t work.
Nothing happens if I use the scrollbar or the ‘next page’ button.
With the ‘last page’ button I even receive an javascript-exception.
Any ideas? do I need something in the adapter?
Regards Pascal
… the SSS (server side scrolling) mechanism comes out of the box using the control grid (ROWTABLEAREA2). No need to somehow activate it.
Martin