[CLOSED] Grid Scroll

  1. #1

    [CLOSED] Grid Scroll

    hi


    In grid if *i sort Ascending *or Descending *it is working But if I give the *sort Ascending or Descending * *in the last column of the grid , the sorting is done but the screen moves to the first column of the grid also *screen *move initial position automatically .how i have fix this problem.


    by*
    Antony
  2. #2

    RE: [CLOSED] Grid Scroll

    Hi,

    There is <ext:GridPanelMaintainScrollPositionOnRefresh> plugin for GridPanel


    <ext:GridPanelMaintainScrollPositionOnRefresh runat="server"/>
    *


    May be you need update from SVN because we added this plugin recently
  3. #3

    RE: [CLOSED] Grid Scroll

    does the plugin <ext:GridPanelMaintainScrollPositionOnRefresh maintain scroll on grid store data bind?

    i know now that it does but when i do this code, the scroll position changes

    
    
    if (!#{extcomboViewby} || #{extcomboViewby}.getValue() == '' || #{extcomboViewby}.getValue() == '3') 
    { 
    #{extgpPublicQS}.store.groupBy('area_display_order', true); #{extgpPublicQS}.store.groupBy('areaname'); 
    } 
    else
    { 
    #{extgpPublicQS}.store.groupBy('area_display_order', true);
    #{extgpPublicQS}.getColumnModel().setHidden(#{extgpPublicQS}.getColumnModel().getColumnCount(false) - 3, true);  
    }

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. grid scroll
    By [WP]joju in forum 1.x Help
    Replies: 1
    Last Post: Nov 17, 2009, 1:47 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