Hello.
I’ve split the first 2 columns of my grid.
planLines.splitAt(2);
I’m encountering a bug where isColumnHidden(0) or (1) always returns true. even though the columns are visible.
(this._hrrar)&&(this._hrrar[ind]) both return “display:none;”
This method is in dhtmlxgrid_pro.js
we are using version 2.5
Is there a fix for this I can deploy?
Thanks,
Rob