Silverlight Data Grid - Binding Data using WCF RIA Services

preview_player
Показать описание
This video covers our 2010 release. The DevExpress Grid Control for Silverlight can be bound to data using a number of ways. One available method is to use the RIA Services of the Windows Communication Foundation to create a model and load data from a SQL Server database. In this video, we'll take a look at how to create an ADO.NET Entities Model and bind the AgDataGrid to a local SQL Server Express Database.
Рекомендации по теме
Комментарии
Автор

Great walk-through for binding data to SL tools in SL4! This video tells more than most write-ups do.

Litanic
Автор

ProductContext is the Product Table that she dragged into the DB Model. Everytime you Use RIA WCF the DomainService.cs file holds the list of methods you can use to query the DataBase, you need to invoke the Product Table as an object in this case she called her Product Table as ProductContext .

CybersecuritybyEstebanJimenezC
Автор

any tips on the productContext instance?? never mentioned it the tutorial where u got it from, its just there

MultiPauwel
Автор

Post a link to find the solution shown in this tutorial

CybersecuritybyEstebanJimenezC
Автор

this is as useless as in the books, Where does the productContext instance come from???

vincenzokaposo