hiding the DHTMLXGrid

How can i Hide the DHTMLXGrid upon having an event raised and then showing it back after some manipulations.

is it Possible???.

pls answer it ASAP…

There is no some special functionality in grid, but you can just hide and show container in which grid initialized.

    document.getElementById(“gridbox”).style.display=“none”;