[CLOSED] Gridpanel ViewSize

  1. #1

    [CLOSED] Gridpanel ViewSize

    Hi,

    Is there a to increase the gridpanel.verticalScroller.viewSize property. I currently have a gridpanel that uses CheckBoxSelectionModel. The page size is 1000 and I am using buffered scrolling. However when I click the select all checkbox, and check the selected records, only 58 records is selected and only 58 records exists in the store.

    How can I make the grid.verticalScroller.viewSize be the same as my page size of 1000. Please let me know if you require a sample.
    Last edited by Daniil; Dec 03, 2012 at 11:27 AM. Reason: [CLOSED]
  2. #2
    Hi @RCM,

    I am afraid check all functionality is not possible with a buffered grid.

    Here is a related post on Sencha forums.
    http://www.sencha.com/forum/showthre...l=1#post809538
  3. #3
    Hi Danill

    Does that mean it is not possible to specify the verticalScroller.viewSize value to be the same as the pagesize.
  4. #4
    Not sure it is possible.

    But buffered will make no sense in this case for sure. All records per page means no buffering.

    Maybe you just need to remove Buffered?
  5. #5
    hi Danil,

    The link below seems to imply that this model should work with the buffered view or I am missing something else.

    http://docs.sencha.com/ext-js/4-1/#!...g-pruneRemoved
  6. #6
    Well, yes, but I think this property is not to get check all functionality working.

Posting Permissions