Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
505
Selection issue with IgGrid
posted

Hello,

We recently upgraded to your new 14.2 software and I am experiencing some issues I had not noticed before. A big one was that the function we bound to the check boxes was firing three times per click.

     //Only show the Toolbar for Grid Modification Options if a Row is selected in the Grid
     $("#grid").bind("iggridselectionrowselectionchanged", toggleToolBar);

     $('#grid').bind("iggridrowselectorscheckboxstatechanged", toggleToolBar);

toggleToolBar is being call from nowhere else in our code, however it is ran three times on select and three times on deselect. Is this supposed to be like this?

Also, I noticed with your new bootstrap theme we can use on the grid, the row behaves oddly when you select it. Mainly, It blanks out the entire row unless you hover over it. I will attach a few screenshots to show what I mean. 

Thanks,

Julie

 

screenshots.zip