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