I did attempt to read that article. For me it confusing, because it uses DataSet and it is binded to northwind databas, while i wan't to use a custom class in non database driven source. (Such as .Accsess, MySQL or MSSQL). Gonna save in xml with a specific format. This format would be a collection of sevral diffrent types of items. also Grid using ListView seems promesing gonna check it out. Edit: Got it working, however i needed to put ItemSource in code behind, not in xaml. Final question about datagrid. How do i make DataGrid to show images? thank you for your time
modified on Wednesday, September 22, 2010 4:28 PM