Preserve Scroll Position

  • Thread starter Thread starter parm
  • Start date Start date
P

parm

How do I preserve scroll position of a parent page when displaying a
popup modal page. I have a page with a data grid on it (datagrid itself
has no scrollbars, only the datagrid page has scrollbars), when I click
on the grid row to display the details on a modal popup page the parent
page (with datagrid on it) scrolls to the top before the popup page is
displayed. I want the page to hold its current postion (it should show
the row that I clicked on).
 
Back
Top