2 more Bugs Founds with Advance Grid with Joget 5
Confluence User - 24 Oct, 2016
Dear Expert,
Here are the other 2 bugs found on Advance Grids. They all are Javascript Error.
1) if I have config a grid with the name "serialsGrid" then I try to use Jquery to capture the "Click" event on row by following
$("div[name='serialsGrid'] tr.pq-grid-row").live("click",function(){
// Do Something Here!
});
It will not get the Click event of the last row on the display table. But it will work if I use the following script
$("tr.pq-grid-row").live("click",function(){
// Do Something Here!
});
2) When we click on the header of the table for sorting, we will get an error message on the browser console
This error will only happened as Edit Mode and not View Mode.
BTW, I am using Chrome Browser (Version 53.0.2785.143 m (64-bit))
Best Regards
Tony Chu
bug;advance;grid;forms
