function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
sfadm sfdevsfadm sfdev 

Error: This grid is not Active. Please contact your administrator.

I came across to the followin error:

Error:
This grid is not Active. Please contact your administrator.

Please advise how to be able to resolve such error.

Here is the code of the vf page:
<apex:page StandardController="Opportunity" showHeader="false" sidebar="false">
<apex:form >
<GridWiz_Unlimit:GridWizardComponent ObjectName="Opportunity" Objunique="{!Opportunity.Id}" grid="a0hD000000ENwKBIA1"/>
</apex:form>
</apex:page>

 
Chris  ByromChris Byrom
This looks like a problem with the Skuid component. You might have better luck on their forums.