Uploaded image for project: 'ZK'
  1. ZK
  2. ZK-1319

Listbox fails to resize

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Cannot Reproduce
    • Icon: Normal Normal
    • None
    • 6.0.2
    • ZK Client Engine
    • All

      On the following listbox definition, after navigating to the last page, it resizes itself to show one record. This behavior is correct because there are 81 records and the pagesize is 20. So, the last page would have only one record. However, upon navigating to a previous page, the listbox fails to resize itself back to 20 and now each page only has one record.

      [code]
      <div height="100%">
      <listbox autopaging="true"
      height="100%" hflex="true"
      model="@bind(vm.locationBatchList)"
      mold="paging"
      onCreate="@command('initializeModel')"
      pageSize="20"
      selectedItem="@bind(vm.selectedItem)"
      sclass="ListLayoutNoBorder"
      vflex="true" width="100%">
      [/code]

            vincentjian vincentjian
            rdgrimes rdgrimes
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: