lock feature on all items

There is already a lock and unLock method for form objects.

There should be lock/unLock for layouts, layout cells, grids, and perhaps other controls as well.

I suppose you can gain the effect of lock/unLock on cells and layouts by turning PROGRESS on and off, but that’s not very elegant looking.

But there should be a way to lock or disable an entire grid - you can lock all the rows, but they can still be selected, and the header and filters in the head can still be manipulated - plus the whole grid doesn’t “gray out” like the forms do when they are locked.

Thanks.