This question is locked. New answers and comments are not allowed.
Hi, i'm newbie. I wanna develop an asp.net page with Silverlight which have a RadGridview. I wanna populate data to gridview from code behind. As RadGridview doesn’t support dataset, I use dataset.GetXml() and I get following xml data (attachment).
Can anyone advise me how can I populate xml data to RadGridview?
*** i get the xml data from aspx and I wanna pull the data to xaml which will be bind to RadGridview
Thanks.