المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : WPF toolkit DataGrid and DataSet



C# Programming
05-18-2010, 05:52 AM
Hi guys... anyone know how to use the DataGrid from the WPF toolkit? I've looked it up in the MSDN but the examples they show don't seem to work.

I've got a filled DataSet object from a MySQL database and I want to display the contents in the DataGrid. The MSDN says I just have to use the DataContext property and set it to the DataSet but that's not working.

Anyone have any ideas?