September 2011
Beginner
1608 pages
68h 25m
English
A major improvement in working with views in SharePoint 2010 is the introduction of asynchronous JavaScript and XML (AJAX). Basically, implementing AJAX into views means that data is updated seamlessly and removes the need for an entire page reload in order to get the latest data updates from the data source—only the actual view (space) needs to refresh.
In SharePoint Designer, there are three options when configuring XLVs, including Asynchronous Update, Refresh Button (which means the user has more control over when data updates are fetched), and a Refresh Interval. Checking the Asynchronous Update option sets the AsyncRefresh property to true. (See Figure 23.60.)
Figure 23.60 Enabling AsyncRefresh on an ...
Read now
Unlock full access