This question is locked. New answers and comments are not allowed.
Hi,
I have a data set similar to List<List<string>> DataSet. Where each row's data is a list of strings.
Is there anyway to bind this type of structure to a RadDataGrid rather than having each row bound to a specific data member?
Thank you