Array Grid with Paging and Remote Reloading

Demonstrates how to create a grid from Array data with Local Paging and Remote Reloading.

Notice Last Updated column is revised with a new server-side DateTime stamp when the GridPanel "Refresh" button is clicked.
This demonstrates that when the GridPanel is refreshed, the Data is requested again from the server via an DirectEvent, but the Paging and Sorting is done completely client-side in the browser.