WPF toolkit DataGrid and DataSet
-
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?
-
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?
You might want to post this question in the WPF forum instead.