[CLOSED] How to change the page size

  1. #1

    [CLOSED] How to change the page size

    Last edited by Daniil; Sep 03, 2012 at 1:14 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Quote Originally Posted by Oliver View Post
    How can I intecept the event
    Please use the Collapse and Expand events.
    http://docs.sencha.com/ext-js/4-1/#!...event-collapse
    http://docs.sencha.com/ext-js/4-1/#!...l-event-expand

    Quote Originally Posted by Oliver View Post
    increase the page size to show more records when the panel is collapisabled.
    The answer is here:
    https://examples2.ext.net/#/GridPane...rayWithPaging/

    Please see the ComboBox Select listener.
    <Select Handler="#{GridPanel1}.store.pageSize = parseInt(this.getValue(), 10); #{GridPanel1}.store.load();" />
  3. #3

Similar Threads

  1. Replies: 4
    Last Post: Jul 25, 2013, 8:51 AM
  2. How to change size of a label in a NumberField
    By extNewBee in forum 1.x Help
    Replies: 2
    Last Post: May 24, 2012, 12:20 PM
  3. Font Size Change
    By megang in forum 1.x Help
    Replies: 1
    Last Post: Apr 09, 2012, 10:02 AM
  4. Change font/button size
    By plykkegaard in forum 1.x Help
    Replies: 0
    Last Post: Sep 02, 2010, 3:09 PM
  5. How to change ComboBox size?
    By payon in forum 1.x Help
    Replies: 1
    Last Post: Apr 02, 2009, 5:36 AM

Posting Permissions