All Tags »
WPF Data Grid »
data binding (RSS)
Sorry, but there are no more tags available to filter with.
-
I'm very new to data binding so please be gentle.
I have a 2-D string array which looks like this:
A B C D
1 2 3 4
5 6 7 8
I want to use the Xceed datagrid to display it. I've tried using the ''Binding to an array'' example the Xceed sample code section, but it won't ...