The Grid Display Adapter is a configurable display that enables standard grid-style displays. It is a tool that can be used to display data in a user friendly, feature-enhanced grid view display. The grid offers a wide variety of features, including runtime-filtering, sorting, multi-level grouping, totaling, paging, conditional formatting, and many others.
NOTE: This component was replaced by the Grid Display Adapter 2.0 in the v11.1 release. If you are working with v11.1+, click here to access the help for the 2.0 version.
Any parameters that reference a variable support the following variables:
• <%CurrentPageFolder%> - The current folder URL where the web part resides (e.g., http://www.company.com/sites/site1/connections)
• <%HostName%> - The host name of the site where the web part resides (e.g., www.company.com)
• <%SiteSecurityType%> - The protocol type of the site where the web part resides (e.g., http://)
• <%SiteURL%> - The absolute path to the site where the web part resides (e.g., http://www.company.com/sites/site1)
Example: <%SiteSecurityType%><%HostName%>/data/connections/dataprovider.aspx