Disable all items in the block
3138Oct 16 2003 — edited Oct 16 2003Depending on a particular condition, I need to disable all item, it not even allow users to navigate or change any items in the block.
One way can be to loop through the block and set the enabled property to false.
Is there any way which is more efficient?