ParamQuery grid support forum
General Category => ParamQuery Pro Evaluation Support => Topic started by: jeeva 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
-
Use inbuilt support for checkbox feature instead of creating your own through jQuery.
https://paramquery.com/pro/demos/checkbox