Performing an action for listGid on Click of the Page button in the Pager Component.

I have a query regarding ListGrid and Pager.

Example.
In a page i have a ListGrid component and a Pager component.

 <bjsf:listGrid id="listing" >
 </bjsf:listGrid>
 <bjsf:pager for="listing"/>

On Click of the Page Button say for example '3' (Page 3) i want to set the ListGrid's selected row index.

Like if i click on the Pager 3 then want to perform action which will set the listGrid's selected row as (PageSize * PageNumber + 1).

Please let me know how to perform this action on select of every Page Number in the Pager.

Seeking for an early reply :-)
Thanks in Advance!

----
Nick

Hi Nick, The pager is used

Hi Nick,

The pager is used to browse the listGrid pages at a given instance and not to select a row. For your requirement I suggest you to use a dropdown list to target the row in your grid ( the value of the dropdown to be used as the selected row.)

-Senaka