ParamQuery grid support forum

General Category => ParamQuery Pro Evaluation Support => Topic started by: shlomikl on May 29, 2014, 07:11:28 pm

Title: Pressing the 'All' checkboxs in Grids behavior when list is on paging
Post by: shlomikl on May 29, 2014, 07:11:28 pm
Sorry that I post here, I just could not create a new post.

I'm using paramquery 2.0.4
I have a question about checkbox selection.
I have list of files populated in the pqgrid on 4 pages, one of my columns use the built-in check box selection.
When I press "check all" checkbox it marks all entries in the table including those I cannot see (in other pages 2,3 and 4).

My expectation were that marking all will mark only the entries within the current page.
Is this solvable by configuration?
Because using remote paging will mark only the current page... I expect the same behavior in local, therefore I tend to believe that this is a wrong, maybe even a bug.

Thanks,
Shlomi. 
Title: Re: Pressing the 'All' checkboxs in Grids behavior when list is on paging
Post by: paramvir on May 29, 2014, 07:26:19 pm
set the option selectionModel.cbAll to false

http://paramquery.com/pro/api#option-selectionModel
Title: Re: Pressing the 'All' checkboxs in Grids behavior when list is on paging
Post by: shlomikl on May 29, 2014, 07:56:48 pm
Thanks a lot,
I missed that one  ;D