SharePoint List Data Provider Configuration

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.

Include Site List Data

Make sure this property is selected with a check mark.

Extra Data

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.

Query Property

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.

Query Lists

Set this property as:  Contacts

Query View Fields

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"

          />

Query Row Limit

This should be set to 0

Query One List at a time

Make sure this property is selected with a check mark.