Hi, I tried implementing paging. I have a couple of follow up issues though.
if I want to change the color of the Page number and make it more apparent to the user, should I override theigg_PageCurrent class? or what should be done?
Secondly, I want to make the paging index to be shown on both top and bottom of the grid.
And thirdly, when I open a record from the grid, it takes me to a new page in te same browser. Now when I hit the back button, I am back to page 1. how do I restore the page number though we hit the back button.
Thanks