Is there a Step by Step sample that shows you how to bind a datagrid or any other component to a SQL database?
I have looked in serveral places, Knowledgebase (Obsolete), FaceOut(Obsolete)m, Tangering(Obsolete) and etc. with no luck.
Thanks
Luis
Well that example is a bit outdated.
In 2011 the trend for database access is to go with Entity Framework. Do you have some examples using those new types of collections.
Thanks,
Luc Morrissette
Hi,
Sorry for the late answer.
You can find an example for using xamDataGrid control and SQL data binding in the NetAdvantage for WPF Line of Business 2010 Vol. 3 Samples. You can download them from here: http://ko.infragistics.com/dotnet/netadvantage/wpf.aspx#Downloads
After successful installation, run the Feature Browser application from the start menu. The sample is placed in the xamDataGrid group - Data Binding and Interaction - SQL Data Binding.
Best Regards