grid scroll

  1. #1

    grid scroll

    please help on how can i scroll the grid body to a particular coordinate or particular row after the grid data has been loaded?
  2. #2

    RE: grid scroll

    why is it that when i add a delay to my event listener it is working correctly... it is able to focus on the specified row, if there is no delay it is unable to do so


    [CODE]


    var adjustGridScroll = function(grid)
    {
    var v = grid.getView();
    v.focusRow(100);
    }



    this is a store load event listener
    <Load Handler="adjustGridScroll(#{extgpPublicQS}); " Delay="50" />


    [CODE]

Similar Threads

  1. [CLOSED] Grid - scroll position
    By jwf in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: May 26, 2011, 11:13 PM
  2. [CLOSED] scroll through grid with up-down keys
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Oct 04, 2010, 1:09 PM
  3. [CLOSED] Grid Scroll
    By speedstepmem3 in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Nov 18, 2009, 2:04 AM
  4. grid scroll adjustment
    By [WP]joju in forum 1.x Help
    Replies: 1
    Last Post: Oct 29, 2009, 5:24 AM
  5. [CLOSED] Grid Scroll
    By speedstepmem4 in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 19, 2009, 10:32 AM

Posting Permissions