I'll preface my post by saying that I'm completely new to WPF and VS 2008, although I'm an experienced VS 2003 programmer (I skipped VS 2005).
I'm trying to get a new application going using VB 2008 and the Xceed DataGrid. I'm starting out by simply trying to bind a table in my database to the grid and I haven't gotten very far.
I studied the DataBinding and MasterDetail examples provided. I also tried to use the "Creating your first DataGrid Project" section in the help files. Since I'm getting many errors, maybe answering two basic questions first is the better approach:
1.- Where is the App.xaml.as file in a new WPF VB app? This file is mentioned in the help file as the place to put the code with my connection string and query. But I can't find that file in my application or the examples provided.
2.- The same help section mentions a XAML section that I need to bind the property I define in the App.xaml.as file. I'm also getting errors when I try to do this, so my question is if there is a user interface provided with the grid that will build this XAML for me at design time or do I have to write XAML myself?
Maybe after getting an answer to these first two questions I'll get over the initial hurdle, thanks in advance.