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

onClick event for row in grid with paging fires only on first page

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: Major Major
    • None
    • 7.0.2
    • Components
    • None

      In a grid with mold="paging" the onClick event registered for its rows
      fires only on rows displayed in the first page.
      The event is registered in the controller class through @Listen annotation
      (assuming mvc model) as in the following example:

      @Listen("onClick = grid#myGrid > rows > row")
      public void click(MouseEvent event)

      { Clients.showNotification("Row selected!"); }

      To reproduce the issue the demo "Grid Dynamic Data" has been slightly modified (source included).

            ChunfuChang ChunfuChang
            avaccher avaccher
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: