Author Topic: Dynamic deselect is not working while both scroll  (Read 1973 times)

jeeva

  • Newbie
  • *
  • Posts: 29
    • View Profile
Dynamic deselect is not working while both scroll
« on: April 06, 2017, 05:49:45 pm »
Dear Support,
Dynamic deselect is not working while both horizontal and vertical scroll.Let me know is it fixable one.

I have used the following code for deselection
$('.pq-grid-cell input:checked').each(function () {               
            $(this).prop('checked', false);
            $(this).removeAttr( "checked" );
            grid.setSelection(null);
         });

While select based CRUD operation its working fine.When scroll automatically checkboxes get selected.

thanks
jeeva

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6122
    • View Profile
Re: Dynamic deselect is not working while both scroll
« Reply #1 on: April 09, 2017, 10:02:11 pm »
Use inbuilt support for checkbox feature instead of creating your own through jQuery.

https://paramquery.com/pro/demos/checkbox