This question is locked. New answers and comments are not allowed.
I have to fill a RadGridView dinamically with a list of items, where an item is basically a list of strings. Each item should become a row of the RadGridView. The number of columns and rows are known at runtime. Each rows
Using .ItemsSource with the whole item fills the grid as a simple list do, 1 column and n rows, where n is the total number of strings. Using a bidimensional array of strings has the same effect.
If I try creating GridViewDataColumn I'don't know how to bind the right value to the column using .DataMemberBinding.
Any suggestion? Thank you.
Using .ItemsSource with the whole item fills the grid as a simple list do, 1 column and n rows, where n is the total number of strings. Using a bidimensional array of strings has the same effect.
If I try creating GridViewDataColumn I'don't know how to bind the right value to the column using .DataMemberBinding.
Any suggestion? Thank you.
