This question is locked. New answers and comments are not allowed.
I need to bind a silverlight radgrid with data from a SQL table whose structure(like the number of columns,data type etc) will not be known to me. I tried using WCF service (MVVM structure). But I am unable to create datamembers for the service at runtime due to which I am ultimately unable to serve my purpose. Could you please provide me with a way to bind the silverlight radgrid with dynamic data.