ID:159871
 
Is there any way to clear all grid cells without using cells=null?

And if you do use cells=null, is there any way to revert the grid back to usable state?
As far as I know, nulling out the grid cell doesn't make it unusable. You'll just need to output something to it again.
In response to DisturbedSixx (#1)
Okay, I'll try it out.

Thanks.