cancel
Showing results for 
Search instead for 
Did you mean: 

How to set a SAP.Web.UI.Controls.Table PageIndex programmatically

Former Member
0 Kudos

After DataBinding there is a table shown with for example 450 Pages.

I do select Page e.g. 100.

After making another Selection for the tables Data Source, I see, that there are now just 60 Pages available.

The Problem is, that the PageIndex of the Table remains at Page 100, and surely there is no content in the actual page. When I change "100" to soemthing less then 60 , surely there is an output.

Now my Question :

How do I set the choosen PageIndex back to 1 in Code?

Thanks

Erhan

Accepted Solutions (1)

Accepted Solutions (1)

reiner_hille-doering
Active Contributor
0 Kudos

Set the Table's "FirstVisibleRow" property to 0.

Former Member
0 Kudos

Great. It works. Thank you Reiner

But I do have to consider, that this property is set, before the DataBinding.

Regardings

Erhan

Answers (0)