Disable grid container

I would like to prevent access to a grid by setting disable = true for the container div.

Is this possible. I have tried but it still allows me to access the grid. I know I can prevent access to the grid in various ways but I want a visual clue that the grid is not accessible.

Please help.

Thanks
Purvez

dhtmlxGrid doesn’t have such functionality

you can set attribute “hidden” to a diiv of a needed grid

<div id="gridbox" style="width:500px;height:270px;background-color:white;" hidden></div>