This question is locked. New answers and comments are not allowed.
Hi I'm trying to populate the Columns in a RadDataGrid, and am having trouble here.
I have a Dictionary<string, IList<object>>, where the string represents a column name, and the IList<object> is the items under that column. I don't know what the column names are going to be until runtime. Is there a way I can implement this?
Currently the AutoGenerateColumns assumes each property in an object is a column. This makes it difficult to dynamically create columns at runtime.
Any help would be much appreciated!
Thanks
I have a Dictionary<string, IList<object>>, where the string represents a column name, and the IList<object> is the items under that column. I don't know what the column names are going to be until runtime. Is there a way I can implement this?
Currently the AutoGenerateColumns assumes each property in an object is a column. This makes it difficult to dynamically create columns at runtime.
Any help would be much appreciated!
Thanks