Hello. I still have some problems with this selectmode in my project. I added a server-side filter. Grid is not in virtualmode. And then this.selectedrowindexes.indexOf(d + f.bounddata.dataindex) returns 0. This is because bounddata does not have a dataindex.
Do you have an idea why my bounddata doesn’t have dataindex parameter?
bounddata looks like
boundindex: 0
id: 4138
total: "33.00"
uid: 4138
uniqueid: "2529-19-17-31-162823"
visibleindex: 0
Here is a code from jqxgrid.js which doesn’t let me to check a checkbox.
if (g && f.bounddata != null) { if (this.selectionmode != "singlerow") { if (this.dataview.filters.length > 0) { if (!this.virtualmode) { if (this.selectedrowindexes.indexOf(d + f.bounddata.dataindex) != -1) { e = true }