Hi all,
I am searching about how to create variable number of columns in a DataGrid from the Ilist in MVVM way. The requirement I am working on is very big and also the number of rows and columns are not known But I did not find satisfactory answers
Is there some one that had to do the samething ?
If there is no way of generating such columns, I know I can do that by binding DataGrid to a DataSet. Then I have one more problem; if I am using DataSet, how do I display different UI in different cells based on some parameter?
Please help its very urgent requirement!!!!!!!!