Duration: 18:55 min
Summary: In this video, we will wrap up our grid discussion and talk about list view. In the previous video, we discussed creating the database and the web service. We complete our web service discussion today. Then talk about the grid and the list view. We will see how the grid is setup to be able to read the json data by using the url that points to the service. We will also spend time on figuring out how the data source is setup. After going over the grid and retrieving the data, we will see how the data is returned in Fiddler. This is important so we can tweak the grid to match the data we are getting back. Finally, we will use the same service to populate a list view. In this case, however, we will only use the first name and the last name. They are displayed using a template.