-
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)
To reproduce the issue the demo "Grid Dynamic Data" has been slightly modified (source included).