1
0
-1

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

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      Hi,

      My team can't replicate the first issue which you reported. I think it may caused by your custom script?

      For issue 2, thank you for reporting it. It is fixed and will be included in next release. Btw, this error won't affect the functional of the Advanced Grid element.

      Owen

        CommentAdd your comment...