sideBar Clear active state

Hi,

Question on dhtmlxSidebar. I want to be able to clear the active state. I see the methods isActive & setActve for a cell, but not clearActive (or the like). How to clear the active state of a selected cell ? (without clearing all content and re-loading)

Thanks,

Dave

Hi

not official, but you can try mySidebar._setItemInactive(id)
why do you need such functionality?