If you cannot replicate the above issue can you please provide me with a simple way to reference the 2nd grid when in split mode. That may give me something to work with if I can’t get this working.
var d=this; //replace this line
if (typeof masterCheckEvent==‘function’){
masterCheckEvent(d,this.checked);
}
with the following:
var self=this._realfake ? this._fake : this;
After that to solve the issue with clearing the selection please, open ticket at support.dhtmlx.com so we can provide you with the fixed dhtmlxgrid_splt.js
Thanks sematik, your suggestion worked for selecting all rows.
I’ll work on requesting the updated/fixed dhtmlxgrid_splt.js. Can you confirm that clearAll does not work correctly in split mode and is corrected in the updated dhtmlxgrid_splt.js? I will need to provide an update to our team for what exactly the issue is.
The clearAll() method should work well in the splitted grid.
There was an issue with clearSelection() method in the splitted grid in your demo.
But now you don’t need to open a ticket for the fix.
Just try to add “true” attribute to the clearSelection method:
gridRef.clearSelection(true);
Get a guaranteed answer from DHTMLX technical support team
under the most suitable support plan