This section describes how the SharePoint List Data Provider must be configured in order to work with the Grid Display Adapter 2.0 and actions.
Make sure this property is selected with a check mark.
This should be defined as: SiteURL, SPListID
These are hidden SharePoint columns that provide background information on each item and they are required if you want to include actions in your Grid Display.
This must be set to QUERY. If you use the List Method of configuring the SharePoint List Data Provider, you will not get the proper columns.
Set this property as: Contacts
These are the fields that will be used going forward.
<FieldRef
Name="Created"
/>
<FieldRef
Name="Author"
/>
<FieldRef
Name="Modified"
/>
<FieldRef
Name="Editor"
/>
<FieldRef
Name="UniqueId"
/>
<FieldRef
Name="Title"
/>
<FieldRef
Name="FirstName"
/>
<FieldRef
Name="Company"
/>
<FieldRef
Name="JobTitle"
/>
This should be set to 0
Make sure this property is selected with a check mark.