jQuery UI Widgets › Forums › Grid › jqxgrid custom checkbox select all rows by page and all pages
Tagged: #jqwidgets-grid, grid, javascript grid, jquery grid
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 9 years ago.
Hi I already have the checkbox header to select all rows by page that part is done. But I was wondering is there a way to maybe have like a button or something to have the grid also have option to select all rows for all pages.
Here is the jsfiddle: http://jsfiddle.net/Dimitar_jQWidgets/axujkwrv/
Hello dan123,
You could try to simulate click on the checkbox in the ‘Available’ column. $(selector).trigger("click");
$(selector).trigger("click");
Best Regards, Hristo Hristov
jQWidgets team http://www.jqwidgets.com
You must be logged in to reply to this topic.