All Tags »
LINQ »
data binding (RSS)
Sorry, but there are no more tags available to filter with.
-
Hello guys,
How can I bind the grid from a linq query that return a List<T>?Using an anonymous type, the datagrid shows the data correctly, but it´s a pain to get a the values from a selected item.
Here is my XAML code:
...