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

Chechmark issue in paging listbox

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • 6.0.0
    • 5.0.9, 5.0.10
    • Components
    • Security Level: Jimmy

      Select any of the listitem then go to the next the page by clicking the NextPage button, all the listitems are checked.

      <zk>
      <zscript>
      <![CDATA[
      List list = new ArrayList();
      for(int i = 0;i < 50; i++)
      	list.add("listitem");
      ListModelList lml = new ListModelList(list);
      ]]>
      </zscript>
      <listbox pagingPosition="top" mold="paging" pageSize="10" multiple="true"
      			model="${lml}" checkmark="true" width="400px" />
      
      </zk>
      

            jumperchen jumperchen
            matthewgo matthewgo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: