DhtmlxGrid Hide row Impact

Hi,
we have customized dhtmlxgrid to look like dhtmlxTreegrid by hidding/unhiding rows for expand/collapse feature and implemented few functionality in different way than dhtmlxTreegrid component.
But editable cell is not becoming editable whenever hidden rows were selected, and we identified that this.editor.isDisabled() and this.editor.edit() function is getting changed dynamically whenever hidden rows are selected.

 Please advice where this functions are being modified when hidden row is selected.

Thank you

we had resolved the issue reported. Actually we were selecting hidden rows using selectrowbyid api at wrong time just after the event ‘onSelectStateChanged’ fire, it is working fine once those were done in the event handling ‘onBeforeSelect’, Thanks anyway