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
Scott WalkerScott Walker 

Visualforce page created from salesforce list view how do I get it to allow data entry?

Hi all

OK so I  created a visualforce page which mimics a lits view I have in my salesforce instance.  I have hosted this as a site within salesforce which I believe makes use of a guess account profile but for some reason when you go to click within the boxes the fields are padlocked.  I want these to be updateable by a user, how do I ensure this is the case.  My visualforce code is here:
 
<apex:page standardController="Lower_School_Report_Card__c">
   <apex:sectionHeader title="Lower School Report Card Edit" subtitle="New Lower School Report Card"/>
 <apex:enhancedList type="Lower_School_Report_Card__c" height="2000" rowsPerPage="50" /> 

</apex:page>

Heres a screenshot of my page so far
listview