How disable / enable totaly an grid ?

I want to enable or disable a grid, any comand exist ?

Ty !

Please, try to use:

grid.attachEvent("onBeforeSelect",function(){ return false; });