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

XMLWordPrintable

    • Type: Bug
    • Resolution: Won't Fix
    • Priority: Major
    • None
    • Affects Version/s: 7.0.2
    • Component/s: Components
    • None
    • 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).

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

              Created:
              Updated:
              Resolved: