I have a List<Collection<string>>object with 10,000 objects in it and I want to show those strings as report(in a grid view), but binding the object directly to grid produces me no result.So can anyone help me out as to how to bind the collection of strings as different columns with the header name that I need.
I have a List<Collection<string>> object with 10,000 objects in it and I want to
Share
You may use
[]index to bind the dataSource (List of string/array) item.Markup:
Code behind: