hi gentleman.
sorry if I double post same questions marked as already solved. if so, please direct me to the right page then.
I have this small problem with the grid :
I have the grid setup with selectionmode = “checkbox” like on this sample : https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/checkboxselection.htm?light
my problem is, that I would like to select with the “select/deselect all” checkbox above the checkbox column only items on current page. is that possible somehow? should I override some event on the grid. I looked through all the docu but I can’t find any suitable event to hook on.
my use case :
in a nutshell : I would need an extra call to our API to get some more data about other selected items I haven’t paged to yet. we feed the grid with data per page from our API, not all the data at once (as on the demo above). so if possible without that big changes, I would prefer to select/deselect only data from whole page I currently see loaded.
thanks in advance