In the previous steps you created a new Silverlight application with WCF RIA services enabled, added a new data source, and added the C1DataGrid control to the application. In this step you'll run the application, to view its run time interactions. Complete the following steps:
1. Save the project and choose Debug | Start Debugging to run the application. It will appear similar to the following image:
2. At run time, click on a cell in the ProductName column and delete the text from a cell. Notice that validation text appears:
3. Enter text in the cell in the ProductName column you deleted:
Click away drom the cell you edited and notice that the box under the grid notes that one cell in the grid has been modified and the buttons below the grid are now active.
4. Click the Reject Changes button to discard the changes you made.
5. Click an item in the UnitPrice columm and use the up and down arrows to change the value of the cell:
6. Click away from the cell and click the Submit Changes button to save your changes to the data.
What You've Accomplished
In this tutorial you learned how to bind the C1DataGrid control to an RIA Services data source. You created a Silverlight application, added the data source, and added and implemented the C1DataGrid control.