GridPanel - ToolbarButton to Simulate Next / Previous Paging?

  1. #1

    GridPanel - ToolbarButton to Simulate Next / Previous Paging?




    I cannot use the pagingtoolbar - is there a way to simulate next/previous buttons for paging purposes? So add some form of click listener, etc.?
  2. #2

    RE: GridPanel - ToolbarButton to Simulate Next / Previous Paging?

    Think this will hable it?



    <ext:ToolbarButton runat="server" ID="ToolbarButton1" Text=">" StyleSpec="margin-bottom:2px;font-weight:bold;"


    StandOut="true">


    <Listeners>


    <Click Handler="#{PagingToolBar1}.changePage(#{PagingTool Bar1}.getPageData().activePage+1);" />


    </Listeners>


    </ext:ToolbarButton>

Similar Threads

  1. Replies: 0
    Last Post: Aug 07, 2012, 2:36 PM
  2. [CLOSED] Validation on click of next/previous buttons of paging tool bar
    By AnulekhaK in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: Jan 13, 2012, 8:06 AM
  3. Simulate ext:Button click event?
    By Tbaseflug in forum 1.x Help
    Replies: 1
    Last Post: Dec 16, 2010, 6:16 PM
  4. Replies: 1
    Last Post: Dec 06, 2010, 8:49 PM
  5. Simulate desktop-like web application
    By Dominik in forum 1.x Help
    Replies: 3
    Last Post: Mar 30, 2010, 5:52 AM

Posting Permissions